Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 7 of 7) sorted by relevance

/system/core/storaged/
Dstoraged_service.cpp107 uint64_t threshold = 0; in dump() local
Dstoraged_uid_monitor.cpp259 double hours, uint64_t threshold, bool force_report) in dump()
/system/extras/ANRdaemon/
DANRdaemon.cpp155 int threshold = idle_threshold + (tracing ? 100 : 0); in is_heavy_load() local
525 int threshold; in get_options() local
/system/core/storaged/include/
Dstoraged.h125 double hours, uint64_t threshold, bool force_report) { in get_uid_records()
/system/logging/logd/
DLogStatistics.cpp391 void LogStatistics::WorstTwoWithThreshold(const LogHashtable<TKey, TEntry>& table, size_t threshold, in WorstTwoWithThreshold()
412 void LogStatistics::WorstTwoUids(log_id id, size_t threshold, int* worst, size_t* worst_sizes, in WorstTwoUids()
418 void LogStatistics::WorstTwoTags(size_t threshold, int* worst, size_t* worst_sizes, in WorstTwoTags()
DChattyLogBuffer.cpp386 size_t threshold = max_size(id) / 8; in Prune() local
/system/core/init/
Dperfboot.py109 def _get_cpu_temp(self, threshold): argument