Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp797 static jint nativeNfcTag_doReconnect(JNIEnv*, jobject) { in nativeNfcTag_doReconnect() function
1032 nativeNfcTag_doReconnect(NULL, NULL); in nativeNfcTag_doTransceive()
1049 nativeNfcTag_doReconnect(e, o); in nativeNfcTag_doTransceive()
1230 nativeNfcTag_doReconnect(e, o); in nativeNfcTag_doCheckNdef()
1304 nativeNfcTag_doReconnect(e, o); in nativeNfcTag_doCheckNdef()
1541 status = nativeNfcTag_doReconnect(e, o); in nativeNfcTag_makeMifareNdefFormat()
1618 retCode = nativeNfcTag_doReconnect(e, o); in nativeNfcTag_doNdefFormat()
1676 status = nativeNfcTag_doReconnect(e, o); in nativeNfcTag_makeMifareReadonly()
1856 {"doReconnect", "()I", (void*)nativeNfcTag_doReconnect},