Home
last modified time | relevance | path

Searched refs:mAllocationMap (Results 1 – 2 of 2) 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt59301 Landroid/renderscript/Allocation;->mAllocationMap:Ljava/util/HashMap;