Searched refs:kDefaultTarget (Results 1 – 2 of 2) sorted by relevance
1561 static constexpr const std::chrono::nanoseconds kDefaultTarget = 50ms; variable1589 nsecs_t mTargetWorkDuration = kDefaultTarget.count();1591 nsecs_t mLastTargetDurationReported = kDefaultTarget.count();
464 if (mLastTargetDurationReported != kDefaultTarget.count() && mTargetWorkDuration != 0) { in signalActualWorkDuration()