Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp63 constexpr int32_t BLOCK_TIME_MS = 7; member
105 int64_t sleepTimeMs = BLOCK_TIME_MS - (nowEndSysTimeMs - currentTimeMs) % BLOCK_TIME_MS; in SleepAndUpdateTime()
663 std::this_thread::sleep_for(std::chrono::milliseconds(BLOCK_TIME_MS)); in ParseCommand()
1161 sleepTimeMs = (currentTimeMs + BLOCK_TIME_MS) - nowSysTimeMs; in ParseCommand()
1163 currentTimeMs += BLOCK_TIME_MS; in ParseCommand()
1182 std::this_thread::sleep_for(std::chrono::milliseconds(BLOCK_TIME_MS)); in ParseCommand()
1210 sleepTimeMs = (currentTimeMs + BLOCK_TIME_MS) - nowSysTimeMs; in ParseCommand()
1212 currentTimeMs += BLOCK_TIME_MS; in ParseCommand()
1216 pointerEvent->SetActionTime((endTimeMs + BLOCK_TIME_MS) * TIME_TRANSITIO in ParseCommand()
[all...]

Completed in 4 milliseconds