Searched refs:delayMs (Results 1 - 4 of 4) sorted by relevance
/developtools/hdc/src/common/ |
H A D | base.h | 136 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 D | uart.h | 154 virtual bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg,
|
H A D | uart.cpp | 81 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 D | base.cpp | 1916 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