Searched defs:heap (Results 1 – 9 of 9) sorted by relevance
33 MemoryDecorator(const sp<IMemory>& heap) : mHeap(heap) {} in MemoryDecorator()54 MemoryCacheable(const sp<IMemory>& heap, sp<IMemoryToken> key) in MemoryCacheable()64 MemoryBlockImpl(const sp<IMemory>& heap, uint64_t size, uint64_t offset) in MemoryBlockImpl()119 sp<IMemory> heap = fetch(token); in map() local
287 sp<::android::hidl::memory::V1_0::IMemory> HidlMemoryDealer::heap() { in heap() function in android::hardware::HidlMemoryDealer300 sp<IMemory> heap = mapMemory(mem); in getInstance() local308 HidlMemoryDealer::HidlMemoryDealer(sp<IMemory> heap, const hidl_memory& mem) in HidlMemoryDealer()
25 sp<HidlMemory> fromHeap(const sp<IMemoryHeap>& heap) { in fromHeap()
153 Heap heap; in TEST_F() local
35 Heap heap; member in android::AllocatorTest
100 Heap heap; member in android::ThreadListTest
108 STLAllocator(const Heap& heap) in STLAllocator()
184 HeapImpl* heap() { return heap_; } in heap() function in android::Chunk230 Chunk::Chunk(HeapImpl* heap, int bucket) in Chunk()
286 Heap heap; in GetUnreachableMemory() local