OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_id
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nxp/src/
phLlcNfc_Timer.c
120
gpphLlcNfc_Ctxt->s_timerinfo.
timer_id
[index] =
163
gpphLlcNfc_Ctxt->s_timerinfo.
timer_id
[index] =
211
timerid = ps_timer_info->
timer_id
[PH_LLCNFC_CONNECTION_TO_INDEX];
248
timerid = ps_timer_info->
timer_id
[PH_LLCNFC_GUARDTIMER];
304
timerid = ps_timer_info->
timer_id
[PH_LLCNFC_ACKTIMER];
365
timerid = ps_timer_info->
timer_id
437
timerid = ps_timer_info->
timer_id
[PH_LLCNFC_GUARDTIMER];
464
timerid = ps_timer_info->
timer_id
[PH_LLCNFC_ACKTIMER];
510
timerid = ps_timer_info->
timer_id
[timer_index];
535
timerid = ps_timer_info->
timer_id
[timer_index]
[
all
...]
phLlcNfc_DataTypes.h
474
uint32_t
timer_id
[PH_LLCNFC_MAX_TIMER_USED];
member in struct:phLlcNfc_Timerinfo
phLibNfc_ndef_raw.c
93
STATIC void CheckNdef_timer_cb(uint32_t
timer_id
, void *pContext);
[
all
...]
/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
...]
Completed in 29 milliseconds