Searched refs:mAllocationMap (Results 1 – 1 of 1) sorted by relevance
83 static HashMap<Long, Allocation> mAllocationMap = field in Allocation3336 synchronized(mAllocationMap) { in setOnBufferAvailableListener()3337 mAllocationMap.put(new Long(getID(mRS)), this); in setOnBufferAvailableListener()3343 synchronized(mAllocationMap) { in sendBufferNotification()3344 Allocation a = mAllocationMap.get(new Long(id)); in sendBufferNotification()