Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/
H A DIMemory.cpp103 static inline sp<IMemoryHeap> get_heap(const sp<IBinder>& binder) { in get_heap() function in android::BpMemoryHeap
490 sp<IMemoryHeap> HeapCache::get_heap(const sp<IBinder>& binder) in get_heap() function in android::HeapCache
/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/
Dheap.rs74 fn get_heap() -> &'static mut [u8]; in get_heap() function