/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | DefaultHalFactory.java | 66 return new SoundTriggerHw3Compat(ServiceManager.waitForService(aidlServiceName), in create() 104 return new SoundTriggerHw3Compat(ServiceManager.waitForService(aidlServiceName), in create() 107 ServiceManager.waitForService(aidlServiceName).shellCommand(null, in create()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | ArtModuleServiceManager.java | 53 public IBinder waitForService() { in waitForService() method in ArtModuleServiceManager.ServiceRegisterer 54 return ServiceManager.waitForService(mServiceName); in waitForService()
|
H A D | ServiceManager.java | 283 public static IBinder waitForService(@NonNull String name) { in waitForService() method in ServiceManager 303 return isDeclared(name) ? waitForService(name) : null; in waitForDeclaredService()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_ServiceManager.cpp | 43 sp<IBinder> service = defaultServiceManager()->waitForService(nameCopy); in android_os_ServiceManager_waitForServiceNative()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaServiceManager.java | 74 return ServiceManager.waitForService(mServiceName); in get()
|
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
H A D | LoginTest.java | 251 private void changeTest(boolean waitForService) throws Throwable { in changeTest() argument 255 if (waitForService) { in changeTest()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_power_PowerManagerService.cpp | 161 gSuspendControl = waitForService<ISuspendControlService>(String16("suspend_control")); in getSuspendControl() 171 waitForService<system::suspend::internal::ISuspendControlServiceInternal>( in getSuspendControlInternal()
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/gadget/ |
H A D | UsbGadgetAidl.java | 90 ServiceManager.waitForService(USB_GADGET_AIDL_SERVICE)); in connectToProxy()
|
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
H A D | BugreportReceiverTest.java | 819 waitForService(false); in assertServiceNotRunning() 833 private void waitForService(boolean expectRunning) { in waitForService() method in BugreportReceiverTest 857 waitForService(false); in killService()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | DynamicSystemService.java | 60 return IGsiService.Stub.asInterface(ServiceManager.waitForService("gsiservice")); in getGsiService()
|
H A D | BinaryTransparencyService.java | 1642 Binder.allowBlocking(ServiceManager.waitForService("apexservice"))); in getOriginalApexPreinstalledLocation()
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/port/ |
H A D | UsbPortAidl.java | 158 mBinder = ServiceManager.waitForService(USB_AIDL_SERVICE); in connectToProxy()
|
/aosp14/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/ |
H A D | StagedInstallInternalTest.java | 621 IBinder binder = ServiceManager.waitForService("package_native"); in getPackageManagerNative()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
H A D | SoundTriggerService.java | 292 ServiceManager.waitForService(Context.SOUND_TRIGGER_MIDDLEWARE_SERVICE)); in onBootPhase() 461 .waitForService(Context.SOUND_TRIGGER_MIDDLEWARE_SERVICE)) in attachInjection()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | IContextHubWrapper.java | 188 ServiceManager.waitForService(aidlServiceName)); in maybeConnectToAidlGetProxy()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ApexManager.java | 459 Binder.allowBlocking(ServiceManager.waitForService("apexservice"))); in waitForApexService()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
H A D | HotwordDetectionConnection.java | 244 final IBinder audioFlinger = ServiceManager.waitForService("media.audio_flinger"); in initAudioFlinger()
|
/aosp14/frameworks/base/core/api/ |
H A D | module-lib-current.txt | 360 method @Nullable public android.os.IBinder waitForService();
|