HomeSort by relevance Sort by last modified time
    Searched refs:sys_time_ms (Results 1 - 6 of 6) sorted by null

  /external/qemu/telephony/
test1.c 23 SysTime now = sys_time_ms();
43 sys_timer_set( timer, sys_time_ms() + 1000, timer_func, timer );
sysdeps.h 74 extern long long sys_time_ms( void );
test2.c 29 SysTime now = sys_time_ms();
204 sys_timer_set( timer, sys_time_ms() + INITIAL_DELAY, timer_func, timer );
sysdeps_posix.c 305 SysTime sys_time_ms( void ) function
385 SysTime now = sys_time_ms();
432 SysTime now = sys_time_ms();
487 SysTime now = sys_time_ms();
sysdeps_qemu.c 42 sys_time_ms( void ) function
android_modem.c     [all...]

Completed in 184 milliseconds