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

  /packages/apps/Nfc/nci/jni/
NfcTag.h 34 static const int MAX_NUM_TECHNOLOGY = 10; //max number of technologies supported by one or more tags
35 int mTechList [MAX_NUM_TECHNOLOGY]; //array of NFC technologies according to NFC service
36 int mTechHandles [MAX_NUM_TECHNOLOGY]; //array of tag handles according to NFC service
37 int mTechLibNfcTypes [MAX_NUM_TECHNOLOGY]; //array of detailed tag types according to NFC service
244 tNFC_RF_TECH_PARAMS mTechParams [MAX_NUM_TECHNOLOGY]; //array of technology parameters
NfcTag.cpp 391 if (mNumTechList >= MAX_NUM_TECHNOLOGY)
393 ALOGE ("%s: exceed max=%d", fn, MAX_NUM_TECHNOLOGY);
    [all...]
NativeNfcTag.cpp 494 if (i >= NfcTag::MAX_NUM_TECHNOLOGY)
    [all...]

Completed in 31 milliseconds