Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/sys/
Dnfa_sys_ptim.c43 void nfa_sys_ptim_init (tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id) in nfa_sys_ptim_init() argument
47 p_cb->timer_id = timer_id; in nfa_sys_ptim_init()
117 GKI_stop_timer (p_cb->timer_id); in nfa_sys_ptim_timer_update()
140 GKI_start_timer (p_cb->timer_id, GKI_MS_TO_TICKS (p_cb->period), TRUE); in nfa_sys_ptim_start_timer()
170 GKI_stop_timer (p_cb->timer_id); in nfa_sys_ptim_stop_timer()
/external/libnfc-nxp/src/
DphLlcNfc_Timer.c120 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 …]
DphDnldNfc.c492 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 …]
DphLlcNfc_DataTypes.h476 uint32_t timer_id[PH_LLCNFC_MAX_TIMER_USED]; member
DphLibNfc_ndef_raw.c102 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
Dlayer1_decisions.py177 timer_id, argument
188 attrs['timerId'] = timer_id
193 def cancel_timer(self, timer_id): argument
201 attrs['timerId'] = timer_id
/external/libnfc-nci/src/nfa/int/
Dnfa_sys_ptim.h39 UINT8 timer_id; /* GKI timer id */ member
60 extern void nfa_sys_ptim_init (tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id);
/external/autotest/client/tests/kvm/tests/
Dstepmaker.py47 self.timer_id = None
96 if self.timer_id != None:
97 gobject.source_remove(self.timer_id)
98 self.timer_id = None
100 self.timer_id = gobject.timeout_add(delay, func,
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h198 #define __sanitizer_syscall_pre_timer_gettime(timer_id, setting) \ argument
199 __sanitizer_syscall_pre_impl_timer_gettime((long)(timer_id), (long)(setting))
200 #define __sanitizer_syscall_post_timer_gettime(res, timer_id, setting) \ argument
201 __sanitizer_syscall_post_impl_timer_gettime(res, (long)(timer_id), \
203 #define __sanitizer_syscall_pre_timer_getoverrun(timer_id) \ argument
204 __sanitizer_syscall_pre_impl_timer_getoverrun((long)(timer_id))
205 #define __sanitizer_syscall_post_timer_getoverrun(res, timer_id) \ argument
206 __sanitizer_syscall_post_impl_timer_getoverrun(res, (long)(timer_id))
207 #define __sanitizer_syscall_pre_timer_settime(timer_id, flags, new_setting, \ argument
209 __sanitizer_syscall_pre_impl_timer_settime((long)(timer_id), (long)(flags), \
[all …]
/external/opencv3/modules/viz/src/
Dvizimpl.hpp110 int timer_id; member
Dvizimpl.cpp79 if (event_id == vtkCommand::TimerEvent && timer_id == *reinterpret_cast<int*>(cookie)) in Execute()
185 timer_callback_->timer_id = local->CreateRepeatingTimer(std::max(1, time)); in spinOnce()
187 local->DestroyTimer(timer_callback_->timer_id); in spinOnce()
/external/tcpdump/
Dtcpdump.c186 static UINT timer_id; variable
1958 timer_id = timeSetEvent(1000, 100, verbose_stats_dump, 0, TIME_PERIODIC); in main()
2087 if (timer_id) in cleanup()
2088 timeKillEvent(timer_id); in cleanup()
2089 timer_id = 0; in cleanup()
2597 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_, in verbose_stats_dump()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc456 PRE_SYSCALL(timer_gettime)(long timer_id, void *setting) {}
458 POST_SYSCALL(timer_gettime)(long res, long timer_id, void *setting) {
464 PRE_SYSCALL(timer_getoverrun)(long timer_id) {}
466 POST_SYSCALL(timer_getoverrun)(long res, long timer_id) {}
468 PRE_SYSCALL(timer_settime)(long timer_id, long flags, const void *new_setting,
473 POST_SYSCALL(timer_settime)(long res, long timer_id, long flags,
480 PRE_SYSCALL(timer_delete)(long timer_id) {}
482 POST_SYSCALL(timer_delete)(long res, long timer_id) {}