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

/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeNfcManager.cpp42 static phLibNfc_Handle hLlcpHandle; variable
864 status = phLibNfc_Llcp_GetRemoteInfo(hLlcpHandle, &sLinkParams);
1159 hLlcpHandle = psRemoteDevList->hTargetDev;
2052 TRACE("phLibNfc_Llcp_CheckLlcp(hLlcpHandle=0x%08x)", hLlcpHandle);
2054 ret = phLibNfc_Llcp_CheckLlcp(hLlcpHandle,
2093 TRACE("phLibNfc_Llcp_Activate(hRemoteDevice=0x%08x)", hLlcpHandle);
2095 ret = phLibNfc_Llcp_Activate(hLlcpHandle);
2217 TRACE("phLibNfc_Llcp_Socket(hRemoteDevice=0x%08x, eType=phFriNfc_LlcpTransport_eConnectionOriented, ...)", hLlcpHandle);

Completed in 31 milliseconds