Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DIMemory.cpp145 sp<IMemoryHeap> realHeap = BpMemoryHeap::get_heap(binder); in fastPointer() local
146 void* const base = realHeap->base(); in fastPointer()
491 sp<IMemoryHeap> realHeap; in get_heap() local
494 if (i>=0) realHeap = mHeapCache.valueAt(i).heap; in get_heap()
495 else realHeap = interface_cast<IMemoryHeap>(binder); in get_heap()
496 return realHeap; in get_heap()