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

/system/libhwbinder/
H A DParcel.cpp996 status_t Parcel::findBuffer(const void *ptr, size_t length, bool *found, function in class:android::Parcel
1005 LOG_BUFFER("findBuffer examining %zu objects.", mObjectsSize);
1013 LOG_BUFFER(" findBuffer has a match at %zu!", entry->index);
1020 LOG_BUFFER("findBuffer did not find for ptr = %p.", ptr);
1025 /* findBuffer with the assumption that ptr = .buffer (so it points to top

Completed in 67 milliseconds