Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DStabilityFuzzFunctions.h53 android::internal::Stability::debugLogStability(tag, bbinder);
/aosp12/frameworks/native/include/binder/
H A DStability.h103 static void debugLogStability(const std::string& tag, const sp<IBinder>& binder);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DStability.h103 static void debugLogStability(const std::string& tag, const sp<IBinder>& binder);
/aosp12/frameworks/native/libs/binder/
H A DStability.cpp82 void Stability::debugLogStability(const std::string& tag, const sp<IBinder>& binder) { in debugLogStability() function in android::internal::Stability
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderStabilityTest.cpp105 Stability::debugLogStability("sendAndCallBinder got binder", binder); in sendAndCallBinder()