Searched refs:targetHandle (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp484 ** targetHandle: Handle of the tag.
489 static jint nativeNfcTag_doConnect (JNIEnv*, jobject, jint targetHandle) argument
491 ALOGD ("%s: targetHandle = %d", __FUNCTION__, targetHandle);
492 int i = targetHandle;
730 ** targetHandle: Handle of the tag.
735 static jint nativeNfcTag_doHandleReconnect (JNIEnv *e, jobject o, jint targetHandle) argument
737 ALOGD ("%s: targetHandle = %d", __FUNCTION__, targetHandle);
738 return nativeNfcTag_doConnect (e, o, targetHandle);
[all...]

Completed in 113 milliseconds