Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dlibbinder_driver.cpp103 auto retBinders = reply.debugReadAllStrongBinders(); in fuzzService()
Dbinder.cpp128 PARCEL_READ_NO_STATUS(std::vector<android::sp<android::IBinder>>, debugReadAllStrongBinders),
/frameworks/native/libs/binder/tests/
DbinderParcelUnitTest.cpp95 auto ret = p.debugReadAllStrongBinders(); in TEST()
/frameworks/native/include/binder/
DParcel.h111 LIBBINDER_EXPORTED std::vector<sp<IBinder>> debugReadAllStrongBinders() const;
/frameworks/native/libs/binder/include/binder/
DParcel.h111 LIBBINDER_EXPORTED std::vector<sp<IBinder>> debugReadAllStrongBinders() const;
/frameworks/native/libs/binder/
DParcel.cpp750 std::vector<sp<IBinder>> Parcel::debugReadAllStrongBinders() const { in debugReadAllStrongBinders() function in android::Parcel