Home
last modified time | relevance | path

Searched refs:debugLogStability (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DStability.h48 static void debugLogStability(const std::string& tag, const sp<IBinder>& binder);
/frameworks/native/include/binder/
DStability.h48 static void debugLogStability(const std::string& tag, const sp<IBinder>& binder);
/frameworks/native/libs/binder/
DStability.cpp34 void Stability::debugLogStability(const std::string& tag, const sp<IBinder>& binder) { in debugLogStability() function in android::internal::Stability
/frameworks/native/libs/binder/tests/
DbinderStabilityTest.cpp104 Stability::debugLogStability("sendAndCallBinder got binder", binder); in sendAndCallBinder()