Home
last modified time | relevance | path

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

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