Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp526 static jint nativeNfcTag_doConnect(JNIEnv*, jobject, jint targetHandle) { in nativeNfcTag_doConnect() argument
528 << StringPrintf("%s: targetHandle = %d", __func__, targetHandle); in nativeNfcTag_doConnect()
529 int i = targetHandle; in nativeNfcTag_doConnect()
777 jint targetHandle) { in nativeNfcTag_doHandleReconnect() argument
779 << StringPrintf("%s: targetHandle = %d", __func__, targetHandle); in nativeNfcTag_doHandleReconnect()
780 return nativeNfcTag_doConnect(e, o, targetHandle); in nativeNfcTag_doHandleReconnect()