Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h159 std::shared_ptr<std::function<void()>> mRecurrentAction; variable
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp145 mRecurrentAction = std::make_shared<std::function<void()>>( in DefaultVehicleHal()
149 mRecurrentTimer.registerTimerCallback(HEART_BEAT_INTERVAL_IN_NANO, mRecurrentAction); in DefaultVehicleHal()
168 mRecurrentTimer.unregisterTimerCallback(mRecurrentAction); in ~DefaultVehicleHal()