Searched defs:threshold (Results 1 – 7 of 7) sorted by relevance
/system/core/storaged/ |
D | storaged_service.cpp | 107 uint64_t threshold = 0; in dump() local
|
D | storaged_uid_monitor.cpp | 259 double hours, uint64_t threshold, bool force_report) in dump()
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 155 int threshold = idle_threshold + (tracing ? 100 : 0); in is_heavy_load() local 525 int threshold; in get_options() local
|
/system/core/storaged/include/ |
D | storaged.h | 125 double hours, uint64_t threshold, bool force_report) { in get_uid_records()
|
/system/logging/logd/ |
D | LogStatistics.cpp | 391 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()
|
D | ChattyLogBuffer.cpp | 386 size_t threshold = max_size(id) / 8; in Prune() local
|
/system/core/init/ |
D | perfboot.py | 109 def _get_cpu_temp(self, threshold): argument
|