Searched refs:mRecurrentTimer (Results 1 – 8 of 8) sorted by relevance
37 mRecurrentTimer = std::make_unique<RecurrentTimer>(); in MockVehicleHardware()43 mRecurrentTimer.reset(); in ~MockVehicleHardware()132 mRecurrentTimer->unregisterTimerCallback(mRecurrentActions[propId][areaId]); in subscribePropIdAreaId()154 mRecurrentTimer->registerTimerCallback(interval, action); in subscribePropIdAreaId()165 mRecurrentTimer->unregisterTimerCallback(mRecurrentActions[propId][areaId]); in unsubscribe()
147 std::shared_ptr<RecurrentTimer> mRecurrentTimer; variable
71 : mPropStore(propStore), mRecurrentTimer(getTimerAction()), mVehicleClient(client) { in DefaultVehicleHal()456 mRecurrentTimer.unregisterRecurrentEvent(static_cast<int32_t>(VehicleProperty::VHAL_HEARTBEAT)); in ~DefaultVehicleHal()460 mRecurrentTimer.registerRecurrentEvent(kHeartBeatIntervalNs, in registerHeartBeatEvent()547 mRecurrentTimer.registerRecurrentEvent(hertzToNanoseconds(sampleRate), property); in subscribe()557 mRecurrentTimer.unregisterRecurrentEvent(property); in unsubscribe()
57 RecurrentTimer mRecurrentTimer; variable
161 RecurrentTimer mRecurrentTimer; variable
160 std::unique_ptr<RecurrentTimer> mRecurrentTimer; variable
149 mRecurrentTimer.registerTimerCallback(HEART_BEAT_INTERVAL_IN_NANO, mRecurrentAction); in DefaultVehicleHal()168 mRecurrentTimer.unregisterTimerCallback(mRecurrentAction); in ~DefaultVehicleHal()
357 mRecurrentTimer(new RecurrentTimer()), in FakeVehicleHardware()2322 mRecurrentTimer->registerTimerCallback(intervalInNanos, action); in registerRefreshLocked()2336 mRecurrentTimer->unregisterTimerCallback(actionForInterval.recurrentAction); in unregisterRefreshLocked()