Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/unit_fuzzers/
DStabilityFuzzFunctions.h47 (void)android::internal::Stability::debugToString(bbinder);
/frameworks/native/include/binder/
DStability.h105 LIBBINDER_EXPORTED static std::string debugToString(const sp<IBinder>& binder);
/frameworks/native/libs/binder/include/binder/
DStability.h105 LIBBINDER_EXPORTED static std::string debugToString(const sp<IBinder>& binder);
/frameworks/native/libs/binder/
DStability.cpp59 std::string Stability::debugToString(const sp<IBinder>& binder) { in debugToString() function in android::internal::Stability
/frameworks/native/libs/binder/tests/
DbinderStabilityTest.cpp106 ALOGI("Debug log stability: %s", Stability::debugToString(binder).c_str()); in sendAndCallBinder()
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp359 WriteStringToFd("Stability: " + internal::Stability::debugToString(service) + "\n", fd); in dumpStabilityToFd()