Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test_host.cpp66 bool isUpdatable = AServiceManager_isUpdatableViaApex("android.hardware.foo.IFoo/default"); in TEST_F()
73 bool isUpdatable = AServiceManager_isUpdatableViaApex("android.hardware.foo.IFoo/default"); in TEST_F()
/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_manager.h237 bool AServiceManager_isUpdatableViaApex(const char* instance) __INTRODUCED_IN(31);
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc181 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_isUpdatableViaApex);
370 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_isUpdatableViaApex); in init_stub_library()
Dstubs_arm64.cc181 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_isUpdatableViaApex);
370 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_isUpdatableViaApex); in init_stub_library()
Dstubs_riscv64.cc181 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_isUpdatableViaApex);
370 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_isUpdatableViaApex); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt124 AServiceManager_isUpdatableViaApex; # systemapi
Dservice_manager.cpp201 bool AServiceManager_isUpdatableViaApex(const char* instance) { in AServiceManager_isUpdatableViaApex() function