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

1 2

  /frameworks/base/core/java/android/nfc/
INfcTag.aidl 29 int connect(int nativeHandle, int technology);
43 int setTimeout(int technology, int timeout);
44 int getTimeout(int technology);
47 int getMaxTransceiveLength(int technology);
Tag.java 81 * specific tag technology.
86 * <h4>3. Tag Technology dispatch</h4>
213 * <p> The size and format of an ID is specific to the RF technology used by the tag.
225 * A technology is an implementation of the {@link TagTechnology} interface,
228 * object can then be used to perform advanced, technology-specific operations on a tag.
247 * tag as NDEF adds the {@link Ndef} technology. The {@link rediscover}
270 throw new IllegalStateException("Close connection to the technology first!");
410 public synchronized void setConnectedTechnology(int technology) {
412 mConnectedTechnology = technology;
414 throw new IllegalStateException("Close other technology first!")
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_observer.cc 19 const std::string& technology = network->network_technology(); local
20 if (technology == flimflam::kNetworkTechnologyLte ||
21 technology == flimflam::kNetworkTechnologyLteAdvanced)
network_icon.cc 89 // Cached technology badge for the network when the icon was last generated.
411 const std::string& technology = network->network_technology(); local
412 if (technology == flimflam::kNetworkTechnologyEvdo) {
416 } else if (technology == flimflam::kNetworkTechnology1Xrtt) {
418 } else if (technology == flimflam::kNetworkTechnologyGprs) {
422 } else if (technology == flimflam::kNetworkTechnologyEdge) {
426 } else if (technology == flimflam::kNetworkTechnologyUmts) {
430 } else if (technology == flimflam::kNetworkTechnologyHspa) {
434 } else if (technology == flimflam::kNetworkTechnologyHspaPlus) {
438 } else if (technology == flimflam::kNetworkTechnologyLte)
    [all...]
network_state_list_detailed_view.h 87 const std::string& technology);
  /external/chromium_org/chromeos/network/
network_change_notifier_chromeos.cc 198 const std::string& type, const std::string& technology) {
209 // For cellular types, mapping depends on the technology.
210 if (technology == flimflam::kNetworkTechnologyEvdo ||
211 technology == flimflam::kNetworkTechnologyGsm ||
212 technology == flimflam::kNetworkTechnologyUmts ||
213 technology == flimflam::kNetworkTechnologyHspa) {
215 } else if (technology == flimflam::kNetworkTechnologyHspaPlus ||
216 technology == flimflam::kNetworkTechnologyLte ||
217 technology == flimflam::kNetworkTechnologyLteAdvanced) {
shill_property_handler.cc 129 const std::string& technology) const {
130 return available_technologies_.count(technology) != 0;
134 const std::string& technology) const {
135 return enabled_technologies_.count(technology) != 0;
139 const std::string& technology) const {
140 return enabling_technologies_.count(technology) != 0;
144 const std::string& technology) const {
145 return uninitialized_technologies_.count(technology) != 0;
149 const std::string& technology,
153 enabling_technologies_.insert(technology);
423 std::string technology; local
437 std::string technology; local
452 std::string technology; local
    [all...]
shill_property_handler.h 78 // Called when one or more manager properties (e.g. a technology list)
102 // Returns true if |technology| is available, enabled, etc.
103 bool IsTechnologyAvailable(const std::string& technology) const;
104 bool IsTechnologyEnabled(const std::string& technology) const;
105 bool IsTechnologyEnabling(const std::string& technology) const;
106 bool IsTechnologyUninitialized(const std::string& technology) const;
108 // Asynchronously sets the enabled state for |technology|.
111 const std::string& technology,
171 const std::string& technology,
network_change_notifier_chromeos.h 62 // Maps the shill network type and technology to its NetworkChangeNotifier
66 const std::string& technology);
geolocation_handler.cc 82 std::string technology; local
83 (*iter)->GetAsString(&technology);
84 if (technology == flimflam::kTypeWifi) {
network_util.h 57 std::string technology; // Access technology. member in struct:chromeos::CellularScanResult
network_util_unittest.cc 142 EXPECT_EQ("GSM", scan_results[0].technology);
150 EXPECT_TRUE(scan_results[1].technology.empty());
network_util.cc 123 &scan_result.technology);
network_change_notifier_chromeos_unittest.cc 62 const char* technology; member in struct:chromeos::TypeMapping
69 { "unknown type", "unknown technology",
91 { flimflam::kTypeCellular, "unknown technology",
98 type_mappings[i].shill_type, type_mappings[i].technology);
network_state_handler.cc 139 std::string technology = GetTechnologyForType(type); local
141 if (shill_property_handler_->IsTechnologyEnabled(technology))
143 else if (shill_property_handler_->IsTechnologyEnabling(technology))
145 else if (shill_property_handler_->IsTechnologyUninitialized(technology))
147 else if (shill_property_handler_->IsTechnologyAvailable(technology))
159 std::string technology = GetTechnologyForType(type); local
161 base::StringPrintf("%s:%d", technology.c_str(), enabled));
163 technology, enabled, error_callback);
164 // Signal Technology state changed -> ENABLING
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 78 boolean connect(int technology);
233 public boolean setTimeout(int technology, int timeout);
235 public int getTimeout(int technology);
239 boolean canMakeReadOnly(int technology);
241 int getMaxTransceiveLength(int technology);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
setup.sh 31 for f in $techprojects; do checkoutProjects /cvsroot/technology $f ; done
  /external/chromium_org/chrome/browser/chromeos/options/
network_connect.cc 56 std::string technology = cellular->network_technology(); local
58 (technology == flimflam::kNetworkTechnologyLte ||
59 technology == flimflam::kNetworkTechnologyLteAdvanced)
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 55 // mConnectedTechIndex stores to which technology
58 // connected to a technology - technology changes
136 public synchronized int connectWithStatus(int technology) {
137 if (technology == TagTechnology.NFC_B) {
146 if (mTechList[i] == technology) {
152 // 2) We are connected to a technology which has
167 // 1) We are connected to a technology which has the same
171 // 2) We are connecting to the ndef technology - always
173 if ((technology == TagTechnology.NDEF) |
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 56 // mConnectedTechIndex stores to which technology
59 // connected to a technology - technology changes
137 public synchronized int connectWithStatus(int technology) {
143 if (mTechList[i] == technology) {
149 // 2) We are connected to a technology which has
167 // 1) We are connected to a technology which has the same
171 // 2) We are connecting to the ndef technology - always
173 if ((technology == TagTechnology.NDEF) ||
174 (technology == TagTechnology.NDEF_FORMATABLE))
    [all...]
NativeNfcManager.java 260 public int getMaxTransceiveLength(int technology) {
261 switch (technology) {
  /external/chromium_org/chromeos/dbus/
shill_manager_client.h 49 virtual void AddGeoNetwork(const std::string& technology,
201 // For each technology present, connect to the "best" service available.
shill_manager_client_stub.h 87 virtual void AddGeoNetwork(const std::string& technology,
117 // Dictionary of technology -> list of property dictionaries
  /external/chromium_org/chrome/browser/chromeos/cros/
native_network_parser.h 145 const std::string& technology);
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 83 #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. */
133 #define NFA_EE_TRGR_RF_TECHNOLOGY NFC_EE_TRIG_RF_TECHNOLOGY/* RF Technology changed */
141 tNFC_RF_TECH technology; /* NFA_EE_TRGR_RF_TECHNOLOGY:the technology that triggers this event */ member in union:__anon22336
300 ** default routing based on RF technology in the listen mode

Completed in 360 milliseconds

1 2