Home
last modified time | relevance | path

Searched refs:fqName (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/cmds/lshal/
DPipeRelay.cpp37 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()
DWaitCommand.cpp54 FQName fqName; in main() local
55 if (!FQName::parse(interface, &fqName) || fqName.isIdentifier() || !fqName.isFullyQualified()) { in main()
DDebugCommand.cpp62 FQName fqName; in main() local
63 … if (!FQName::parse(pair.first, &fqName) || fqName.isIdentifier() || !fqName.isFullyQualified()) { in main()
DPipeRelay.h39 std::ostream& os, const NullableOStream<std::ostream>& err, const std::string& fqName);
51 std::string fqName);
/frameworks/av/media/libaudiohal/
DFactoryHalHidl.cpp89 const std::string fqName = package + "@" + version + "::" + interface; in hasHalService() local
91 Return<Transport> transport = sm->getTransport(fqName, instance); in hasHalService()
94 fqName.c_str(), instance.c_str(), transport.description().c_str()); in hasHalService()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DRadioModule.java146 public static @Nullable RadioModule tryLoadingModule(int idx, @NonNull String fqName, in tryLoadingModule() argument
149 Slog.i(TAG, "Try loading module for idx " + idx + ", fqName " + fqName); in tryLoadingModule()
150 IBroadcastRadio service = IBroadcastRadio.getService(fqName); in tryLoadingModule()
152 Slog.w(TAG, "No service found for fqName " + fqName); in tryLoadingModule()
166 RadioManager.ModuleProperties prop = Convert.propertiesFromHal(idx, fqName, in tryLoadingModule()
171 Slog.e(TAG, "Failed to load module " + fqName, ex); in tryLoadingModule()
DBroadcastRadioService.java60 public void onRegistration(String fqName, String serviceName, boolean preexisting) {
61 Slog.v(TAG, "onRegistration(" + fqName + ", " + serviceName + ", " + preexisting + ")");
/frameworks/base/services/core/java/com/android/server/
DConsumerIrService.java69 final String fqName = IConsumerIr.DESCRIPTOR + "/default"; in getHalService() local
71 ServiceManager.waitForDeclaredService(fqName)); in getHalService()
/frameworks/native/services/sensorservice/
DSensorDeviceUtils.cpp131 const hidl_string &fqName, const hidl_string &name, bool preexisting) { in onRegistration() argument
133 fqName.c_str(), name.c_str(), preexisting); in onRegistration()
DSensorDeviceUtils.h58 Return<void> onRegistration(const hidl_string &fqName,
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceService.java632 final String fqName = IFace.DESCRIPTOR + "/" + instance; in addAidlProviders() local
634 Binder.allowBlocking(ServiceManager.waitForDeclaredService(fqName))); in addAidlProviders()
636 Slog.e(TAG, "Unable to get declared service: " + fqName); in addAidlProviders()
645 Slog.e(TAG, "Remote exception in getSensorProps: " + fqName); in addAidlProviders()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java866 final String fqName = IFingerprint.DESCRIPTOR + "/" + instance; in addAidlProviders() local
868 Binder.allowBlocking(ServiceManager.waitForDeclaredService(fqName))); in addAidlProviders()
870 Slog.e(TAG, "Unable to get declared service: " + fqName); in addAidlProviders()
882 Slog.e(TAG, "Remote exception in getSensorProps: " + fqName); in addAidlProviders()
/frameworks/base/services/usb/java/com/android/server/usb/hal/port/
DUsbPortHidl.java130 public void onRegistration(String fqName, String name, boolean preexisting) { in onRegistration() argument
131 logAndPrint(Log.INFO, null, "Usb hal service started " + fqName + " " + name); in onRegistration()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1962 public void onRegistration(String fqName, String name, boolean preexisting) { in onRegistration() argument
1963 Slog.i(TAG, "Usb gadget hal service started " + fqName + " " + name); in onRegistration()
1964 if (!fqName.equals(GADGET_HAL_FQ_NAME)) { in onRegistration()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h374 virtual hardware::Return<void> onRegistration(const hardware::hidl_string& fqName,