Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 35) sorted by relevance

12

/system/core/fs_mgr/libfs_avb/
Dutil.cpp63 uint8_t low; in HexToBytes() local
64 if (!NibbleValue(hex[i + 1], &low)) { in HexToBytes()
67 bytes[j] = (high << 4) | low; in HexToBytes()
/system/core/lmkd/
DREADME.md29 ro.config.low_ram: choose between low-memory vs high-performance
37 ro.lmk.low: min oom_adj score for processes eligible to be
38 killed at low vmpressure level. Default = 1001
/system/vold/
DMoveStorage.cpp32 #define CONSTRAIN(amount, low, high) \ argument
33 ((amount) < (low) ? (low) : ((amount) > (high) ? (high) : (amount)))
/system/sepolicy/prebuilts/api/26.0/public/
Dsgdisk.te5 # Allowed to read/write low-level partition tables
Dlmkd.te1 # lmkd low memory killer daemon
/system/sepolicy/prebuilts/api/27.0/public/
Dsgdisk.te5 # Allowed to read/write low-level partition tables
Dlmkd.te1 # lmkd low memory killer daemon
/system/sepolicy/prebuilts/api/28.0/public/
Dsgdisk.te5 # Allowed to read/write low-level partition tables
Dlmkd.te1 # lmkd low memory killer daemon
/system/core/libcutils/
Dfs_config.cpp55 uint32_t low, high; in get8LE() local
57 low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24); in get8LE()
59 return ((uint64_t)high << 32) | (uint64_t)low; in get8LE()
/system/sepolicy/prebuilts/api/26.0/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/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/sepolicy/prebuilts/api/29.0/private/
Dmls_macros51 # Basic level names for system low and high
Dadbd.te36 # ignore spurious denials for adbd when disk space is low.
/system/sepolicy/prebuilts/api/27.0/private/
Dmls_macros51 # Basic level names for system low and high
/system/sepolicy/public/
Dsgdisk.te5 # Allowed to read/write low-level partition tables
Dlmkd.te1 # lmkd low memory killer daemon
/system/sepolicy/prebuilts/api/29.0/public/
Dsgdisk.te5 # Allowed to read/write low-level partition tables
Dlmkd.te1 # lmkd low memory killer daemon
/system/update_engine/common/
Dutils.cc1053 int low; in ParseRollbackKeyVersion() local
1055 base::StringToInt(parts[1], &low))) { in ParseRollbackKeyVersion()
1060 if (high >= 0 && high < numeric_limits<uint16_t>::max() && low >= 0 && in ParseRollbackKeyVersion()
1061 low < numeric_limits<uint16_t>::max()) { in ParseRollbackKeyVersion()
1063 *low_version = static_cast<uint16_t>(low); in ParseRollbackKeyVersion()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h244 inline int low(int c) const { return format.c[c].l; } in low() function
245 inline int mask(int c) const { return ((1<<size(c))-1) << low(c); } in mask()
248 inline int component_size(int c) const { return hi(c) - low(c); } in component_size()
/system/core/liblog/
Dlog_event_list.cpp414 uint32_t low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24); in get8LE() local
416 return ((uint64_t)high << 32) | (uint64_t)low; in get8LE()
/system/chre/platform/shared/idl/
Dhost_messages.fbs221 /// Request from CHRE to enable direct access to data from the low-power
227 /// Notification from CHRE that it no longer needs direct access to low-power

12