Searched refs:actionForInterval (Results 1 – 1 of 1) sorted by relevance
2280 ActionForInterval actionForInterval = mActionByIntervalInNanos[intervalInNanos]; in refreshTimestampForInterval() local2285 for (const PropIdAreaId& propIdAreaId : actionForInterval.propIdAreaIdsToRefresh) { in refreshTimestampForInterval()2333 auto& actionForInterval = mActionByIntervalInNanos[intervalInNanos]; in unregisterRefreshLocked() local2334 actionForInterval.propIdAreaIdsToRefresh.erase(propIdAreaId); in unregisterRefreshLocked()2335 if (actionForInterval.propIdAreaIdsToRefresh.empty()) { in unregisterRefreshLocked()2336 mRecurrentTimer->unregisterTimerCallback(actionForInterval.recurrentAction); in unregisterRefreshLocked()