Searched refs:internal_ms (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_alios.h | 409 static inline int os_timer_change(os_timer_t timer, int internal_ms) in os_timer_change() argument 411 return aos_timer_change(timer, internal_ms); in os_timer_change() 425 int internal_ms, int repeat, unsigned char auto_run) in os_timer_new() argument 430 if (aos_timer_new_ext(timer, func, arg, internal_ms, repeat, auto_run)) { in os_timer_new()
|
A D | uvoice_amp.h | 299 static inline int os_timer_change(os_timer_t timer, int internal_ms) in os_timer_change() argument 315 int internal_ms, int repeat, unsigned char auto_run) in os_timer_new() argument
|
A D | uvoice_linux.h | 342 static inline int os_timer_change(os_timer_t timer, int internal_ms) in os_timer_change() argument 358 int internal_ms, int repeat, unsigned char auto_run) in os_timer_new() argument
|
Completed in 11 milliseconds