Searched defs:mAllocationMap (Results 1 - 2 of 2) sorted by relevance

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

Completed in 211 milliseconds