HomeSort by relevance Sort by last modified time
    Searched defs:timer_id (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
tcpdump.c 122 static UINT timer_id; variable
1021 timer_id = timeSetEvent(1000, 100, verbose_stats_dump, 0, TIME_PERIODIC);
1092 if (timer_id)
1093 timeKillEvent(timer_id);
1094 timer_id = 0;
1366 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_,
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_DataTypes.h 474 uint32_t timer_id[PH_LLCNFC_MAX_TIMER_USED]; member in struct:phLlcNfc_Timerinfo

Completed in 4427 milliseconds