Searched refs:timer_id (Results 1 – 6 of 6) sorted by relevance
/external/libnfc-nxp/src/ |
D | phLlcNfc_Timer.c | 120 gpphLlcNfc_Ctxt->s_timerinfo.timer_id[index] = in phLlcNfc_TimerInit() 163 gpphLlcNfc_Ctxt->s_timerinfo.timer_id[index] = in phLlcNfc_CreateTimers() 211 timerid = ps_timer_info->timer_id[PH_LLCNFC_CONNECTION_TO_INDEX]; in phLlcNfc_StartTimers() 248 timerid = ps_timer_info->timer_id[PH_LLCNFC_GUARDTIMER]; in phLlcNfc_StartTimers() 309 timerid = ps_timer_info->timer_id[PH_LLCNFC_ACKTIMER]; in phLlcNfc_StartTimers() 370 timerid = ps_timer_info->timer_id in phLlcNfc_StopTimers() 442 timerid = ps_timer_info->timer_id[PH_LLCNFC_GUARDTIMER]; in phLlcNfc_StopTimers() 471 timerid = ps_timer_info->timer_id[PH_LLCNFC_ACKTIMER]; in phLlcNfc_StopTimers() 518 timerid = ps_timer_info->timer_id[timer_index]; in phLlcNfc_StopAllTimers() 543 timerid = ps_timer_info->timer_id[timer_index]; in phLlcNfc_StopAllTimers() [all …]
|
D | phDnldNfc.c | 492 uint32_t timer_id; member 968 if ( NXP_INVALID_TIMER_ID != (*ppsDnldContext)->timer_id ) in phDnldNfc_Release_Resources() 970 phOsalNfc_Timer_Stop((*ppsDnldContext)->timer_id ); in phDnldNfc_Release_Resources() 971 phOsalNfc_Timer_Delete((*ppsDnldContext)->timer_id ); in phDnldNfc_Release_Resources() 972 (*ppsDnldContext)->timer_id = NXP_INVALID_TIMER_ID; in phDnldNfc_Release_Resources() 1192 && ( NXP_INVALID_TIMER_ID != psDnldContext->timer_id ) in phDnldNfc_Send() 1204 phOsalNfc_Timer_Start( psDnldContext->timer_id, in phDnldNfc_Send() 1212 DNLD_DEBUG(" DNLD : Timer %X Started ", psDnldContext->timer_id); in phDnldNfc_Send() 2696 if ( NXP_INVALID_TIMER_ID != psDnldContext->timer_id ) in phDnldNfc_Receive_Complete() 2698 phOsalNfc_Timer_Stop( psDnldContext->timer_id ); in phDnldNfc_Receive_Complete() [all …]
|
D | phLlcNfc_DataTypes.h | 476 uint32_t timer_id[PH_LLCNFC_MAX_TIMER_USED]; member
|
D | phLibNfc_ndef_raw.c | 102 STATIC void CheckNdef_timer_cb(uint32_t timer_id, void *pContext); 1129 STATIC void CheckNdef_timer_cb(uint32_t timer_id, void *pContext) in CheckNdef_timer_cb() argument 1132 phOsalNfc_Timer_Stop(timer_id); in CheckNdef_timer_cb()
|
/external/tcpdump/ |
D | tcpdump.c | 122 static UINT timer_id; variable 1021 timer_id = timeSetEvent(1000, 100, verbose_stats_dump, 0, TIME_PERIODIC); in main() 1092 if (timer_id) in cleanup() 1093 timeKillEvent(timer_id); in cleanup() 1094 timer_id = 0; in cleanup() 1366 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_, in verbose_stats_dump()
|
/external/bluetooth/bluez/sap/ |
D | server.c | 74 guint timer_id; member 577 if (!conn->timer_id) in start_guard_timer() 578 conn->timer_id = g_timeout_add_seconds(interval, guard_timeout, in start_guard_timer() 586 if (conn && conn->timer_id) { in stop_guard_timer() 587 g_source_remove(conn->timer_id); in stop_guard_timer() 588 conn->timer_id = 0; in stop_guard_timer() 602 conn->timer_id = 0; in guard_timeout()
|