Home
last modified time | relevance | path

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

/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/extras/libpagemap/
Dpm_process.c108 uint64_t low, uint64_t high, in pm_process_pagemap_range() argument
116 if (!proc || (low > high) || !range_out || !len) in pm_process_pagemap_range()
119 if (low == high) { in pm_process_pagemap_range()
126 numpages = (high - low) / proc->ker->pagesize; in pm_process_pagemap_range()
/system/vold/
DMoveTask.cpp30 #define CONSTRAIN(amount, low, high) ((amount) < (low) ? (low) : ((amount) > (high) ? (high) : (amo… argument
/system/core/libcutils/
Dfs_config.c49 uint32_t low, high; in get8LE() local
52 high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24); in get8LE()
53 return ((uint64_t)high << 32) | (uint64_t)low; in get8LE()
/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/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/core/fs_mgr/
Dfs_mgr_avb.cpp120 uint8_t high; in hex_to_bytes() local
121 if (!nibble_value(hex[i], &high)) { in hex_to_bytes()
128 bytes[j] = (high << 4) | low; in hex_to_bytes()
/system/core/liblog/
Dlog_event_list.c376 uint32_t high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24); in get8LE() local
377 return ((uint64_t)high << 32) | (uint64_t)low; in get8LE()
Dlogprint.c602 uint32_t low, high; in get8LE() local
605 high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24); in get8LE()
606 return ((uint64_t)high << 32) | (uint64_t)low; in get8LE()
/system/sepolicy/public/
Dte_macros84 # pdx macros for IPC. pdx is a high-level name which contains transport-specific
/system/core/fastboot/
DREADME.md15 high-speed and 1024 bytes for Super Speed USB.
/system/core/rootdir/
Dinit.rc532 # Memory management. Basic kernel parameters, and allow the high
/system/tpm/trunks/generator/
Draw_structures_fixed.txt1965 The numbers will be in high:low order.
6872 the high-order 32 bits of the command audit counter
Draw_structures.txt1965 The numbers will be in high:low order.
6847 the high-order 32 bits of the command audit counter
Draw_commands_fixed.txt31729 expected to be modified at a high frequency and that the data is only required to persist when the …