Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHal4Nfc_P2P.c108 Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb = pSendCallback; in phHal4Nfc_Send()
339 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb) in phHal4Nfc_SendCompleteHandler()
341 pUpperSendCb = Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb; in phHal4Nfc_SendCompleteHandler()
342 Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb = NULL; in phHal4Nfc_SendCompleteHandler()
439 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb) in phHal4Nfc_SendCompleteHandler()
441 pUpperSendCb = Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb; in phHal4Nfc_SendCompleteHandler()
442 Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb = NULL; in phHal4Nfc_SendCompleteHandler()
699 pUpperSendCb = Hal4Ctxt->psTrcvCtxtInfo->pP2PSendCb; in phHal4Nfc_HandleP2PDeActivate()
DphHal4Nfc_Internal.h92 pphHal4Nfc_SendCallback_t pP2PSendCb; member