Searched refs:debugToString (Results 1 – 6 of 6) sorted by relevance
47 (void)android::internal::Stability::debugToString(bbinder);
105 LIBBINDER_EXPORTED static std::string debugToString(const sp<IBinder>& binder);
59 std::string Stability::debugToString(const sp<IBinder>& binder) { in debugToString() function in android::internal::Stability
106 ALOGI("Debug log stability: %s", Stability::debugToString(binder).c_str()); in sendAndCallBinder()
359 WriteStringToFd("Stability: " + internal::Stability::debugToString(service) + "\n", fd); in dumpStabilityToFd()