Searched refs:realHeap (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DIMemory.cpp139 sp<IMemoryHeap> realHeap = BpMemoryHeap::get_heap(binder); local
140 void* const base = realHeap->base();
456 sp<IMemoryHeap> realHeap; local
459 if (i>=0) realHeap = mHeapCache.valueAt(i).heap;
460 else realHeap = interface_cast<IMemoryHeap>(binder);
461 return realHeap;

Completed in 21 milliseconds