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

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dstruct_field.rs93 // Compares instanceName".x" to argPrefix"_x", etc.
94 #define CHECK_INNERONE_(instanceName, argPrefix) \
96 TRACE(# instanceName, instanceName.x); \
97 _RS_ASSERT(instanceName.x == argPrefix ## _x); \
98 TRACE(# instanceName, instanceName.y); \
99 _RS_ASSERT(instanceName.y == argPrefix ## _y); \
100 TRACE(# instanceName, instanceName
[all...]
/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.cpp136 const std::string &instanceName,
142 hardware::Return<sp<IBase>> retBase = serviceManager()->get(interfaceName, instanceName);
145 std::string msg = "Cannot get " + interfaceName + "/" + instanceName + ": "
154 std::string msg = interfaceName + "/" + instanceName + " does not exist, or "
179 std::string msg = "debug() FAILED on " + interfaceName + "/" + instanceName + ": "
134 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.cpp298 std::string instanceName =
342 hal->interfaces[interfaceName].instances.insert(instanceName);
355 interfaces[interfaceName].instances.insert(instanceName);
490 std::string{info.instanceName.c_str()};
525 std::string{info.instanceName.c_str()},
567 const auto &instanceName = pair.second; local
568 auto getRet = timeoutIPC(manager, &IServiceManager::get, serviceName, instanceName);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java254 protected synchronized void replaceInstance(final Class c, final String instanceName, argument
257 Field field = c.getDeclaredField(instanceName);
260 InstanceKey key = new InstanceKey(c, instanceName, obj);
268 protected synchronized void restoreInstance(final Class c, final String instanceName, argument
270 InstanceKey key = new InstanceKey(c, instanceName, obj);
272 Field field = c.getDeclaredField(instanceName);
/frameworks/native/cmds/atrace/
H A Datrace.cpp550 hidl_string instanceName = fqInstanceName.substr(n+1, std::string::npos);
551 Return<sp<IBase>> interfaceRet = sm->get(fqInterfaceName, instanceName);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java598 * @param instanceName instance name.<br>
604 public void onDnsSdServiceAvailable(String instanceName, argument

Completed in 161 milliseconds