Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DParcel.h185 status_t readNullableNativeHandleNoDup(const native_handle_t **handle) const;
218 status_t readNullableNativeHandleNoDup(const native_handle_t **handle,
/system/libhwbinder/
DParcel.cpp1681 status_t Parcel::readNullableNativeHandleNoDup(const native_handle_t **handle, in readNullableNativeHandleNoDup() function in android::hardware::Parcel
1761 return readNullableNativeHandleNoDup(handle, true /* embedded */, parent_buffer_handle, in readNullableEmbeddedNativeHandle()
1767 status_t status = readNullableNativeHandleNoDup(handle); in readNativeHandleNoDup()
1774 status_t Parcel::readNullableNativeHandleNoDup(const native_handle_t **handle) const in readNullableNativeHandleNoDup() function in android::hardware::Parcel
1776 return readNullableNativeHandleNoDup(handle, false /* embedded */); in readNullableNativeHandleNoDup()