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

/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h226 result = parcel->findBuffer(buf, sizeof(T), &found, &childHandle, &childOffset);
284 result = parcel->findBuffer(buf, sizeof(T), &found, &childHandle, &childOffset);
/system/libhwbinder/include/hwbinder/
H A DParcel.h226 // 1. Call findBuffer if the chunk of memory could be a small part of a larger
233 status_t findBuffer(const void *ptr,
/system/libhwbinder/
H A DParcel.cpp999 status_t Parcel::findBuffer(const void *ptr, size_t length, bool *found, function in class:android::Parcel
1008 LOG_BUFFER("findBuffer examining %zu objects.", mObjectsSize);
1016 LOG_BUFFER(" findBuffer has a match at %zu!", entry->index);
1023 LOG_BUFFER("findBuffer did not find for ptr = %p.", ptr);
1028 /* findBuffer with the assumption that ptr = .buffer (so it points to top

Completed in 423 milliseconds