Searched refs:ptrVal (Results 1 – 1 of 1) sorted by relevance
794 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr); in findBuffer() local800 if(entry->buffer <= ptrVal && ptrVal < entry->bufend) { in findBuffer()802 if(ptrVal + length <= entry->bufend) { in findBuffer()805 if(offset != nullptr) *offset = ptrVal - entry->buffer; in findBuffer()823 binder_uintptr_t ptrVal = reinterpret_cast<binder_uintptr_t>(ptr); in quickFindBuffer() local826 if(entry->buffer == ptrVal) { in quickFindBuffer()