Home
last modified time | relevance | path

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

/frameworks/base/libs/binder/
DMemoryHeapPmem.cpp174 mAllocations.add(memory); in mapMemory()
230 allocations = mAllocations; in revoke()
244 mAllocations.remove(memory); in remove()
/frameworks/base/libs/rs/
DrsMesh.h37 Allocation ** mAllocations; member
DrsFileA3D.cpp315 cv->mAllocations = new Allocation *[cv->mAllocationCount]; in processChunk_Verticies()
319 cv->mAllocations[ct] = (Allocation *)mIndex[i].mRsObj; in processChunk_Verticies()
/frameworks/base/include/binder/
DMemoryHeapPmem.h72 SortedVector< wp<MemoryPmem> > mAllocations; variable