Searched refs:statusTargetLost (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp830 ** statusTargetLost: Whether tag responds or times out.
835 static jbyteArray nativeNfcTag_doTransceive (JNIEnv* e, jobject, jbyteArray data, jboolean raw, jintArray statusTargetLost) argument
846 if (statusTargetLost)
848 targetLost = e->GetIntArrayElements (statusTargetLost, 0);
851 e->ReleaseIntArrayElements (statusTargetLost, targetLost, 0);
864 if (statusTargetLost)
866 targetLost = e->GetIntArrayElements (statusTargetLost, 0);
945 e->ReleaseIntArrayElements (statusTargetLost, targetLost, 0);
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeNfcTag.cpp696 jobject o, jbyteArray data, jboolean raw, jintArray statusTargetLost)
719 if (statusTargetLost != NULL) {
720 targetLost = e->GetIntArrayElements(statusTargetLost, 0);
885 e->ReleaseIntArrayElements(statusTargetLost, targetLost, 0);
695 com_android_nfc_NativeNfcTag_doTransceive(JNIEnv *e, jobject o, jbyteArray data, jboolean raw, jintArray statusTargetLost) argument

Completed in 157 milliseconds