HomeSort by relevance Sort by last modified time
    Searched defs:technology (Results 1 - 12 of 12) sorted by null

  /system/connectivity/shill/
connection.h 31 #include "shill/technology.h"
86 Technology::Identifier technology_,
139 virtual Technology::Identifier technology() const { return technology_; } function in class:shill::Connection
207 Technology::Identifier technology_;
device_info.h 38 #include "shill/technology.h"
180 technology(Technology::kUnknown)
198 Technology::Identifier technology; member in struct:shill::DeviceInfo::Info
235 // is |interface_index| and detected technology is |technology|.
239 Technology::Identifier technology);
260 virtual Technology::Identifier GetDeviceTechnology
    [all...]
device.h 44 #include "shill/technology.h"
83 Technology::Identifier technology);
241 virtual Technology::Identifier technology() const { return technology_; } function in class:shill::Device
288 // (if necessary). Derived classes may implement any technology
625 // device technology.
    [all...]
device_info.cc 184 set<Technology::Identifier> initialized_technologies;
186 Technology::Identifier technology = info.second.technology; local
188 // If there is more than one device for a technology and at least
191 initialized_technologies.insert(technology);
192 unique_technologies.erase(Technology::NameFromIdentifier(technology));
195 if (Technology::IsPrimaryConnectivityTechnology(technology) &
619 Technology::Identifier technology = Technology::kUnknown; local
1144 Technology::Identifier technology = GetDeviceTechnology(link_name); local
    [all...]
manager.cc 883 Technology::Identifier technology = local
884 Technology::IdentifierFromStorageGroup(entry_name);
885 if (technology == Technology::kUnknown) {
888 "Could not determine technology for entry: " + entry_name);
896 if (technology == Technology::kEthernet) {
902 } else if (ContainsKey(providers_, technology)) {
904 providers_[technology]->CreateTemporaryServiceFromProfile
1997 Technology::Identifier technology = service->technology(); local
2297 Technology::Identifier technology = Technology::IdentifierFromName(type); local
2388 Technology::Identifier technology = Technology::IdentifierFromName(type); local
    [all...]
service.h 42 #include "shill/technology.h"
160 Technology::Identifier technology);
312 // of this service's technology via a property set on it.
423 virtual Technology::Identifier technology() const { return technology_; } function in class:shill::Service
454 const std::vector<Technology::Identifier>& tech_order,
    [all...]
metrics.h 831 Technology::Identifier technology_id);
1142 Technology::Identifier technology; member in struct:shill::Metrics::DeviceMetrics
    [all...]
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.cc 225 const string& technology) { // NOLINT
226 SLOG(this, 2) << __func__ << ": " << technology; local
228 manager_->RequestScan(Device::kFullScan, technology, &e);
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 85 #define NFA_EE_PWR_STATE_NONE 0 /* used to remove a particular technology or protocol based routing cfg of a handle from the routing table. */
135 #define NFA_EE_TRGR_RF_TECHNOLOGY NFC_EE_TRIG_RF_TECHNOLOGY/* RF Technology changed */
143 tNFC_RF_TECH technology; /* NFA_EE_TRGR_RF_TECHNOLOGY:the technology that triggers this event */ member in union:__anon16191
303 ** default routing based on RF technology in the listen mode
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 139 #define NFC_ROUTE_TAG_TECH NCI_ROUTE_TAG_TECH /* Technology based routing */
142 #define NFC_ROUTE_TLV_ENTRY_SIZE 4 /* tag, len, 2 byte value for technology/protocol based routing */
354 /* Discovery Types/Detected Technology and Mode */
442 #define NFC_EE_TRIG_RF_TECHNOLOGY NCI_EE_TRIG_RF_TECHNOLOGY/* RF Technology changed */
451 tNFC_RF_TECH technology; member in union:__anon16463::__anon16464
472 tNFC_RF_TECH_N_MODE tech_n_mode; /* Discovery Technology and Mode */
541 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */
551 UINT8 sensf_res_len;/* Length of SENSF_RES Response (Byte 2 - Byte 17 or 19) Available after Technology Detection */
599 tNFC_RF_TECH_PARAMS rf_tech_param; /* RF technology parameters */
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h 391 // ICC Technology tag
1372 cmsTechnologySignature technology; member in struct:__anon22114
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 142 milliseconds