Searched defs:timer (Results 1 - 12 of 12) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/hcsr04/
H A Dhcsr04.cxx100 struct timeval timer; local
101 gettimeofday(&timer, NULL);
105 m_FallingTimeStamp = 1000000 * timer.tv_sec + timer.tv_usec;
108 m_RisingTimeStamp = 1000000 * timer.tv_sec + timer.tv_usec;
/hardware/bsp/intel/peripheral/libupm/src/zfm20/
H A Dzfm20.cxx282 int timer = 0; local
291 timer += getMillis();
292 if (timer > ZFM20_TIMEOUT)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dvpx_temporal_scalable_patterns.c597 struct vpx_usec_timer timer; local
611 vpx_usec_timer_start(&timer);
616 vpx_usec_timer_mark(&timer);
617 cx_time += vpx_usec_timer_elapsed(&timer);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dmain.c12 uint32_t timer=0; variable
340 timer=0;
/hardware/bsp/intel/peripheral/libupm/src/pn532/
H A Dpn532.cxx199 uint16_t timer = 0; local
1439 uint16_t timer = 0; local
1444 timer += 10;
1445 if (timer > timeout)
/hardware/qcom/gps/msm8909/utils/
H A DLocTimer.cpp55 LocTimerDelegate - an internal timer entity, which also is a LocRankable obj.
65 LocTimerContainer - core of the timer service. It is a container (derived from
91 // * provides a MsgTask thread for synchronized add / remove / timer client callback.
103 // timer / alarm fd
112 LocTimerDelegate* popIfOutRanks(LocTimerDelegate& timer);
113 // update the timer POSIX calls with updated soonest timer spec
122 // add a timer / alarm obj into the container
123 void add(LocTimerDelegate& timer);
124 // remove a timer / alar
310 add(LocTimerDelegate& timer) argument
315 MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) argument
328 remove(LocTimerDelegate& timer) argument
332 MsgTimerRemove(LocTimerContainer& container, LocTimerDelegate& timer) argument
383 popIfOutRanks(LocTimerDelegate& timer) argument
505 LocTimerDelegate* timer = (LocTimerDelegate*)(&rankable); local
566 LocTimerDelegate* timer = mTimer; local
665 LocTimerTest* timer = dynamic_cast<LocTimerTest*>(&rankable); local
695 LocTimerTest* timer = new LocTimerTest(r); local
[all...]
/hardware/qcom/gps/msm8996/utils/
H A DLocTimer.cpp55 LocTimerDelegate - an internal timer entity, which also is a LocRankable obj.
65 LocTimerContainer - core of the timer service. It is a container (derived from
91 // * provides a MsgTask thread for synchronized add / remove / timer client callback.
103 // timer / alarm fd
112 LocTimerDelegate* popIfOutRanks(LocTimerDelegate& timer);
113 // update the timer POSIX calls with updated soonest timer spec
122 // add a timer / alarm obj into the container
123 void add(LocTimerDelegate& timer);
124 // remove a timer / alar
310 add(LocTimerDelegate& timer) argument
315 MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) argument
328 remove(LocTimerDelegate& timer) argument
332 MsgTimerRemove(LocTimerContainer& container, LocTimerDelegate& timer) argument
383 popIfOutRanks(LocTimerDelegate& timer) argument
505 LocTimerDelegate* timer = (LocTimerDelegate*)(&rankable); local
566 LocTimerDelegate* timer = mTimer; local
665 LocTimerTest* timer = dynamic_cast<LocTimerTest*>(&rankable); local
695 LocTimerTest* timer = new LocTimerTest(r); local
[all...]
/hardware/intel/common/libmix/mix_audio/src/
H A Dmixaudio.c1502 GTimer *timer = g_timer_new(); local
1503 g_timer_start(timer);
1510 g_timer_stop(timer);
1512 g_timer_elapsed(timer, &elapsed);
1513 g_timer_destroy(timer);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxdec.c794 struct vpx_usec_timer timer; local
803 vpx_usec_timer_start(&timer);
816 vpx_usec_timer_mark(&timer);
817 dx_time += vpx_usec_timer_elapsed(&timer);
821 vpx_usec_timer_start(&timer);
829 vpx_usec_timer_mark(&timer);
830 dx_time += (unsigned int)vpx_usec_timer_elapsed(&timer);
H A Dvpxenc.c1262 struct vpx_usec_timer timer; local
1292 vpx_usec_timer_start(&timer);
1296 vpx_usec_timer_mark(&timer);
1297 stream->cx_time += vpx_usec_timer_elapsed(&timer);
1663 struct vpx_usec_timer timer; local
1697 vpx_usec_timer_start(&timer);
1701 vpx_usec_timer_mark(&timer);
1702 cx_time += vpx_usec_timer_elapsed(&timer);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c3279 struct vpx_usec_timer timer; local
3283 vpx_usec_timer_start(&timer);
3295 vpx_usec_timer_mark(&timer);
3296 cpi->time_pick_lpf += vpx_usec_timer_elapsed(&timer);
4836 struct vpx_usec_timer timer; local
4848 vpx_usec_timer_start(&timer);
4861 vpx_usec_timer_mark(&timer);
4862 cpi->time_receive_data += vpx_usec_timer_elapsed(&timer);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2106 struct vpx_usec_timer timer; local
2110 vpx_usec_timer_start(&timer);
2114 vpx_usec_timer_mark(&timer);
2115 cpi->time_pick_lpf += vpx_usec_timer_elapsed(&timer);
2906 struct vpx_usec_timer timer; local
2912 vpx_usec_timer_start(&timer);
2916 vpx_usec_timer_mark(&timer);
2917 cpi->time_receive_data += vpx_usec_timer_elapsed(&timer);

Completed in 417 milliseconds