HomeSort by relevance Sort by last modified time
    Searched refs:targetLost (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 922 jint *targetLost = NULL;
929 targetLost = e->GetIntArrayElements (statusTargetLost, 0);
930 if (targetLost)
931 *targetLost = 1; //causes NFC service to throw TagLostException
932 e->ReleaseIntArrayElements (statusTargetLost, targetLost, 0);
947 targetLost = e->GetIntArrayElements (statusTargetLost, 0);
948 if (targetLost)
949 *targetLost = 0; //success, tag is still present
984 if (targetLost)
985 *targetLost = 1; //causes NFC service to throw TagLostExceptio
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]

Completed in 514 milliseconds