Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test_host.cpp86 AServiceManager_getUpdatableApexName("android.hardware.foo.IFoo/default", &result, in TEST_F()
95 AServiceManager_getUpdatableApexName("android.hardware.foo.IFoo/default", &result, in TEST_F()
/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_manager.h246 void AServiceManager_getUpdatableApexName(const char* instance, void* context,
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc179 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_getUpdatableApexName);
368 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_getUpdatableApexName); in init_stub_library()
Dstubs_arm64.cc179 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_getUpdatableApexName);
368 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_getUpdatableApexName); in init_stub_library()
Dstubs_riscv64.cc179 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_getUpdatableApexName);
368 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_getUpdatableApexName); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt158 AServiceManager_getUpdatableApexName; # systemapi
Dservice_manager.cpp209 void AServiceManager_getUpdatableApexName(const char* instance, void* context, in AServiceManager_getUpdatableApexName() function