Searched refs:mAllocationMap (Results 1 – 2 of 2) sorted by relevance
87 static HashMap<Long, Allocation> mAllocationMap = field in Allocation3340 synchronized(mAllocationMap) { in setOnBufferAvailableListener()3341 mAllocationMap.put(new Long(getID(mRS)), this); in setOnBufferAvailableListener()3347 synchronized(mAllocationMap) { in sendBufferNotification()3348 Allocation a = mAllocationMap.get(new Long(id)); in sendBufferNotification()
48712 Landroid/renderscript/Allocation;->mAllocationMap:Ljava/util/HashMap;