Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_stability.h57 __attribute__((weak)) void AIBinder_markSystemStability(AIBinder* binder);
60 if (AIBinder_markSystemStability == nullptr) return; in AIBinder_markCompilationUnitStability()
62 AIBinder_markSystemStability(binder); in AIBinder_markCompilationUnitStability()
/frameworks/native/libs/binder/ndk/
Dstability.cpp39 void AIBinder_markSystemStability(AIBinder* binder) { in AIBinder_markSystemStability() function
Dlibbinder_ndk.map.txt108 AIBinder_markSystemStability; # apex
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_markSystemStability);
155 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_markSystemStability); in init_stub_library()
Dstubs_arm.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_markSystemStability);
155 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_markSystemStability); in init_stub_library()