Home
last modified time | relevance | path

Searched refs:delayMs (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/src/common/
H A Dbase.h136 bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg, void *data,
138 inline bool DelayDoSimple(uv_loop_t *loop, const int delayMs, in DelayDoSimple() argument
141 return DelayDo(loop, delayMs, 0, "", nullptr, cb); in DelayDoSimple()
H A Duart.h154 virtual bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg,
H A Duart.cpp81 bool ExternInterface::DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg, in DelayDo() argument
84 return Base::DelayDo(loop, delayMs, flag, msg, data, cb); in DelayDo()
H A Dbase.cpp1916 bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg, void *data, in DelayDo() argument
1944 uv_timer_start(&st->handle, funcDelayDo, delayMs, 0); in DelayDo()

Completed in 7 milliseconds