Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHal4Nfc_P2P.c106 Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb = pSendCallback; in phHal4Nfc_Send()
336 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb) in phHal4Nfc_SendCompleteHandler()
338 pUpperSendCb = Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb; in phHal4Nfc_SendCompleteHandler()
339 Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb = NULL; in phHal4Nfc_SendCompleteHandler()
436 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb) in phHal4Nfc_SendCompleteHandler()
438 pUpperSendCb = Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb; in phHal4Nfc_SendCompleteHandler()
439 Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb = NULL; in phHal4Nfc_SendCompleteHandler()
696 pUpperSendCb = Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb; in phHal4Nfc_HandleP2PDeActivate()
DphHal4Nfc_Internal.h92 pphHal4Nfc_SendCallback_t pP2PSendCb; member