Home
last modified time | relevance | path

Searched refs:AIBinder_forceDowngradeToLocalStability (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/binder/ndk/include_platform/android/
H A Dbinder_stability.h56 static inline void AIBinder_forceDowngradeToLocalStability(AIBinder* binder) { in AIBinder_forceDowngradeToLocalStability() function
85 static inline void AIBinder_forceDowngradeToLocalStability(AIBinder* binder) { in AIBinder_forceDowngradeToLocalStability() function
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_SystemServer.cpp90 AIBinder_forceDowngradeToLocalStability(binder.get()); in android_server_SystemServer_startMemtrackProxyService()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderStabilityTest.cpp152 AIBinder_forceDowngradeToLocalStability(AIBinder_fromPlatformBinder(someBinder)); in TEST()