Home
last modified time | relevance | path

Searched refs:AServiceManager_setActiveServicesCallback (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_manager.h298 void AServiceManager_setActiveServicesCallback(bool (*callback)(bool, void*), void* context)
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc186 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_setActiveServicesCallback);
375 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_setActiveServicesCallback); in init_stub_library()
Dstubs_arm64.cc186 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_setActiveServicesCallback);
375 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_setActiveServicesCallback); in init_stub_library()
Dstubs_riscv64.cc186 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_setActiveServicesCallback);
375 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_setActiveServicesCallback); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt127 AServiceManager_setActiveServicesCallback; # llndk
Dservice_manager.cpp232 void AServiceManager_setActiveServicesCallback(bool (*callback)(bool, void*), void* context) { in AServiceManager_setActiveServicesCallback() function
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp104 AServiceManager_setActiveServicesCallback(activeServicesCallback, this); in setCustomActiveServicesCallback()