Searched refs:nativeNfcTag_doReconnect (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 762 static jint nativeNfcTag_doReconnect (JNIEnv*, jobject) in nativeNfcTag_doReconnect() function 1013 nativeNfcTag_doReconnect (NULL, NULL); in nativeNfcTag_doTransceive() 1022 nativeNfcTag_doReconnect (e, o); in nativeNfcTag_doTransceive() 1221 nativeNfcTag_doReconnect (e, o); in nativeNfcTag_doCheckNdef() 1306 nativeNfcTag_doReconnect (e, o); in nativeNfcTag_doCheckNdef() 1557 status = nativeNfcTag_doReconnect (e, o); in nativeNfcTag_makeMifareNdefFormat() 1640 retCode = nativeNfcTag_doReconnect (e, o); in nativeNfcTag_doNdefFormat() 1701 status = nativeNfcTag_doReconnect (e, o); in nativeNfcTag_makeMifareReadonly() 1857 {"doReconnect", "()I", (void *)nativeNfcTag_doReconnect},
|