Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DMemoryDealer.cpp172 void* const start_ptr = (void*)(intptr_t(heap->base()) + offset); in Allocation() local
204 void* const start_ptr = (void*)(intptr_t(getHeap()->base()) + start); in ~Allocation() local
/aosp12/frameworks/base/libs/hwui/canvas/
H A DOpBuffer.h219 uint8_t* start_ptr() const { in start_ptr() function
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc2069 const uint8_t* start_ptr = ptr_; in CheckIntraSectionIterate() local