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

/frameworks/native/libs/binder/
H A DIMemory.cpp48 sp<IMemoryHeap> find_heap(const sp<IBinder>& binder);
91 static inline sp<IMemoryHeap> find_heap(const sp<IBinder>& binder) { function in class:android::BpMemoryHeap
92 return gHeapCache->find_heap(binder);
266 sp<BpMemoryHeap> heap(static_cast<BpMemoryHeap*>(find_heap(binder).get()));
398 sp<IMemoryHeap> HeapCache::find_heap(const sp<IBinder>& binder) function in class:android::HeapCache

Completed in 52 milliseconds