Home
last modified time | relevance | path

Searched refs:debugReadAllFileDescriptors (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dlibbinder_driver.cpp73 auto retFds = reply.debugReadAllFileDescriptors(); in fuzzService()
Dbinder.cpp118 PARCEL_READ_NO_STATUS(std::vector<int>, debugReadAllFileDescriptors),
/frameworks/native/libs/binder/tests/
DbinderParcelUnitTest.cpp108 auto ret = p.debugReadAllFileDescriptors(); in TEST()
/frameworks/native/include/binder/
DParcel.h109 std::vector<int> debugReadAllFileDescriptors() const;
/frameworks/native/libs/binder/include/binder/
DParcel.h109 std::vector<int> debugReadAllFileDescriptors() const;
/frameworks/native/libs/binder/
DParcel.cpp727 std::vector<int> Parcel::debugReadAllFileDescriptors() const { in debugReadAllFileDescriptors() function in android::Parcel