Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2280 ActionForInterval actionForInterval = mActionByIntervalInNanos[intervalInNanos]; in refreshTimestampForInterval() local
2285 for (const PropIdAreaId& propIdAreaId : actionForInterval.propIdAreaIdsToRefresh) { in refreshTimestampForInterval()
2333 auto& actionForInterval = mActionByIntervalInNanos[intervalInNanos]; in unregisterRefreshLocked() local
2334 actionForInterval.propIdAreaIdsToRefresh.erase(propIdAreaId); in unregisterRefreshLocked()
2335 if (actionForInterval.propIdAreaIdsToRefresh.empty()) { in unregisterRefreshLocked()
2336 mRecurrentTimer->unregisterTimerCallback(actionForInterval.recurrentAction); in unregisterRefreshLocked()