/frameworks/base/core/java/android/os/ |
D | HwNoService.java | 39 public android.hidl.base.V1_0.IBase get(String fqName, String name) in get() argument 41 Log.i(TAG, "get " + fqName + "/" + name + " with no hwservicemanager"); in get() 53 public byte getTransport(String fqName, String name) throws android.os.RemoteException { in getTransport() argument 54 Log.i(TAG, "getTransoport " + fqName + "/" + name + " with no hwservicemanager"); in getTransport() 65 public java.util.ArrayList<String> listByInterface(String fqName) in listByInterface() argument 73 String fqName, String name, android.hidl.manager.V1_0.IServiceNotification callback) in registerForNotifications() argument 87 public void registerPassthroughClient(String fqName, String name) in registerPassthroughClient() argument 94 String fqName, String name, android.hidl.manager.V1_0.IServiceNotification callback) in unregisterForNotifications() argument 102 String fqName, in registerClientCallback() argument 109 "registerClientCallback for " + fqName + "/" + name + " with no hwservicemanager"); in registerClientCallback() [all …]
|
/frameworks/native/cmds/lshal/ |
D | PipeRelay.cpp | 37 const std::string& fqName) { in create() argument 51 &os, &err, fqName); in create() 56 const NullableOStream<std::ostream>* err, std::string fqName) { in thread() argument 65 (*err) << "debug " << fqName << ": poll() failed: " << strerror(savedErrno) in thread() 75 (*err) << "debug " << fqName << ": read() failed: " << strerror(savedErrno) in thread() 80 (*err) << "Warning: debug " << fqName << ": poll() indicates POLLIN but no data" in thread()
|
D | WaitCommand.cpp | 54 FQName fqName; in main() local 55 if (!FQName::parse(interface, &fqName) || fqName.isIdentifier() || !fqName.isFullyQualified()) { in main()
|
D | DebugCommand.cpp | 62 FQName fqName; in main() local 63 … if (!FQName::parse(pair.first, &fqName) || fqName.isIdentifier() || !fqName.isFullyQualified()) { in main()
|
D | PipeRelay.h | 39 std::ostream& os, const NullableOStream<std::ostream>& err, const std::string& fqName); 51 std::string fqName);
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceSensorConfigurations.java | 176 final String fqName = IFace.DESCRIPTOR + "/" + instance; in getSensorPropForInstance() local 178 ServiceManager.waitForDeclaredService(fqName))); in getSensorPropForInstance() 183 Slog.e(TAG, "Unable to get declared service: " + fqName); in getSensorPropForInstance()
|
/frameworks/av/media/libaudiohal/ |
D | FactoryHal.cpp | 126 const std::string fqName = in hasHidlHalService() local 129 Return<Transport> transport = sm->getTransport(fqName, instance); in hasHidlHalService() 132 fqName.c_str(), instance.c_str(), transport.description().c_str()); in hasHidlHalService()
|
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
D | RadioModule.java | 160 static RadioModule tryLoadingModule(int idx, @NonNull String fqName) { in tryLoadingModule() argument 162 Slogf.i(TAG, "Try loading module for idx " + idx + ", fqName " + fqName); in tryLoadingModule() 163 IBroadcastRadio service = IBroadcastRadio.getService(fqName); in tryLoadingModule() 165 Slogf.w(TAG, "No service found for fqName " + fqName); in tryLoadingModule() 179 RadioManager.ModuleProperties prop = Convert.propertiesFromHal(idx, fqName, in tryLoadingModule() 184 Slogf.e(TAG, "Failed to load module " + fqName, ex); in tryLoadingModule()
|
D | BroadcastRadioService.java | 65 public void onRegistration(String fqName, String serviceName, boolean preexisting) { 66 Slogf.v(TAG, "onRegistration(" + fqName + ", " + serviceName + ", " + preexisting
|
/frameworks/native/services/sensorservice/ |
D | SensorDeviceUtils.cpp | 131 const hidl_string &fqName, const hidl_string &name, bool preexisting) { in onRegistration() argument 133 fqName.c_str(), name.c_str(), preexisting); in onRegistration()
|
D | SensorDeviceUtils.h | 58 Return<void> onRegistration(const hidl_string &fqName,
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConsumerIrService.java | 74 final String fqName = IConsumerIr.DESCRIPTOR + "/default"; in getHalService() local 76 ServiceManager.waitForDeclaredService(fqName)); in getHalService()
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintSensorConfigurations.java | 178 final String fqName = IFingerprint.DESCRIPTOR + "/" + instance; in getSensorPropForInstance() local 180 ServiceManager.waitForDeclaredService(fqName))); in getSensorPropForInstance()
|
/frameworks/base/services/usb/java/com/android/server/usb/hal/gadget/ |
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()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
D | FaceService.java | 780 final String fqName = IFace.DESCRIPTOR + "/" + name; in FaceService() 782 Binder.allowBlocking(ServiceManager.waitForDeclaredService(fqName))); in FaceService() 784 Slog.e(TAG, "Unable to get declared service: " + fqName); in FaceService() 794 Slog.e(TAG, "Remote exception in getSensorProps: " + fqName); in FaceService()
|
/frameworks/base/services/usb/java/com/android/server/usb/hal/port/ |
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()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintService.java | 1041 final String fqName = IFingerprint.DESCRIPTOR + "/" + name; in FingerprintService() 1043 Binder.allowBlocking(ServiceManager.waitForDeclaredService(fqName))); in FingerprintService() 1052 Slog.e(TAG, "Remote exception in getSensorProps: " + fqName); in FingerprintService() 1055 Slog.e(TAG, "Unable to get declared service: " + fqName); in FingerprintService()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 2226 public void onRegistration(String fqName, String name, boolean preexisting) { in onRegistration() argument 2227 Slog.i(TAG, "Usb gadget hal service started " + fqName + " " + name); in onRegistration() 2228 if (!fqName.equals(GADGET_HAL_FQ_NAME)) { in onRegistration()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.h | 427 virtual hardware::Return<void> onRegistration(const hardware::hidl_string& fqName,
|