HomeSort by relevance Sort by last modified time
    Searched refs:instanceName (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /hardware/interfaces/health/2.0/utils/libhealthhalutils/
HealthHalUtils.cpp 28 for (auto&& instanceName : {"default", "backup"}) {
29 auto ret = IHealth::getService(instanceName);
33 LOG(INFO) << "health: cannot get " << instanceName << " service";
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetTestEnvBase.cpp 95 string instanceName =
101 if (halServiceInstances_.find(instanceName) != halServiceInstances_.end()) {
102 ALOGE("Exisitng instance %s with name %s", instanceName.c_str(),
103 halServiceInstances_[instanceName].c_str());
106 halServiceInstances_[instanceName] = serviceName;
109 string VtsHalHidlTargetTestEnvBase::getServiceName(const string& instanceName,
111 if (halServiceInstances_.find(instanceName) != halServiceInstances_.end()) {
112 return halServiceInstances_[instanceName];
116 instanceName.c_str(), defaultName.c_str());
VtsHalHidlTargetTestEnvBase.h 120 string getServiceName(const string& instanceName, const string& defaultName);
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiP2pService.java 11 String instanceName = null;
  /system/hwservicemanager/
Vintf.h 11 // instanceName is "default", "ashmem", etc.
14 const std::string &instanceName);
Vintf.cpp 15 const FQName &fqName, const std::string &instanceName,
22 fqName.name(), instanceName);
25 vintf::Transport getTransport(const std::string &interfaceName, const std::string &instanceName) {
43 vintf::Transport tr = getTransportFromManifest(fqName, instanceName,
48 tr = getTransportFromManifest(fqName, instanceName,
55 << fqName.string() << "/" << instanceName
HidlService.h 26 const std::string &instanceName,
30 const std::string &instanceName)
33 instanceName,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
struct_field.rs 93 // 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.f);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
struct_field.rs 93 // 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.f);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceRequest.java 88 * @param instanceName instance name. Cannot be null. <br>
96 public static WifiP2pDnsSdServiceRequest newInstance(String instanceName,
98 if (instanceName == null || serviceType == null) {
102 String fullDomainName = instanceName + "." + serviceType + ".local.";
WifiP2pDnsSdServiceInfo.java 83 * @param instanceName instance name.<br>
91 public static WifiP2pDnsSdServiceInfo newInstance(String instanceName,
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,
129 byte[] data = instanceName.getBytes();
141 * @param instanceName instance name.<br>
148 private static String createTxtServiceQuery(String instanceName,
    [all...]
  /test/vts/drivers/hal/replayer/
VtsHidlHalReplayerMain.cpp 49 string instanceName = instance.substr(0, instance.find('/'));
53 if (halServiceInstances->find(instanceName) != halServiceInstances->end()) {
54 cerr << "Exisitng instance " << instanceName << " with name "
55 << (*halServiceInstances)[instanceName] << endl;
57 (*halServiceInstances)[instanceName] = serviceName;
  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Keymaster.h 42 Keymaster(const hidl_string& descriptor, const hidl_string& instanceName)
43 : descriptor_(descriptor), instanceName_(instanceName) {}
62 const hidl_string& instanceName() const { return instanceName_; }
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DnsSdResponseListenerTest.java 61 public void onDnsSdServiceAvailable(String instanceName,
63 Log.d(TAG, instanceName + " " + registrationType +
71 receiveCallback(new Argument(instanceName, registrationType));
98 * @param instanceName instance name.
101 Argument(String instanceName, String registrationType) {
102 mInstanceName = instanceName;
135 return "instanceName=" + mInstanceName +
  /test/vts/utils/native/libcoverage/
VtsCoverageConfigureMain.cpp 44 string instanceName = fqInstanceName.substr(n + 1, std::string::npos);
49 std::forward<Lambda>(func)(fqInterfaceName, instanceName, halName);
71 hidl_string instanceName;
76 instanceName = instance;
82 Return<sp<IBase>> interfaceRet = sm->get(fqInterfaceName, instanceName);
  /external/skia/src/sksl/ast/
SkSLASTInterfaceBlock.h 30 StringFragment instanceName,
36 , fInstanceName(instanceName)
  /external/skia/src/sksl/ir/
SkSLInterfaceBlock.h 28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName,
34 , fInstanceName(std::move(instanceName))
  /external/skqp/src/sksl/ast/
SkSLASTInterfaceBlock.h 30 StringFragment instanceName,
36 , fInstanceName(instanceName)
  /external/skqp/src/sksl/ir/
SkSLInterfaceBlock.h 28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName,
34 , fInstanceName(std::move(instanceName))
  /system/libhidl/transport/include/hidl/
ServiceManagement.h 44 const std::string &instanceName);
47 void waitForHwService(const std::string &interface, const std::string &instanceName);
  /system/libhidl/adapter/
HidlBinderAdapter.cpp 97 std::string instanceName = argv[1];
111 std::cout << "Trying to adapt down " << interfaceName << "/" << instanceName << std::endl;
121 sp<IBase> implementation = manager->get(interfaceName, instanceName).withDefault(nullptr);
133 bool replaced = manager->add(instanceName, adapter).withDefault(false);
147 bool restored = manager->add(instanceName, implementation).withDefault(false);
  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
MockedServiceManager.java 79 private synchronized void replaceInstance(final Class c, final String instanceName,
82 Field field = c.getDeclaredField(instanceName);
85 InstanceKey key = new InstanceKey(c, instanceName, obj);
  /packages/apps/Settings/tests/unit/src/com/android/settings/utils/
MockedServiceManager.java 80 public synchronized void replaceInstance(final Class c, final String instanceName,
83 Field field = c.getDeclaredField(instanceName);
86 InstanceKey key = new InstanceKey(c, instanceName, obj);
  /test/vts/utils/native/libprofiling/
VtsProfilingConfigureMain.cpp 44 hidl_string instanceName =
46 Return<sp<IBase>> interfaceRet = sm->get(fqInterfaceName, instanceName);
  /frameworks/native/cmds/lshal/
Lshal.cpp 99 const std::string &instanceName,
107 hardware::Return<sp<IBase>> retBase = serviceManager()->get(interfaceName, instanceName);
110 std::string msg = "Cannot get " + interfaceName + "/" + instanceName + ": "
119 std::string msg = interfaceName + "/" + instanceName + " does not exist, or "
129 std::string msg = interfaceName + "/" + instanceName + " getDescriptor failed";
156 std::string msg = "debug() FAILED on " + interfaceName + "/" + instanceName + ": "

Completed in 731 milliseconds

1 2 3 4