Home
last modified time | relevance | path

Searched refs:getHeap (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DMemoryBase.h40 const sp<IMemoryHeap>& getHeap() const { return mHeap; } in getHeap() function
/frameworks/native/libs/binder/
DMemoryDealer.cpp204 void* const start_ptr = (void*)(intptr_t(getHeap()->base()) + start); in ~Allocation()