Searched refs:sys_time_ms (Results 1 – 6 of 6) sorted by relevance
/external/qemu/telephony/ |
D | test1.c | 23 SysTime now = sys_time_ms(); in timer_func() 43 sys_timer_set( timer, sys_time_ms() + 1000, timer_func, timer ); in main()
|
D | test2.c | 29 SysTime now = sys_time_ms(); in timer_func() 204 sys_timer_set( timer, sys_time_ms() + INITIAL_DELAY, timer_func, timer ); in main()
|
D | sysdeps_posix.c | 305 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()
|
D | sysdeps.h | 74 extern long long sys_time_ms( void );
|
D | sysdeps_qemu.c | 41 sys_time_ms( void ) in sys_time_ms() function
|
D | android_modem.c | 1497 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()
|