Searched refs:instanceName (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pDnsSdServiceRequest.java88 * @param instanceName instance name. Cannot be null. <br>
96 public static WifiP2pDnsSdServiceRequest newInstance(String instanceName, argument
98 if (instanceName == null || serviceType == null) {
102 String fullDomainName = instanceName + "." + serviceType + ".local.";
H A DWifiP2pDnsSdServiceInfo.java83 * @param instanceName instance name.<br>
91 public static WifiP2pDnsSdServiceInfo newInstance(String instanceName, argument
93 if (TextUtils.isEmpty(instanceName) || TextUtils.isEmpty(serviceType)) {
106 queries.add(createPtrServiceQuery(instanceName, serviceType));
107 queries.add(createTxtServiceQuery(instanceName, serviceType, txtRecord));
115 * @param instanceName instance name.<br>
121 private static String createPtrServiceQuery(String instanceName, argument
129 byte[] data = instanceName.getBytes();
141 * @param instanceName instance name.<br>
148 private static String createTxtServiceQuery(String instanceName, argument
[all...]
/frameworks/native/cmds/lshal/
H A DLshal.cpp134 const std::string &instanceName,
140 hardware::Return<sp<IBase>> retBase = serviceManager()->get(interfaceName, instanceName);
143 std::string msg = "Cannot get " + interfaceName + "/" + instanceName + ": "
152 std::string msg = interfaceName + "/" + instanceName + " does not exist, or "
177 std::string msg = "debug() FAILED on " + interfaceName + "/" + instanceName + ": "
132 emitDebugInfo( const std::string &interfaceName, const std::string &instanceName, const std::vector<std::string> &options, std::ostream &out, NullableOStream<std::ostream> err) const argument
H A DLshal.h48 const std::string &instanceName,
H A DListCommand.cpp234 std::string instanceName =
277 hal->interfaces[interfaceName].instances.insert(instanceName);
289 interfaces[interfaceName].instances.insert(instanceName);
416 std::string{info.instanceName.c_str()};
451 std::string{info.instanceName.c_str()},
493 const auto &instanceName = pair.second; local
494 auto getRet = timeoutIPC(manager, &IServiceManager::get, serviceName, instanceName);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java244 protected synchronized void replaceInstance(final Class c, final String instanceName, argument
247 Field field = c.getDeclaredField(instanceName);
250 InstanceKey key = new InstanceKey(c, instanceName, obj);
258 protected synchronized void restoreInstance(final Class c, final String instanceName, argument
260 InstanceKey key = new InstanceKey(c, instanceName, obj);
262 Field field = c.getDeclaredField(instanceName);
/frameworks/native/cmds/atrace/
H A Datrace.cpp538 hidl_string instanceName = fqInstanceName.substr(n+1, std::string::npos);
539 Return<sp<IBase>> interfaceRet = sm->get(fqInterfaceName, instanceName);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java595 * @param instanceName instance name.<br>
601 public void onDnsSdServiceAvailable(String instanceName, argument

Completed in 354 milliseconds