Fix IO_INPUT with 64-bit.
bug 16846318 bug 17006933 Change-Id: Ic13ef26875d8a6fab1ffb542d62038b768a536ff
This commit is contained in:
@@ -1868,7 +1868,7 @@ public class Allocation extends BaseObj {
|
||||
}
|
||||
}
|
||||
|
||||
static void sendBufferNotification(int id) {
|
||||
static void sendBufferNotification(long id) {
|
||||
synchronized(mAllocationMap) {
|
||||
Allocation a = mAllocationMap.get(new Long(id));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user