Searched refs:getHeap (Results 1 – 2 of 2) sorted by relevance
40 const sp<IMemoryHeap>& getHeap() const { return mHeap; } in getHeap() function
204 void* const start_ptr = (void*)(intptr_t(getHeap()->base()) + start); in ~Allocation()