Home
last modified time | relevance | path

Searched refs:techListLength (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcTag.cpp308 int techListLength = techIds.size(); in set_target_pollBytes() local
312 …ScopedLocalRef<jobjectArray> techPollBytes(e, e->NewObjectArray(techListLength, byteArrayClass.get… in set_target_pollBytes()
314 for (int tech = 0; tech < techListLength; tech++) { in set_target_pollBytes()
389 int techListLength = techIds.size(); in set_target_activationBytes() local
393 …ScopedLocalRef<jobjectArray> techActBytes(e, e->NewObjectArray(techListLength, byteArrayClass.get(… in set_target_activationBytes()
395 for (int tech = 0; tech < techListLength; tech++) { in set_target_activationBytes()