Searched refs:fqName (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
H A D | RadioModule.java | 161 static RadioModule tryLoadingModule(int idx, @NonNull String fqName) { in tryLoadingModule() argument 163 Slog.i(TAG, "Try loading module for idx " + idx + ", fqName " + fqName); in tryLoadingModule() 164 IBroadcastRadio service = IBroadcastRadio.getService(fqName); in tryLoadingModule() 166 Slog.w(TAG, "No service found for fqName " + fqName); in tryLoadingModule() 180 RadioManager.ModuleProperties prop = Convert.propertiesFromHal(idx, fqName, in tryLoadingModule() 185 Slog.e(TAG, "Failed to load module " + fqName, ex); in tryLoadingModule()
|
H A D | BroadcastRadioService.java | 66 public void onRegistration(String fqName, String serviceName, boolean preexisting) { 67 Slog.v(TAG, "onRegistration(" + fqName + ", " + serviceName + ", " + preexisting + ")");
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | ConsumerIrService.java | 74 final String fqName = IConsumerIr.DESCRIPTOR + "/default"; in getHalService() local 76 ServiceManager.waitForDeclaredService(fqName)); in getHalService()
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/gadget/ |
H A D | UsbGadgetHidl.java | 101 public void onRegistration(String fqName, String name, boolean preexisting) { in onRegistration() argument 102 logAndPrint(Log.INFO, mPw, "Usb gadget hal service started " + fqName + " " + name); in onRegistration()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | FaceService.java | 652 final String fqName = IFace.DESCRIPTOR + "/" + instance; in getAidlProviders() local 654 Binder.allowBlocking(ServiceManager.waitForDeclaredService(fqName))); in getAidlProviders() 656 Slog.e(TAG, "Unable to get declared service: " + fqName); in getAidlProviders() 666 Slog.e(TAG, "Remote exception in getSensorProps: " + fqName); in getAidlProviders()
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/port/ |
H A D | UsbPortHidl.java | 131 public void onRegistration(String fqName, String name, boolean preexisting) { in onRegistration() argument 132 logAndPrint(Log.INFO, null, "Usb hal service started " + fqName + " " + name); in onRegistration()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintService.java | 1019 final String fqName = IFingerprint.DESCRIPTOR + "/" + name; in FingerprintService() 1021 Binder.allowBlocking(ServiceManager.waitForDeclaredService(fqName))); in FingerprintService() 1029 Slog.e(TAG, "Remote exception in getSensorProps: " + fqName); in FingerprintService() 1032 Slog.e(TAG, "Unable to get declared service: " + fqName); in FingerprintService()
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | UsbDeviceManager.java | 2100 public void onRegistration(String fqName, String name, boolean preexisting) { in onRegistration() argument 2101 Slog.i(TAG, "Usb gadget hal service started " + fqName + " " + name); in onRegistration() 2102 if (!fqName.equals(GADGET_HAL_FQ_NAME)) { in onRegistration()
|