Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp942 jintArray statusTargetLost) { in nativeNfcTag_doTransceive() argument
954 if (statusTargetLost) { in nativeNfcTag_doTransceive()
955 targetLost = e->GetIntArrayElements(statusTargetLost, 0); in nativeNfcTag_doTransceive()
958 e->ReleaseIntArrayElements(statusTargetLost, targetLost, 0); in nativeNfcTag_doTransceive()
973 if (statusTargetLost) { in nativeNfcTag_doTransceive()
974 targetLost = e->GetIntArrayElements(statusTargetLost, 0); in nativeNfcTag_doTransceive()
1077 if (targetLost) e->ReleaseIntArrayElements(statusTargetLost, targetLost, 0); in nativeNfcTag_doTransceive()