HomeSort by relevance Sort by last modified time
    Searched full:get_heap (Results 1 - 1 of 1) sorted by null

  /frameworks/native/libs/binder/
IMemory.cpp 50 sp<IMemoryHeap> get_heap(const sp<IBinder>& binder);
97 static inline sp<IMemoryHeap> get_heap(const sp<IBinder>& binder) { function in class:android::BpMemoryHeap
98 return gHeapCache->get_heap(binder);
139 sp<IMemoryHeap> realHeap = BpMemoryHeap::get_heap(binder);
452 sp<IMemoryHeap> HeapCache::get_heap(const sp<IBinder>& binder) function in class:android::HeapCache

Completed in 44 milliseconds