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

  /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...]
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 72 boolean connect(int technology);
217 public boolean setTimeout(int technology, int timeout);
219 public int getTimeout(int technology);
223 boolean canMakeReadOnly(int technology);
225 int getMaxTransceiveLength(int technology);
NfcService.java     [all...]
  /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
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 55 // mConnectedTechIndex stores to which technology
58 // connected to a technology - technology changes
138 public synchronized int connectWithStatus(int technology) {
139 if (technology == TagTechnology.NFC_B) {
148 if (mTechList[i] == technology) {
154 // 2) We are connected to a technology which has
169 // 1) We are connected to a technology which has the same
173 // 2) We are connecting to the ndef technology - always
175 if ((technology == TagTechnology.NDEF) |
    [all...]
NativeNfcManager.java 295 public int getMaxTransceiveLength(int technology) {
296 switch (technology) {
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 56 // mConnectedTechIndex stores to which technology
59 // connected to a technology - technology changes
139 public synchronized int connectWithStatus(int technology) {
145 if (mTechList[i] == technology) {
151 // 2) We are connected to a technology which has
169 // 1) We are connected to a technology which has the same
173 // 2) We are connecting to the ndef technology - always
175 if ((technology == TagTechnology.NDEF) ||
176 (technology == TagTechnology.NDEF_FORMATABLE))
    [all...]
NativeNfcManager.java 244 public int getMaxTransceiveLength(int technology) {
245 switch (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:__anon10289
300 ** default routing based on RF technology in the listen mode
  /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 );
1020 * return: If the specified technology is not set in any of the 4
1043 * lowest numbered technology that is set in the mask.
1062 modem->technology, newtech, modem->preferred_mask,newpreferred);
1067 return "ERROR: At least one technology must be enabled";
1079 if (modem->technology != newtech) {
1080 modem->technology = newtech
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 42 const char kTechnologyProperty[] = "technology";
172 // Register API doesn't allow technology to be specified so just show unique
184 network->SetString(kTechnologyProperty, it->technology);
  /packages/apps/Settings/src/com/android/settings/
BatteryInfo.java 92 mTechnology.setText("" + intent.getStringExtra("technology"));
160 mTechnology = (TextView)findViewById(R.id.technology);
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 171 std::string technology; member in struct:chromeos::FoundCellularNetwork
606 // Return a string representation of network technology.
642 void set_network_technology(NetworkTechnology technology) {
643 network_technology_ = technology;
    [all...]
network_library.cc 171 const char* kTechnologyProperty = "technology";
292 // Flimflam network technology options.
722 static NetworkTechnology ParseNetworkTechnology(const std::string& technology) {
736 return parser.Get(technology);
782 kTechnologyProperty, &found_networks_->back().technology);
3308 std::string technology; local
    [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 */
349 /* Discovery Types/Detected Technology and Mode */
436 #define NFC_EE_TRIG_RF_TECHNOLOGY NCI_EE_TRIG_RF_TECHNOLOGY/* RF Technology changed */
445 tNFC_RF_TECH technology; member in union:__anon10558::__anon10559
466 tNFC_RF_TECH_N_MODE tech_n_mode; /* Discovery Technology and Mode */
535 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */
545 UINT8 sensf_res_len;/* Length of SENSF_RES Response (Byte 2 - Byte 17 or 19) Available after Technology Detection */
593 tNFC_RF_TECH_PARAMS rf_tech_param; /* RF technology parameters */
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 604 ** Description This function is called to process the detected technology
629 SENS_RES Response 2 bytes Defined in [DIGPROT] Available after Technology Detection
657 SENSB_RES Response length (n) 1 byte Length of SENSB_RES Response (Byte 2 - Byte 12 or 13)Available after Technology Detection
658 SENSB_RES Response Byte 2 - Byte 12 or 13 11 or 12 bytes Defined in [DIGPROT] Available after Technology Detection
672 SENSF_RES Response length.(n) 1 byte Length of SENSF_RES (Byte 2 - Byte 17 or 19).Available after Technology Detection
673 SENSF_RES Response Byte 2 - Byte 17 or 19 n bytes Defined in [DIGPROT] Available after Technology Detection
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [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 3107 milliseconds