Searched refs:debugReadAllFileDescriptors (Results 1 – 6 of 6) sorted by relevance
73 auto retFds = reply.debugReadAllFileDescriptors(); in fuzzService()
118 PARCEL_READ_NO_STATUS(std::vector<int>, debugReadAllFileDescriptors),
108 auto ret = p.debugReadAllFileDescriptors(); in TEST()
109 std::vector<int> debugReadAllFileDescriptors() const;
727 std::vector<int> Parcel::debugReadAllFileDescriptors() const { in debugReadAllFileDescriptors() function in android::Parcel