HomeSort by relevance Sort by last modified time
    Searched refs:hIncomingSocket (Results 1 - 3 of 3) sorted by null

  /packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpServiceSocket.cpp 79 phLibNfc_Handle hIncomingSocket, hServerSocket;
103 while ((hIncomingSocket = getIncomingSocket(pMonitor, hServerSocket)) == NULL) {
111 ret = phLibNfc_Llcp_Accept( hIncomingSocket,
158 e->SetIntField(clientSocket, f,(jint)hIncomingSocket);
168 TRACE("socket handle 0x%02x: MIU = %d, RW = %d\n",hIncomingSocket, miu, rw);
com_android_nfc_NativeNfcManager.cpp 834 phLibNfc_Handle hIncomingSocket)
840 TRACE("nfc_jni_llcp_transport_listen_socket_callback socket handle = %p", (void*)hIncomingSocket);
852 pListenData->pIncomingSocket = hIncomingSocket;
    [all...]
  /external/libnfc-nxp/src/
phLibNfc.h 721 phLibNfc_Handle hIncomingSocket
    [all...]

Completed in 53 milliseconds