Searched refs:find_heap (Results 1 – 1 of 1) sorted by relevance
49 sp<IMemoryHeap> find_heap(const sp<IBinder>& binder);92 static inline sp<IMemoryHeap> find_heap(const sp<IBinder>& binder) { in find_heap() function in android::BpMemoryHeap93 return gHeapCache->find_heap(binder); in find_heap()278 sp<BpMemoryHeap> heap(static_cast<BpMemoryHeap*>(find_heap(binder).get())); in assertMapped()411 sp<IMemoryHeap> HeapCache::find_heap(const sp<IBinder>& binder) in find_heap() function in android::HeapCache