HomeSort by relevance Sort by last modified time
    Searched refs:technologies (Results 1 - 16 of 16) 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 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) {
431 const base::ListValue& technologies) {
434 base::StringPrintf("Size: %" PRIuS, technologies.GetSize()));
435 for (base::ListValue::const_iterator iter = technologies.begin();
436 iter != technologies.end(); ++iter) {
446 const base::ListValue& technologies) {
449 base::StringPrintf("Size: %" PRIuS, technologies.GetSize()))
    [all...]
shill_property_handler.h 165 // Sets |*_technologies_| to contain only entries in |technologies|.
166 void UpdateAvailableTechnologies(const base::ListValue& technologies);
167 void UpdateEnabledTechnologies(const base::ListValue& technologies);
168 void UpdateUninitializedTechnologies(const base::ListValue& technologies);
225 // Lists of available / enabled / uninitialized technologies
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_cros.h 154 void UpdateTechnologies(const base::ListValue* technologies, int* bitfieldp);
155 void UpdateAvailableTechnologies(const base::ListValue* technologies);
156 void UpdateEnabledTechnologies(const base::ListValue* technologies);
network_library_impl_cros.cc 700 const ListValue* technologies, int* bitfieldp) {
702 if (!technologies)
705 for (ListValue::const_iterator iter = technologies->begin();
706 iter != technologies->end(); ++iter) {
720 const ListValue* technologies) {
721 UpdateTechnologies(technologies, &available_devices_);
725 const ListValue* technologies) {
727 UpdateTechnologies(technologies, &enabled_devices_);
    [all...]
  /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/
shill_manager_client_stub.cc 492 // Stub Technologies.
575 const base::ListValue* technologies; local
577 flimflam::kEnabledTechnologiesProperty, &technologies)) {
579 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 212 milliseconds