Home
last modified time | relevance | path

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

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java87 static HashMap<Long, Allocation> mAllocationMap = field in Allocation
3340 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48712 Landroid/renderscript/Allocation;->mAllocationMap:Ljava/util/HashMap;