Searched defs:ptrVal (Results 1 - 1 of 1) sorted by relevance

/system/libhwbinder/
H A DParcel.cpp1004 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr); local
1010 if(entry->buffer <= ptrVal && ptrVal < entry->bufend) {
1012 if(ptrVal + length <= entry->bufend) {
1015 if(offset != nullptr) *offset = ptrVal - entry->buffer;
1033 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr); local
1036 if(entry->buffer == ptrVal) {

Completed in 521 milliseconds