Home
last modified time | relevance | path

Searched refs:AServiceManager_waitForService (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/av/services/tuner/
DTunerHelper.cpp77 ::ndk::SpAIBinder binder(AServiceManager_waitForService("tv_tuner_resource_mgr")); in updateTunerResources()
89 ::ndk::SpAIBinder binder(AServiceManager_waitForService("tv_tuner_resource_mgr")); in updateTunerResources()
/frameworks/av/media/libaudiohal/impl/
DAidlUtils.h50 serviceBinder = AServiceManager_waitForService(serviceName.c_str()); in getServiceInstance()
DDevicesFactoryHalAidl.cpp130 AServiceManager_waitForService(serviceName.c_str())))); in getService()
/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_manager.h140 __attribute__((warn_unused_result)) AIBinder* AServiceManager_waitForService(const char* instance)
/frameworks/native/services/memtrackproxy/test/
DMemtrackProxyTest.cpp36 ndk::SpAIBinder(AServiceManager_waitForService(kMemtrackProxyService)); in SetUp()
/frameworks/av/drm/libmediadrmrkp/src/
DDrmRkpAdapter.cpp38 ::ndk::SpAIBinder(AServiceManager_waitForService(fullName.c_str()))); in getDrmRemotelyProvisionedComponents()
/frameworks/hardware/interfaces/location/altitude/aidl/vts/functional/
DVtsHalAltitudeServiceTargetTest.cpp43 SpAIBinder binder(AServiceManager_waitForService(GetParam().c_str())); in SetUp()
/frameworks/hardware/interfaces/automotive/telemetry/aidl/vts/functional/
DVtsHalCarTelemetryTest.cpp72 ndk::SpAIBinder(::AServiceManager_waitForService(GetParam().c_str()))); in SetUp()
/frameworks/native/services/powermanager/
DPowerHalLoader.cpp90 ndk::SpAIBinder(AServiceManager_waitForService(aidlServiceName.c_str()))); in loadAidl()
/frameworks/hardware/interfaces/automotive/display/aidl/vts/functional/
DVtsHalCarDisplayTargetTest.cpp60 AIBinder* binder = AServiceManager_waitForService(serviceName.data()); in SetUp()
/frameworks/native/libs/binder/rust/src/
Dservice.rs172 unsafe { SpIBinder::from_raw(sys::AServiceManager_waitForService(name.as_ptr())) } in wait_for_service()
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc188 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_waitForService);
377 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_waitForService); in init_stub_library()
Dstubs_arm64.cc188 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_waitForService);
377 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_waitForService); in init_stub_library()
Dstubs_riscv64.cc188 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AServiceManager_waitForService);
377 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AServiceManager_waitForService); in init_stub_library()
/frameworks/hardware/interfaces/vibrator/aidl/vts/functional/
DVtsHalVibratorControlServiceTargetTest.cpp88 SpAIBinder binder(AServiceManager_waitForService(GetParam().c_str())); in SetUp()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt129 AServiceManager_waitForService; # systemapi llndk
Dservice_manager.cpp108 AIBinder* AServiceManager_waitForService(const char* instance) { in AServiceManager_waitForService() function
/frameworks/base/media/jni/tuner/
DTunerClient.cpp34 ::ndk::SpAIBinder binder(AServiceManager_waitForService("media.tuner")); in TunerClient()
/frameworks/native/services/memtrackproxy/
DMemtrackProxy.cpp87 ndk::SpAIBinder(AServiceManager_waitForService(instance.c_str())); in MemtrackAidlInstance()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp433 ndk::SpAIBinder binder(AServiceManager_waitForService(kLazyBinderNdkUnitTestService)); in TEST()
443 ndk::SpAIBinder binder(AServiceManager_waitForService(kLazyBinderNdkUnitTestService)); in TEST()
459 ndk::SpAIBinder binder(AServiceManager_waitForService(kForcePersistNdkUnitTestService)); in TEST()
484 ndk::SpAIBinder binder(AServiceManager_waitForService(kActiveServicesNdkUnitTestService)); in TEST()
/frameworks/base/services/core/jni/
Dcom_android_server_power_PowerManagerService.cpp145 ndk::SpAIBinder(AServiceManager_waitForService(suspendInstance.c_str()))); in getSuspendHal()
/frameworks/av/drm/libmediadrm/
DDrmSessionManager.cpp127 ::ndk::SpAIBinder binder(AServiceManager_waitForService("media.resource_manager")); in getResourceManagerService_l()
/frameworks/hardware/interfaces/sensorservice/aidl/vts/
DVtsHalSensorManagerTargetTest.cpp78 ndk::SpAIBinder(AServiceManager_waitForService(GetParam().c_str()))); in SetUp()
/frameworks/native/services/sensorservice/
DAidlSensorHalWrapper.cpp115 ndk::SpAIBinder binder(AServiceManager_waitForService(aidlServiceName.c_str())); in connect()
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.cpp78 ISensorManager::fromBinder(ndk::SpAIBinder(AServiceManager_waitForService(name.c_str()))); in ASensorManager()

12