Searched refs:sys_time_ms (Results 1 - 6 of 6) sorted by relevance

/external/qemu/telephony/
H A Dtest1.c23 SysTime now = sys_time_ms();
43 sys_timer_set( timer, sys_time_ms() + 1000, timer_func, timer );
H A Dsysdeps.h74 extern long long sys_time_ms( void );
H A Dtest2.c29 SysTime now = sys_time_ms();
204 sys_timer_set( timer, sys_time_ms() + INITIAL_DELAY, timer_func, timer );
H A Dsysdeps_posix.c305 SysTime sys_time_ms( void ) function
385 SysTime now = sys_time_ms();
432 SysTime now = sys_time_ms();
487 SysTime now = sys_time_ms();
H A Dsysdeps_qemu.c42 sys_time_ms( void ) function
H A Dandroid_modem.c2091 sys_timer_set( vcall->timer, sys_time_ms() + CALL_DELAY_ALERT,
2169 sys_timer_set( vcall->timer, sys_time_ms() + CALL_DELAY_DIAL,

Completed in 210 milliseconds