Searched refs:targetHandle (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 561 static jint nativeNfcTag_doConnect (JNIEnv*, jobject, jint targetHandle) in nativeNfcTag_doConnect() argument 563 ALOGD ("%s: targetHandle = %d", __FUNCTION__, targetHandle); in nativeNfcTag_doConnect() 564 int i = targetHandle; in nativeNfcTag_doConnect() 808 static jint nativeNfcTag_doHandleReconnect (JNIEnv *e, jobject o, jint targetHandle) in nativeNfcTag_doHandleReconnect() argument 810 ALOGD ("%s: targetHandle = %d", __FUNCTION__, targetHandle); in nativeNfcTag_doHandleReconnect() 811 return nativeNfcTag_doConnect (e, o, targetHandle); in nativeNfcTag_doHandleReconnect()
|