Home
last modified time | relevance | path

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

12

/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.cpp319 int64_t high; member
535 static int clamp(int low, int high, int value) { in clamp() argument
536 return max(min(value, high), low); in clamp()
1705 zi->totalreserve_pages += zone->max_protection + zone->fields.field.high; in zoneinfo_parse()
2271 watermarks->high_wmark += zone->max_protection + zone->fields.field.high; in calc_zone_watermarks()
/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/sepolicy/prebuilts/api/29.0/public/
Drss_hwm_reset.te1 # rss_hwm_reset resets RSS high-water mark counters for all procesess.
/system/sepolicy/public/
Drss_hwm_reset.te1 # rss_hwm_reset resets RSS high-water mark counters for all procesess.
/system/sepolicy/prebuilts/api/30.0/public/
Drss_hwm_reset.te1 # rss_hwm_reset resets RSS high-water mark counters for all procesess.
/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/tools/aidl/build/
Dmessage_check_equality_release.txt6 change by ignoring this message, it has a high risk of breaking later when a
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/vold/
DMoveStorage.cpp32 #define CONSTRAIN(amount, low, high) \ argument
33 ((amount) < (low) ? (low) : ((amount) > (high) ? (high) : (amount)))
/system/bt/service/doc/
DIBluetoothCallback.txt19 * high-level Bluetooth adapter state.
DIBluetooth.txt18 * Binder IPC API for talking with the Bluetooth service and perform high-level
/system/sepolicy/prebuilts/api/30.0/private/
Dmls_macros51 # Basic level names for system low and high
/system/sepolicy/prebuilts/api/29.0/private/
Dmls_macros51 # Basic level names for system low and high
/system/sepolicy/prebuilts/api/26.0/private/
Dmls_macros51 # Basic level names for system low and high
/system/sepolicy/prebuilts/api/27.0/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/prebuilts/api/28.0/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/iorap/
Diorapd.rc21 # the main 'activity hint' thread needs to be fairly high priority to kick off
/system/update_engine/common/
Dutils.cc948 int high; in ParseRollbackKeyVersion() local
950 if (!(base::StringToInt(parts[0], &high) && in ParseRollbackKeyVersion()
956 if (high >= 0 && high < numeric_limits<uint16_t>::max() && low >= 0 && in ParseRollbackKeyVersion()
958 *high_version = static_cast<uint16_t>(high); in ParseRollbackKeyVersion()
/system/bt/gd/docs/architecture/
Dstyle_guide.md162 To maintain high portability, we are trying to stick with C++ STL as much as
/system/core/libunwindstack/
DAndroidVersions.md44 are always in sorted order from low pc to high pc. Thus the code would
/system/sepolicy/prebuilts/api/26.0/public/
Dte_macros84 # pdx macros for IPC. pdx is a high-level name which contains transport-specific

12