Home
last modified time | relevance | path

Searched refs:validateBufferParent (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/libhwbinder/include/hwbinder/
H A DParcel.h244 bool validateBufferParent(size_t parent_buffer_handle,
/aosp12/system/libhwbinder/
H A DParcel.cpp714 bool Parcel::validateBufferParent(size_t parent_buffer_handle, in validateBufferParent() function in android::hardware::Parcel
734 if(!validateBufferParent(parent_buffer_handle, parent_offset)) in writeEmbeddedBuffer()