Lines Matching defs:pContext

48 static void phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB(void*        pContext,
60 psTransport = (phFriNfc_LlcpTransport_t*)pContext;
310 psLocalLlcpSocket->pSocketErrCb(psLocalLlcpSocket->pContext, PHFRINFC_LLCP_ERR_DISCONNECTED);
543 psTransport->pSocketTable[index].pSocketErrCb( psTransport->pSocketTable[index].pContext,PHFRINFC_LLCP_ERR_FRAME_REJECTED);
1020 psTransport->pSocketTable[index].pSocketErrCb(psTransport->pSocketTable[index].pContext, PHFRINFC_LLCP_ERR_DISCONNECTED);
1525 psLocalLlcpSocket->pSocketErrCb(psLocalLlcpSocket->pContext,PHFRINFC_LLCP_ERR_NOT_BUSY_CONDITION);
1664 psLocalLlcpSocket->pSocketErrCb(psTransport->pSocketTable[index].pContext,PHFRINFC_LLCP_ERR_BUSY_CONDITION);
1743 psTransport->pSocketTable[index].pSocketErrCb( psTransport->pSocketTable[index].pContext,PHFRINFC_LLCP_ERR_FRAME_REJECTED);
1926 * \param[in] pContext Upper layer context to be returned in
1939 void* pContext)
1973 pLlcpSocket->pListenContext = pContext;
2007 * \param[in] pContext Upper layer context to be returned in the callback.
2021 void* pContext)
2061 pLlcpSocket->pContext = pContext;
2065 pLlcpSocket->pAcceptContext = pContext;
2181 void *pContext)
2190 pLlcpSocket->pRejectContext = pContext;
2216 * \param[in] pContext Upper layer context to be returned in
2232 void* pContext)
2253 pLlcpSocket->pConnectContext = pContext;
2368 * \param[in] pContext Upper layer context to be returned in
2384 void* pContext)
2390 pLlcpSocket->pDisonnectContext = pContext;
2464 static void phFriNfc_LlcpTransport_ConnectionOriented_DisconnectClose_CB(void* pContext,
2467 phFriNfc_LlcpTransport_Socket_t *pLlcpSocket = (phFriNfc_LlcpTransport_Socket_t*)pContext;
2474 pLlcpSocket->pContext = NULL;
2533 pLlcpSocket->pContext = NULL;
2575 * \param[in] pContext Upper layer context to be returned in
2590 void* pContext)
2600 pLlcpSocket->pSendContext = pContext;
2618 pLlcpSocket->pSendContext = pContext;
2633 pLlcpSocket->pSendContext = pContext;
2688 * \param[in] pContext Upper layer context to be returned in
2703 void* pContext)
2745 pRecv_RspCb(pContext,NFCSTATUS_SUCCESS);
2766 pLlcpSocket->pRecvContext = pContext;
2837 pRecv_RspCb(pContext,NFCSTATUS_SUCCESS);
2861 pLlcpSocket->pRecvContext = pContext;