Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DMemoryDealer.cpp171 void* const start_ptr = (void*)(intptr_t(heap->base()) + offset); in Allocation() local
203 void* const start_ptr = (void*)(intptr_t(getHeap()->base()) + start); in ~Allocation() local
/frameworks/base/libs/hwui/canvas/
DOpBuffer.h219 uint8_t* start_ptr() const { in start_ptr() function