Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/
H A DdrvHDMITx.c242 static MS_S32 _s32HDCPRiTimerId = -1; variable
463 if(_s32HDCPRiTimerId > 0) in _MDrv_HDCPTx_StopRiTimer()
465 MsOS_StopTimer(_s32HDCPRiTimerId); in _MDrv_HDCPTx_StopRiTimer()
1804 if (_s32HDCPRiTimerId > 0) //already created in HDCPTx_Handler()
1806 MsOS_DeleteTimer(_s32HDCPRiTimerId); in HDCPTx_Handler()
1814_s32HDCPRiTimerId = MsOS_CreateTimer( _MDrv_HDMITX_HDCP_Ri_TimerCallback, in HDCPTx_Handler()