Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp881 jintArray statusTargetLost) { in nativeNfcTag_doTransceive() argument
893 if (statusTargetLost) { in nativeNfcTag_doTransceive()
894 targetLost = e->GetIntArrayElements(statusTargetLost, 0); in nativeNfcTag_doTransceive()
897 e->ReleaseIntArrayElements(statusTargetLost, targetLost, 0); in nativeNfcTag_doTransceive()
911 if (statusTargetLost) { in nativeNfcTag_doTransceive()
912 targetLost = e->GetIntArrayElements(statusTargetLost, 0); in nativeNfcTag_doTransceive()
1003 if (targetLost) e->ReleaseIntArrayElements(statusTargetLost, targetLost, 0); in nativeNfcTag_doTransceive()