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

  /packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp 262 jint* technologies = e->GetIntArrayElements(techTypes, 0); local
263 if (technologies != NULL) {
264 connectedTech = technologies[connectedTechIndex];
265 e->ReleaseIntArrayElements(techTypes, technologies, JNI_ABORT);
413 int technologies[MAX_NUM_TECHNOLOGIES]; local
430 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
436 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
438 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
443 index = addTechIfNeeded(technologies, handles, libnfctypes,
451 index = addTechIfNeeded(technologies, handles, libnfctypes
    [all...]
com_android_nfc_NativeNfcTag.cpp 552 // those. Currently those are the Jewel and Iso15693 technologies.
715 jint* technologies = NULL; local
    [all...]
  /external/chromium_org/chromeos/network/
geolocation_handler.cc 75 const base::ListValue* technologies = NULL; local
76 if (!value.GetAsList(&technologies) || !technologies)
80 for (base::ListValue::const_iterator iter = technologies->begin();
81 iter != technologies->end(); ++iter) {
shill_property_handler.cc 402 const base::ListValue& technologies) {
405 base::StringPrintf("Size: %" PRIuS, technologies.GetSize()));
406 for (base::ListValue::const_iterator iter = technologies.begin();
407 iter != technologies.end(); ++iter) {
417 const base::ListValue& technologies) {
420 base::StringPrintf("Size: %" PRIuS, technologies.GetSize()));
421 for (base::ListValue::const_iterator iter = technologies.begin();
422 iter != technologies.end(); ++iter) {
433 const base::ListValue& technologies) {
436 base::StringPrintf("Size: %" PRIuS, technologies.GetSize()))
    [all...]
shill_property_handler.h 163 // Sets |*_technologies_| to contain only entries in |technologies|.
164 void UpdateAvailableTechnologies(const base::ListValue& technologies);
165 void UpdateEnabledTechnologies(const base::ListValue& technologies);
166 void UpdateUninitializedTechnologies(const base::ListValue& technologies);
223 // Lists of available / enabled / uninitialized technologies
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 332 private native void doEnableReaderMode(int technologies);
334 public boolean enableReaderMode(int technologies) {
335 doEnableReaderMode(technologies);
NativeNfcTag.java 61 // could stay present. Usually all technologies are on the
379 // No key needed for other technologies
506 // This method exists to "patch in" the ndef technologies,
723 // Try to find NDEF on any of the technologies.
724 int[] technologies = getTechList(); local
732 for (int techIndex = 0; techIndex < technologies.length; techIndex++) {
740 status = connectWithStatus(technologies[techIndex]);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 362 private native void doEnableReaderMode(int technologies);
363 public boolean enableReaderMode(int technologies) {
364 doEnableReaderMode(technologies);
NativeNfcTag.java 60 // could stay present. Usually all technologies are on the
369 // No key needed for other technologies
504 // This method exists to "patch in" the ndef technologies,
715 // Try to find NDEF on any of the technologies.
716 int[] technologies = getTechList(); local
724 for (int techIndex = 0; techIndex < technologies.length; techIndex++) {
732 status = connectWithStatus(technologies[techIndex]);
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 259 boolean enableReaderMode(int technologies);
  /external/chromium_org/chromeos/dbus/
fake_shill_manager_client.cc 564 const base::ListValue* technologies; local
566 shill::kEnabledTechnologiesProperty, &technologies)) {
568 if (technologies->Find(type_value) != technologies->end())
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp     [all...]
NfcTag.cpp 283 ** Description: Discover the technologies that NFC service needs by interpreting
394 ** Description: Discover the technologies that NFC service needs by interpreting
597 ScopedIntArrayRW technologies(e, techList.get());
603 technologies [i] = mTechList [i];
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]

Completed in 1727 milliseconds