Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 29) sorted by relevance

12

/system/core/fs_mgr/libfs_avb/
Dutil.cpp62 uint8_t high; in HexToBytes() local
63 if (!NibbleValue(hex[i], &high)) { in HexToBytes()
70 bytes[j] = (high << 4) | low; in HexToBytes()
/system/memory/lmkd/
DREADME.md9 state of a running Android system and reacting to high memory pressure
29 - `ro.config.low_ram`: choose between low-memory vs high-performance
70 low-RAM devices = 10, for high-end devices = 20
75 Default for low-RAM devices = 30, for high-end
82 for high-end devices = 10
86 low-RAM devices = 200, for high-end devices = 70
Dlmkd.cpp364 int64_t high; member
591 static int clamp(int low, int high, int value) { in clamp() argument
592 return std::max(std::min(value, high), low); in clamp()
2083 zi->totalreserve_pages += zone->max_protection + zone->fields.field.high; in zoneinfo_parse()
2842 watermarks->high_wmark += zone->max_protection + zone->fields.field.high; in calc_zone_watermarks()
/system/extras/ANRdaemon/
DREADME2 activity when CPU usage is very high. The daemon uses debugfs underlying for
23 when the CPU usage becomes high and the daemon process turn on tracing again,
30 high CPU usage case.
/system/sepolicy/public/
Drss_hwm_reset.te1 # rss_hwm_reset resets RSS high-water mark counters for all procesess.
/system/vold/
DMoveStorage.cpp32 #define CONSTRAIN(amount, low, high) \ argument
33 ((amount) < (low) ? (low) : ((amount) > (high) ? (high) : (amount)))
/system/tools/aidl/build/
Dmessage_check_integrity.txt6 with this change by ignoring this message, it has a high risk of breaking later
Dmessage_check_compatibility.txt6 with this change by ignoring this message, it has a high risk of breaking later
/system/sepolicy/microdroid/reqd_mask/
Dmls_macros51 # Basic level names for system low and high
/system/sepolicy/microdroid/system/private/
Dmls_macros51 # Basic level names for system low and high
/system/sepolicy/private/
Dmls_macros51 # Basic level names for system low and high
/system/sepolicy/reqd_mask/
Dmls_macros51 # Basic level names for system low and high
/system/update_engine/common/
Dutils.cc1173 int high{}; in ParseRollbackKeyVersion() local
1175 if (!(base::StringToInt(parts[0], &high) && in ParseRollbackKeyVersion()
1181 if (high >= 0 && high < numeric_limits<uint16_t>::max() && low >= 0 && in ParseRollbackKeyVersion()
1183 *high_version = static_cast<uint16_t>(high); in ParseRollbackKeyVersion()
/system/sepolicy/
DREADME.apps.md2 high-level overview of these. For further details on each type, refer to their
/system/chre/chpp/
DQUICKSTART.md49 Note that the system MUST replicate the high-level behavior of chppWorkThreadStart exactly in this …
/system/chre/doc/
Dvendor_extensions.md7 steps must be performed. At a high-level, to add a new vendor-specific API to
122 periods of high activity. Refer to the GNSS and WWAN APIs for design patterns
Dcompatibility.md188 them to update. If not considered a high severity issue and compatibility is
/system/extras/libatrace_rust/
DREADME.md115 affect the performance of hot high-frequency methods. When the events are disabled, calling them is
/system/extras/perf2cfg/
DREADME.md87 - `HI` (high): for 50 to 100%.
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h68 inline bool IsOutRange(const T &v, const T &low, const T &high) { in IsOutRange() argument
69 return (v < low) || (high < v); in IsOutRange()
74 inline bool IsInRange(const T &v, const T &low, const T &high) { in IsInRange() argument
75 return !IsOutRange(v, low, high); in IsInRange()
/system/extras/simpleperf/doc/
DREADME.md130 sample at very high frequency (usually <= 4000 Hz).
176 by callchain joiner. But when a high percentage of samples are truncated, many callchains can be
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dnearby_extension.proto158 //! A very high duty cycle scan level to be used for very short durations.
/system/unwinding/libunwindstack/
DAndroidVersions.md44 are always in sorted order from low pc to high pc. Thus the code would
/system/update_engine/
DREADME.md271 with high parallelism.
287 OS partitions are read only. So with high certainty we can assume the active
/system/core/fastboot/
DREADME.md15 high-speed and 1024 bytes for Super Speed USB.

12