Searched refs:debugReadAllStrongBinders (Results 1 – 6 of 6) sorted by relevance
103 auto retBinders = reply.debugReadAllStrongBinders(); in fuzzService()
128 PARCEL_READ_NO_STATUS(std::vector<android::sp<android::IBinder>>, debugReadAllStrongBinders),
95 auto ret = p.debugReadAllStrongBinders(); in TEST()
111 LIBBINDER_EXPORTED std::vector<sp<IBinder>> debugReadAllStrongBinders() const;
750 std::vector<sp<IBinder>> Parcel::debugReadAllStrongBinders() const { in debugReadAllStrongBinders() function in android::Parcel