Home
last modified time | relevance | path

Searched refs:kShowTime (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/evs/apps/default/
DEvsStateControl.cpp244 static const int kShowTime = 20; // seconds in selectStateForCurrentConditions() local
249 if (std::chrono::duration_cast<std::chrono::seconds>(now - start).count() > kShowTime) { in selectStateForCurrentConditions()