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

  /external/chromium_org/chromeos/network/
geolocation_handler.cc 82 std::string technology; local
83 (*iter)->GetAsString(&technology);
84 if (technology == shill::kTypeWifi) {
network_util.h 53 std::string technology; // Access technology. member in struct:chromeos::CellularScanResult
network_change_notifier_chromeos_unittest.cc 62 const char* technology; member in struct:chromeos::TypeMapping
69 { "unknown type", "unknown technology",
91 { shill::kTypeCellular, "unknown technology",
98 type_mappings[i].shill_type, type_mappings[i].technology);
shill_property_handler.cc 133 const std::string& technology) const {
134 return available_technologies_.count(technology) != 0;
138 const std::string& technology) const {
139 return enabled_technologies_.count(technology) != 0;
143 const std::string& technology) const {
144 return enabling_technologies_.count(technology) != 0;
148 const std::string& technology) const {
149 return uninitialized_technologies_.count(technology) != 0;
153 const std::string& technology,
157 enabling_technologies_.insert(technology);
379 std::string technology; local
395 std::string technology; local
412 std::string technology; local
    [all...]
network_state_handler.cc 103 std::string technology = GetTechnologyForType(type); local
105 if (shill_property_handler_->IsTechnologyEnabled(technology))
107 else if (shill_property_handler_->IsTechnologyEnabling(technology))
109 else if (shill_property_handler_->IsTechnologyUninitialized(technology))
111 else if (shill_property_handler_->IsTechnologyAvailable(technology))
126 std::string* technology = *it; local
127 DCHECK(technology);
128 if (!shill_property_handler_->IsTechnologyAvailable(*technology))
131 base::StringPrintf("%s:%d", technology->c_str(), enabled));
133 *technology, enabled, error_callback)
    [all...]
  /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:__anon28639
303 ** default routing based on RF technology in the listen mode
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 225 const std::string& technology = cellular->network_technology(); local
226 if (technology != shill::kNetworkTechnologyLte &&
227 technology != shill::kNetworkTechnologyLteAdvanced)
    [all...]
  /external/chromium_org/ui/chromeos/network/
network_icon.cc 103 // Cached technology badge for the network when the icon was last generated.
451 const std::string& technology = network->network_technology(); local
452 if (technology == shill::kNetworkTechnologyEvdo) {
456 } else if (technology == shill::kNetworkTechnology1Xrtt) {
458 } else if (technology == shill::kNetworkTechnologyGprs) {
462 } else if (technology == shill::kNetworkTechnologyEdge) {
466 } else if (technology == shill::kNetworkTechnologyUmts) {
470 } else if (technology == shill::kNetworkTechnologyHspa) {
474 } else if (technology == shill::kNetworkTechnologyHspaPlus) {
478 } else if (technology == shill::kNetworkTechnologyLte)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 89 String technology; field in class:BatteryMeterView.BatteryTracker
110 technology = intent.getStringExtra(BatteryManager.EXTRA_TECHNOLOGY);
  /external/qemu/telephony/
android_modem.c 285 AModemTech technology; member in struct:AModemRec_
512 modem->technology = android_parse_modem_tech( tmp );
513 if (modem->technology == A_TECH_UNKNOWN) {
514 modem->technology = aconfig_int( modem->nvram_config, NV_MODEM_TECHNOLOGY, A_TECH_GSM );
1024 * return: If the specified technology is not set in any of the 4
1047 * lowest numbered technology that is set in the mask.
1066 modem->technology, newtech, modem->preferred_mask,newpreferred);
1071 return "ERROR: At least one technology must be enabled";
1083 if (modem->technology != newtech) {
1084 modem->technology = newtech
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 136 #define NFC_ROUTE_TAG_TECH NCI_ROUTE_TAG_TECH /* Technology based routing */
139 #define NFC_ROUTE_TLV_ENTRY_SIZE 4 /* tag, len, 2 byte value for technology/protocol based routing */
350 /* Discovery Types/Detected Technology and Mode */
437 #define NFC_EE_TRIG_RF_TECHNOLOGY NCI_EE_TRIG_RF_TECHNOLOGY/* RF Technology changed */
446 tNFC_RF_TECH technology; member in union:__anon28911::__anon28912
467 tNFC_RF_TECH_N_MODE tech_n_mode; /* Discovery Technology and Mode */
536 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */
546 UINT8 sensf_res_len;/* Length of SENSF_RES Response (Byte 2 - Byte 17 or 19) Available after Technology Detection */
594 tNFC_RF_TECH_PARAMS rf_tech_param; /* RF technology parameters */
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h 391 // ICC Technology tag
1372 cmsTechnologySignature technology; member in struct:__anon33245
    [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 318 milliseconds