Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 24 of 24) sorted by relevance

/system/core/init/
Dperfboot.py109 def _get_cpu_temp(self, threshold): argument
114 if temp >= threshold:
119 threshold = IntervalAdjuster._CPU_COOL_DOWN_THRESHOLDS.get(
121 if threshold is None:
128 temp = self._get_cpu_temp(threshold)
129 if temp < threshold:
133 temp, threshold)
/system/extras/ANRdaemon/
DANRdaemon.cpp165 int threshold = idle_threshold + (tracing?100:0); in is_heavy_load() local
170 return (diff_idle * 10000 < diff_total * threshold); in is_heavy_load()
540 int threshold; in get_options() local
555 threshold = atoi(optarg); in get_options()
556 if (threshold > 9999 || threshold < 5000) { in get_options()
560 idle_threshold = 10000 - threshold; in get_options()
/system/core/storaged/include/
Dstoraged.h124 double hours, uint64_t threshold, bool force_report) { in get_uid_records() argument
125 return mUidm.dump(hours, threshold, force_report); in get_uid_records()
Dstoraged_uid_monitor.h120 double hours, uint64_t threshold, bool force_report);
/system/core/storaged/
DREADME.properties5 ro.storaged.uid_io.threshold # Per UID IO usage limit, in bytes
Dstoraged_service.cpp107 uint64_t threshold = 0; in dump() local
129 if(!ParseUint(String8(args[i]).c_str(), &threshold)) in dump()
145 storaged_sp->get_uid_records(hours, threshold, force_report); in dump()
Dstoraged_uid_monitor.cpp262 double hours, uint64_t threshold, bool force_report) in dump() argument
290 uid_usage.bytes[WRITE][BACKGROUND][CHARGER_OFF] > threshold) { in dump()
/system/extras/perfprofd/scripts/
Dperf_proto_stack_sqlite_flame.py45 threshold = max(local_threshold, global_threshold)
47 if v.count < threshold:
266 sql_out.read(args.threshold, args.global_threshold, args.limit,
/system/extras/checkpoint_gc/
Dcheckpoint_gc.sh50 …log -pi -t checkpoint_gc dirty segments:${DIRTY_SEGMENTS} \(threshold:${DIRTY_SEGMENTS_THRESHOLD}\)
/system/core/libpixelflinger/
Dscanline.cpp1146 int threshold = get_value(); in rgb888ToRgb565() local
1148 r += (threshold >> (GGL_DITHER_BITS-8 +5)); in rgb888ToRgb565()
1149 g += (threshold >> (GGL_DITHER_BITS-8 +6)); in rgb888ToRgb565()
1150 b += (threshold >> (GGL_DITHER_BITS-8 +5)); in rgb888ToRgb565()
1203 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write() local
1212 sR = ((sR << 8) + f*dR + threshold)>>8; in write()
1213 sG = ((sG << 8) + f*dG + threshold)>>8; in write()
1214 sB = ((sB << 8) + f*dB + threshold)>>8; in write()
1323 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write() local
1329 sR = (sR + f*dR + threshold)>>8; in write()
[all …]
/system/core/logd/
DLogStatistics.h643 size_t threshold) {
646 if ((worst_sizes > threshold)
652 if (second_worst_sizes < threshold) {
653 second_worst_sizes = threshold;
DLogBuffer.cpp767 size_t threshold = log_buffer_size(id) / 8; in prune() local
772 threshold); in prune()
777 threshold); in prune()
/system/sepolicy/prebuilts/api/28.0/public/
Dproperty_contexts53 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
Ddomain.te353 # Adjusting the AVC cache threshold.
/system/sepolicy/prebuilts/api/29.0/public/
Dproperty_contexts59 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
Ddomain.te383 # Adjusting the AVC cache threshold.
/system/sepolicy/public/
Dproperty_contexts59 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
Ddomain.te383 # Adjusting the AVC cache threshold.
/system/sepolicy/prebuilts/api/26.0/public/
Ddomain.te282 # Adjusting the AVC cache threshold.
/system/sepolicy/prebuilts/api/27.0/public/
Ddomain.te285 # Adjusting the AVC cache threshold.
/system/media/audio_utils/
DDoxyfile2122 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
2124 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2125 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
DDoxyfile.orig2122 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
2124 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2125 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
/system/chre/pal/doc/
DDoxyfile2206 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
2208 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2209 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
/system/chre/chre_api/doc/
DDoxyfile2206 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
2208 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2209 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,