Home
last modified time | relevance | path

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

/external/qemu/telephony/
Dtest1.c23 SysTime now = sys_time_ms(); in timer_func()
43 sys_timer_set( timer, sys_time_ms() + 1000, timer_func, timer ); in main()
Dtest2.c29 SysTime now = sys_time_ms(); in timer_func()
204 sys_timer_set( timer, sys_time_ms() + INITIAL_DELAY, timer_func, timer ); in main()
Dsysdeps_posix.c305 SysTime sys_time_ms( void ) in sys_time_ms() function
385 SysTime now = sys_time_ms(); in sys_timer_set()
432 SysTime now = sys_time_ms(); in sys_single_loop()
487 SysTime now = sys_time_ms(); in sys_single_loop()
Dsysdeps.h74 extern long long sys_time_ms( void );
Dsysdeps_qemu.c41 sys_time_ms( void ) in sys_time_ms() function
Dandroid_modem.c1497 sys_timer_set( vcall->timer, sys_time_ms() + CALL_DELAY_ALERT, in voice_call_event()
1542 sys_timer_set( vcall->timer, sys_time_ms() + CALL_DELAY_DIAL, in handleDial()