Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfc_ndef_raw.c831 if((0x00 == gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id)|| in phLibNfc_Ndef_CheckNdef()
832 (PH_OSALNFC_INVALID_TIMER_ID == gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id)) in phLibNfc_Ndef_CheckNdef()
834 gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id = in phLibNfc_Ndef_CheckNdef()
837 if((0x00 == gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id)|| in phLibNfc_Ndef_CheckNdef()
838 (PH_OSALNFC_INVALID_TIMER_ID == gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id)) in phLibNfc_Ndef_CheckNdef()
844 phOsalNfc_Timer_Start(gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id, in phLibNfc_Ndef_CheckNdef()
1133 phOsalNfc_Timer_Delete(gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id); in CheckNdef_timer_cb()
1134 gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id = 0x00; in CheckNdef_timer_cb()
DphLibNfc_Internal.h157 uint32_t Chk_Ndef_Timer_Id; member