Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp915 …cTag_doTransceive (JNIEnv* e, jobject o, jbyteArray data, jboolean raw, jintArray statusTargetLost) in nativeNfcTag_doTransceive() argument
927 if (statusTargetLost) in nativeNfcTag_doTransceive()
929 targetLost = e->GetIntArrayElements (statusTargetLost, 0); in nativeNfcTag_doTransceive()
932 e->ReleaseIntArrayElements (statusTargetLost, targetLost, 0); in nativeNfcTag_doTransceive()
945 if (statusTargetLost) in nativeNfcTag_doTransceive()
947 targetLost = e->GetIntArrayElements (statusTargetLost, 0); in nativeNfcTag_doTransceive()
1056 e->ReleaseIntArrayElements (statusTargetLost, targetLost, 0); in nativeNfcTag_doTransceive()