[go: nahoru, domu]

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

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

Completed in 35 milliseconds