Home
last modified time | relevance | path

Searched refs:p_upper_notify (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_Sequence.c686 phHciNfc_Notify(psHciContext->p_upper_notify, in phHciNfc_Error_Sequence()
703 phHciNfc_Notify(psHciContext->p_upper_notify, in phHciNfc_Error_Sequence()
732 phHciNfc_Notify(psHciContext->p_upper_notify, in phHciNfc_Error_Sequence()
747 phHciNfc_Notify(psHciContext->p_upper_notify, in phHciNfc_Error_Sequence()
774 phHciNfc_Notify(psHciContext->p_upper_notify, in phHciNfc_Error_Sequence()
792 phHciNfc_Notify(psHciContext->p_upper_notify, in phHciNfc_Error_Sequence()
809 phHciNfc_Notify(psHciContext->p_upper_notify, in phHciNfc_Error_Sequence()
823 phHciNfc_Notify(psHciContext->p_upper_notify, in phHciNfc_Error_Sequence()
837 phHciNfc_Notify(psHciContext->p_upper_notify, in phHciNfc_Error_Sequence()
871 phHciNfc_Notify(psHciContext->p_upper_notify, in phHciNfc_Error_Sequence()
[all …]
DphHciNfc_Generic.c280 pphNfcIF_Notification_CB_t p_upper_notify = in phHciNfc_Response_Timeout() local
281 gpsHciContext->p_upper_notify; in phHciNfc_Response_Timeout()
304 phHciNfc_Notify( p_upper_notify, p_upper_context, in phHciNfc_Response_Timeout()
1657 pphNfcIF_Notification_CB_t p_upper_notify, in phHciNfc_Notify() argument
1664 if( ( NULL != p_upper_notify) ) in phHciNfc_Notify()
1667 (p_upper_notify)(p_upper_context, pHwRef, type, pInfo); in phHciNfc_Notify()
1683 pphNfcIF_Notification_CB_t p_upper_notify = psHciContext->p_upper_notify; in phHciNfc_Tag_Notify() local
1712 phHciNfc_Notify( p_upper_notify, pcontext , pHwRef, in phHciNfc_Tag_Notify()
1732 pphNfcIF_Notification_CB_t p_upper_notify = psHciContext->p_upper_notify; in phHciNfc_Target_Select_Notify() local
1761 phHciNfc_Notify( p_upper_notify, pcontext , pHwRef, in phHciNfc_Target_Select_Notify()
[all …]
DphDnldNfc.c485 pphNfcIF_Notification_CB_t p_upper_notify; member
733 pphNfcIF_Notification_CB_t p_upper_notify,
1016 pphNfcIF_Notification_CB_t p_upper_notify, in phDnldNfc_Notify() argument
1023 if( ( NULL != p_upper_notify) ) in phDnldNfc_Notify()
1026 (p_upper_notify)(p_upper_context, pHwRef, type, pInfo); in phDnldNfc_Notify()
2562 pphNfcIF_Notification_CB_t p_upper_notify = in phDnldNfc_Resume() local
2563 psDnldContext->p_upper_notify; in phDnldNfc_Resume()
2579 phDnldNfc_Notify( p_upper_notify, p_upper_context, pHwRef, (uint8_t) in phDnldNfc_Resume()
2995 pphNfcIF_Notification_CB_t p_upper_notify = in phDnldNfc_Receive_Complete() local
2996 psDnldContext->p_upper_notify; in phDnldNfc_Receive_Complete()
[all …]
DphHciNfc_Generic.h603 pphNfcIF_Notification_CB_t p_upper_notify; member
974 pphNfcIF_Notification_CB_t p_upper_notify,
DphHciNfc.c143 psHciContext->p_upper_notify = pHalNotify; in phHciNfc_Initialise()
250 psHciContext->p_upper_notify = pHalReleaseCB; in phHciNfc_Release()