Home
last modified time | relevance | path

Searched refs:readNativeHandleNoDup (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dhwbinder.cpp176 status_t status = p.readNativeHandleNoDup(&handle); in __anon9fc9a9de0d02()
/aosp12/system/libhwbinder/include/hwbinder/
H A DParcel.h182 status_t readNativeHandleNoDup(const native_handle_t **handle) const;
/aosp12/system/libhwbinder/
H A DParcel.cpp1543 status_t Parcel::readNativeHandleNoDup(const native_handle_t **handle) const in readNativeHandleNoDup() function in android::hardware::Parcel