commit | 27285821b74ca9bc381d33f40028f06ff0f85e0c | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Wed Dec 18 18:00:05 2013 +0000 |
committer | Narayan Kamath <narayan@google.com> | Tue Jan 07 12:48:43 2014 +0000 |
tree | 34d6a3bf1720d738515fbb7984c16ce9655687be | |
parent | 357ea90515025d806c6360ef846bf6f84b45a64e [diff] |
AArch64: Use long for pointers in DisplayEventReceiver For storing pointers, long is used as native pointers can be 64-bit. In addition, some minor changes have been done to conform with standard JNI practice (e.g. use of jint instead of int in JNI function prototypes) Change-Id: I3c0855373c0e4bedc172adb82b103586de9219dc Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>