Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DRecurrentTimer.h35 class RecurrentTimer {
43 RecurrentTimer(const Action& action) : mAction(action) { in RecurrentTimer() function
44 mTimerThread = std::thread(&RecurrentTimer::loop, this, action); in RecurrentTimer()
47 virtual ~RecurrentTimer() { in ~RecurrentTimer()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DRecurrentTimer_test.cpp36 RecurrentTimer timer([&counterRef](const std::vector<int32_t>& cookies) { in TEST()
52 RecurrentTimer timer( in TEST()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.h87 RecurrentTimer mRecurrentTimer;