Home
last modified time | relevance | path

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

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DSceneManager.java54 HashMap<String, Allocation> mAllocationMap; field in SceneManager
230 return sSceneManager.mAllocationMap.get(str); in getCachedAlloc()
237 sSceneManager.mAllocationMap.put(str, alloc); in cacheAlloc()
461 mAllocationMap = new HashMap<String, Allocation>(); in initRS()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java76 static HashMap<Long, Allocation> mAllocationMap = field in Allocation
1869 synchronized(mAllocationMap) { in setOnBufferAvailableListener()
1870 mAllocationMap.put(new Long(getID(mRS)), this); in setOnBufferAvailableListener()
1876 synchronized(mAllocationMap) { in sendBufferNotification()
1877 Allocation a = mAllocationMap.get(new Long(id)); in sendBufferNotification()