Searched refs:ptrVal (Results 1 – 1 of 1) sorted by relevance
1006 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr); in findBuffer() local1012 if(entry->buffer <= ptrVal && ptrVal < entry->bufend) { in findBuffer()1014 if(ptrVal + length <= entry->bufend) { in findBuffer()1017 if(offset != nullptr) *offset = ptrVal - entry->buffer; in findBuffer()1035 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr); in quickFindBuffer() local1038 if(entry->buffer == ptrVal) { in quickFindBuffer()