Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/ndk/include_platform/android/
H A Dbinder_stability.h69 __attribute__((weak)) void AIBinder_markSystemStability(AIBinder* binder);
72 if (AIBinder_markSystemStability == nullptr) return; in AIBinder_markCompilationUnitStability()
74 AIBinder_markSystemStability(binder); in AIBinder_markCompilationUnitStability()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dstability.cpp39 void AIBinder_markSystemStability(AIBinder* binder) { in AIBinder_markSystemStability() function
H A Dlibbinder_ndk.map.txt108 AIBinder_markSystemStability; # apex
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc54 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_markSystemStability);
187 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_markSystemStability); in init_stub_library()
H A Dstubs_arm64.cc54 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_markSystemStability);
187 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_markSystemStability); in init_stub_library()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dnative.rs206 sys::AIBinder_markSystemStability(self.as_native_mut()); in mark_local_stability()