Lines Matching refs:pContext
38 void *pContext);
85 void *pContext) in phFriNfc_LlcpMac_Nfcip_Chk() argument
90 if(NULL == LlcpMac || NULL == ChkLlcpMac_Cb || NULL == pContext) in phFriNfc_LlcpMac_Nfcip_Chk()
107 ChkLlcpMac_Cb(pContext,status); in phFriNfc_LlcpMac_Nfcip_Chk()
169 static void phFriNfc_LlcpMac_Nfcip_Send_Cb(void *pContext, in phFriNfc_LlcpMac_Nfcip_Send_Cb() argument
172 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext; in phFriNfc_LlcpMac_Nfcip_Send_Cb()
191 static void phFriNfc_LlcpMac_Nfcip_Receive_Cb(void *pContext, in phFriNfc_LlcpMac_Nfcip_Receive_Cb() argument
194 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext; in phFriNfc_LlcpMac_Nfcip_Receive_Cb()
248 static void phFriNfc_LlcpMac_Nfcip_Transceive_Cb(void *pContext, in phFriNfc_LlcpMac_Nfcip_Transceive_Cb() argument
251 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext; in phFriNfc_LlcpMac_Nfcip_Transceive_Cb()
274 void *pContext) in phFriNfc_LlcpMac_Nfcip_Send() argument
278 if(NULL == LlcpMac || NULL == psData || NULL == LlcpMacSend_Cb || NULL == pContext) in phFriNfc_LlcpMac_Nfcip_Send()
291 LlcpMac->MacSend_Context = pContext; in phFriNfc_LlcpMac_Nfcip_Send()
360 void *pContext) in phFriNfc_LlcpMac_Nfcip_Receive() argument
363 if(NULL == LlcpMac || NULL==psData || NULL == LlcpMacReceive_Cb || NULL == pContext) in phFriNfc_LlcpMac_Nfcip_Receive()
376 LlcpMac->MacReceive_Context = pContext; in phFriNfc_LlcpMac_Nfcip_Receive()