Searched refs:find_heap (Results 1 – 1 of 1) sorted by relevance
50 sp<IMemoryHeap> find_heap(const sp<IBinder>& binder);96 static inline sp<IMemoryHeap> find_heap(const sp<IBinder>& binder) { in find_heap() function in android::BpMemoryHeap97 return gHeapCache->find_heap(binder); in find_heap()289 sp<BpMemoryHeap> heap(static_cast<BpMemoryHeap*>(find_heap(binder).get())); in assertMapped()432 sp<IMemoryHeap> HeapCache::find_heap(const sp<IBinder>& binder) in find_heap() function in android::HeapCache