Searched defs: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();
454 sp<IMemoryHeap> realHeap; local
457 if (i>=0) realHeap = mHeapCache.valueAt(i).heap;
458 else realHeap = interface_cast<IMemoryHeap>(binder);
459 return realHeap;

Completed in 256 milliseconds