Home
last modified time | relevance | path

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

/system/libhwbinder/
DParcel.cpp799 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr); in findBuffer() local
805 if(entry->buffer <= ptrVal && ptrVal < entry->bufend) { in findBuffer()
807 if(ptrVal + length <= entry->bufend) { in findBuffer()
810 if(offset != nullptr) *offset = ptrVal - entry->buffer; in findBuffer()
828 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr); in quickFindBuffer() local
831 if(entry->buffer == ptrVal) { in quickFindBuffer()