Home
last modified time | relevance | path

Searched refs: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
173 memset(start_ptr, 0xda, size); in Allocation()
204 void* const start_ptr = (void*)(intptr_t(getHeap()->base()) + start); in ~Allocation() local
208 memset(start_ptr, 0xdf, size); in ~Allocation()
214 int err = madvise(start_ptr, size, MADV_REMOVE); in ~Allocation()
216 start_ptr, size, err<0 ? strerror(errno) : "Ok"); in ~Allocation()
/aosp12/frameworks/base/libs/hwui/canvas/
H A DOpBuffer.h214 return filtered_view<T>{start_ptr(), end_ptr()}; in filter()
219 uint8_t* start_ptr() const { in start_ptr() function
241 uint8_t* current = start_ptr(); in do_for_each()
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc2069 const uint8_t* start_ptr = ptr_; in CheckIntraSectionIterate() local
2192 if (start_ptr == ptr_) { in CheckIntraSectionIterate()