Home
last modified time | relevance | path

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

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcTag.cpp1072 jbyteArray respBytes = com_android_nfc_NativeNfcTag_doTransceive(e, o, in com_android_nfc_NativeNfcTag_doIsIsoDepNdefFormatable() local
1074 if (respBytes != NULL) { in com_android_nfc_NativeNfcTag_doIsIsoDepNdefFormatable()
1085 int respLength = e->GetArrayLength(respBytes); in com_android_nfc_NativeNfcTag_doIsIsoDepNdefFormatable()
1086 jbyte* resp = e->GetByteArrayElements(respBytes, NULL); in com_android_nfc_NativeNfcTag_doIsIsoDepNdefFormatable()
1091 e->ReleaseByteArrayElements(respBytes, (jbyte *)resp, JNI_ABORT); in com_android_nfc_NativeNfcTag_doIsIsoDepNdefFormatable()