Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIMemory.cpp51 sp<IMemoryHeap> get_heap(const sp<IBinder>& binder);
98 static inline sp<IMemoryHeap> get_heap(const sp<IBinder>& binder) { in get_heap() function in android::BpMemoryHeap
99 return gHeapCache->get_heap(binder); in get_heap()
140 sp<IMemoryHeap> realHeap = BpMemoryHeap::get_heap(binder); in fastPointer()
465 sp<IMemoryHeap> HeapCache::get_heap(const sp<IBinder>& binder) in get_heap() function in android::HeapCache