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

/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h117 return parcel.quickFindBuffer(vec.data(), handle);
/system/libhwbinder/include/hwbinder/
H A DParcel.h230 // 2. Call quickFindBuffer if the buffer could only be written previously
239 status_t quickFindBuffer(const void *ptr,
/system/libhwbinder/
H A DParcel.cpp1031 status_t Parcel::quickFindBuffer(const void *ptr, size_t *handle) const { function in class:android::Parcel
1034 LOG_BUFFER("quickFindBuffer examining %zu objects.", mObjectsSize);
1041 LOG_BUFFER("quickFindBuffer did not find for ptr = %p.", ptr);

Completed in 537 milliseconds