Home
last modified time | relevance | path

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

/system/libhidl/transport/include/hidl/
DHidlBinderSupport.h117 return parcel.quickFindBuffer(vec.data(), handle); in findInParcel()
/system/libhwbinder/include/hwbinder/
DParcel.h237 status_t quickFindBuffer(const void *ptr,
/system/libhwbinder/
DParcel.cpp826 status_t Parcel::quickFindBuffer(const void *ptr, size_t *handle) const { in quickFindBuffer() function in android::hardware::Parcel