Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DParcel.h183 status_t readNullableNativeHandleNoDup(const native_handle_t **handle) const;
216 status_t readNullableNativeHandleNoDup(const native_handle_t **handle,
/system/libhwbinder/
DParcel.cpp1433 status_t Parcel::readNullableNativeHandleNoDup(const native_handle_t **handle, in readNullableNativeHandleNoDup() function in android::hardware::Parcel
1539 return readNullableNativeHandleNoDup(handle, true /* embedded */, parent_buffer_handle, in readNullableEmbeddedNativeHandle()
1545 status_t status = readNullableNativeHandleNoDup(handle); in readNativeHandleNoDup()
1552 status_t Parcel::readNullableNativeHandleNoDup(const native_handle_t **handle) const in readNullableNativeHandleNoDup() function in android::hardware::Parcel
1554 return readNullableNativeHandleNoDup(handle, false /* embedded */); in readNullableNativeHandleNoDup()