Searched refs:throttleMs (Results 1 – 3 of 3) sorted by relevance
108 void logThrottleMs(double throttleMs) const { in logThrottleMs() argument111 .set(AMEDIAMETRICS_PROP_THROTTLEMS, (double)throttleMs) in logThrottleMs()
294 long throttleMs) { in setPowerStatsThrottlePeriodMillis() argument296 BatteryConsumer.powerComponentIdToString(powerComponent), throttleMs); in setPowerStatsThrottlePeriodMillis() local
4567 const int32_t throttleMs = (int32_t)mHalfBufferMs - deltaMs; in threadLoop() local4568 if ((signed)mHalfBufferMs >= throttleMs && throttleMs > 0) { in threadLoop()4569 mThreadMetrics.logThrottleMs((double)throttleMs); in threadLoop()4571 usleep(throttleMs * 1000); in threadLoop()4576 this, ret, deltaMs, throttleMs); in threadLoop()4577 mThreadThrottleTimeMs += throttleMs; in threadLoop()