Searched refs:UP_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
25 constexpr int32_t UP_TIMEOUT_MS = 3000; variable30 … upTimeoutTimer_("up_timeout_timer", std::chrono::milliseconds(UP_TIMEOUT_MS), nullptr, [this] () { in HgmTouchManager()