Searched refs:mIntervalHours (Results 1 – 2 of 2) sorted by relevance
380 , mIntervalHours(property_get_int32(PROP_AUDIO_METRICS_INTERVAL_HR, INTERVAL_HR_DEFAULT)) in AudioPowerUsage()406 mIntervalHours <= 0 ? std::chrono::seconds(5) : std::chrono::hours(mIntervalHours), in collect()
96 const int32_t mIntervalHours; variable