Home
last modified time | relevance | path

Searched refs:AServiceManager_forceLazyServicesPersist (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_manager.h272 void AServiceManager_forceLazyServicesPersist(bool persist) __INTRODUCED_IN(31);
/frameworks/av/media/module/service.mediatranscoding/
DMediaTranscodingService.cpp137 AServiceManager_forceLazyServicesPersist(true /*persist*/); in instantiate()
/frameworks/native/libs/binder/rust/src/
Dservice.rs76 unsafe { sys::AServiceManager_forceLazyServicesPersist(persist) } in force_lazy_services_persist()
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc177 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_forceLazyServicesPersist);
366 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_forceLazyServicesPersist); in init_stub_library()
Dstubs_arm64.cc177 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_forceLazyServicesPersist);
366 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_forceLazyServicesPersist); in init_stub_library()
Dstubs_riscv64.cc177 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_forceLazyServicesPersist);
366 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_forceLazyServicesPersist); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt122 AServiceManager_forceLazyServicesPersist; # systemapi llndk
Dservice_manager.cpp228 void AServiceManager_forceLazyServicesPersist(bool persist) { in AServiceManager_forceLazyServicesPersist() function
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp100 AServiceManager_forceLazyServicesPersist(persist); in forcePersist()