Home
last modified time | relevance | path

Searched refs:mAllocationMap (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DAllocation.java83 static HashMap<Long, Allocation> mAllocationMap = field in Allocation
3336 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()