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

  /hardware/interfaces/nfc/1.0/vts/functional/
VtsHalNfcV1_0TargetTest.cpp 123 nci_version = res.args->last_data_[4];
126 nci_version = NCI_VERSION_2;
161 uint8_t nci_version; member in class:NfcHidlTest
200 if (nci_version <= NCI_VERSION_1_1) {
235 if (nci_version <= NCI_VERSION_1_1) {
291 if (nci_version == NCI_VERSION_2) {
306 if (nci_version == NCI_VERSION_2 && res.args->last_data_.size() > 13 &&
355 if (nci_version == NCI_VERSION_2) {
370 if (nci_version == NCI_VERSION_2 && res.args->last_data_.size() > 13 &&
  /system/nfc/halimpl/pn54x/hal/
phNxpNciHal.h 62 uint8_t nci_version; member in struct:phNxpNciInfo
  /system/nfc/src/nfc/int/
nfc_int.h 221 uint8_t nci_version; /* NCI version used for NCI communication*/ member in struct:__anon115098
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 201 private static int nci_version = NCI_VERSION_1_0; field in class:NfcService
638 nci_version = getNciVersion();
639 Log.d(TAG, "NCI_Version: " + nci_version);
    [all...]
  /system/nfc/src/nfc/include/
nfc_api.h 246 uint8_t nci_version; /* the NCI version of NFCC */ member in struct:__anon115014
    [all...]

Completed in 334 milliseconds