Home
last modified time | relevance | path

Searched refs:waitForService (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DDefaultHalFactory.java66 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 DArtModuleServiceManager.java53 public IBinder waitForService() { in waitForService() method in ArtModuleServiceManager.ServiceRegisterer
54 return ServiceManager.waitForService(mServiceName); in waitForService()
H A DServiceManager.java283 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 Dandroid_os_ServiceManager.cpp43 sp<IBinder> service = defaultServiceManager()->waitForService(nameCopy); in android_os_ServiceManager_waitForServiceNative()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaServiceManager.java74 return ServiceManager.waitForService(mServiceName); in get()
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DLoginTest.java251 private void changeTest(boolean waitForService) throws Throwable { in changeTest() argument
255 if (waitForService) { in changeTest()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp161 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 DUsbGadgetAidl.java90 ServiceManager.waitForService(USB_GADGET_AIDL_SERVICE)); in connectToProxy()
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java819 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 DDynamicSystemService.java60 return IGsiService.Stub.asInterface(ServiceManager.waitForService("gsiservice")); in getGsiService()
H A DBinaryTransparencyService.java1642 Binder.allowBlocking(ServiceManager.waitForService("apexservice"))); in getOriginalApexPreinstalledLocation()
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/port/
H A DUsbPortAidl.java158 mBinder = ServiceManager.waitForService(USB_AIDL_SERVICE); in connectToProxy()
/aosp14/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/
H A DStagedInstallInternalTest.java621 IBinder binder = ServiceManager.waitForService("package_native"); in getPackageManagerNative()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java292 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 DIContextHubWrapper.java188 ServiceManager.waitForService(aidlServiceName)); in maybeConnectToAidlGetProxy()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApexManager.java459 Binder.allowBlocking(ServiceManager.waitForService("apexservice"))); in waitForApexService()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java244 final IBinder audioFlinger = ServiceManager.waitForService("media.audio_flinger"); in initAudioFlinger()
/aosp14/frameworks/base/core/api/
H A Dmodule-lib-current.txt360 method @Nullable public android.os.IBinder waitForService();