Home
last modified time | relevance | path

Searched refs:pP2PNotification (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphHal4Nfc_ADD.c503 (NULL != Hal4Ctxt->sUpperLayerInfo.pP2PNotification)&& in phHal4Nfc_TargetDiscoveryComplete()
544 if((NULL != Hal4Ctxt->sUpperLayerInfo.pP2PNotification) in phHal4Nfc_TargetDiscoveryComplete()
652 if((NULL != Hal4Ctxt->sUpperLayerInfo.pP2PNotification) in phHal4Nfc_TargetDiscoveryComplete()
699 (*Hal4Ctxt->sUpperLayerInfo.pP2PNotification)( in phHal4Nfc_TargetDiscoveryComplete()
927 Hal4Ctxt->sUpperLayerInfo.pP2PNotification in phHal4Nfc_RegisterNotification()
991 Hal4Ctxt->sUpperLayerInfo.pP2PNotification = NULL; in phHal4Nfc_UnregisterNotification()
DphHal4Nfc_P2P.c597 if( NULL != Hal4Ctxt->sUpperLayerInfo.pP2PNotification) in phHal4Nfc_P2PActivateComplete()
656 (*Hal4Ctxt->sUpperLayerInfo.pP2PNotification)( in phHal4Nfc_P2PActivateComplete()
732 else if(NULL != Hal4Ctxt->sUpperLayerInfo.pP2PNotification) in phHal4Nfc_HandleP2PDeActivate()
734 (*Hal4Ctxt->sUpperLayerInfo.pP2PNotification)( in phHal4Nfc_HandleP2PDeActivate()
DphHal4Nfc_Internal.h171 pphHal4Nfc_Notification_t pP2PNotification; member