Searched refs:waitForDeclaredService (Results 1 – 18 of 18) sorted by relevance
51 public static IBinder waitForDeclaredService(@NonNull String name) { in waitForDeclaredService() method in ServiceManagerHelper52 return ServiceManager.waitForDeclaredService(name); in waitForDeclaredService()
51 ServiceManager.waitForDeclaredService(serviceName)); in getBinder()
61 mImsMedia = IImsMedia.Stub.asInterface(ServiceManager.waitForDeclaredService( in initMediaHal()
86 ServiceManager.waitForDeclaredService(HAL_INSTANCE_NAME)); in getServiceMockable()
214 ServiceManager.waitForDeclaredService(DUMP_STATE_AIDL_SERVICE_NAME)); in getDumpstateDeviceAidlService()
387 IBinder binder = ServiceManagerHelper.waitForDeclaredService(fqName); in getRemoteAccessHalService()
373 ServiceManager.waitForDeclaredService(HAL_INSTANCE_NAME)); in getWifiServiceMockable()
224 ServiceManager.waitForDeclaredService(HAL_INSTANCE_NAME)); in getIOffloadHal()
375 IBinder service = ServiceManager.waitForDeclaredService(HAL_INSTANCE_NAME); in getSapProxy()
142 ServiceManager.waitForDeclaredService(serviceName)); in checkNow()
81 return ServiceManagerHelper.waitForDeclaredService(AUDIO_CONTROL_SERVICE); in getService()
498 ServiceManager.waitForDeclaredService(HAL_INSTANCE_NAME)); in getHostapdMockable()
544 ServiceManager.waitForDeclaredService(HAL_INSTANCE_NAME)); in getSupplicantMockable()
583 ServiceManagerHelper.waitForDeclaredService(AIDL_VHAL_SERVICE)); in getAidlVehicle()
278 binder = ServiceManager.waitForDeclaredService(name); in initialize()
289 method TIRAMISU_0 IBinder waitForDeclaredService(String name);
335 ServiceManager.waitForDeclaredService(HAL_INSTANCE_NAME)); in getSupplicantMockable()
305 method @Nullable public static android.os.IBinder waitForDeclaredService(@NonNull String);