Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 32) sorted by relevance

12

/system/logging/liblog/tests/
Dliblog_test.cpp1248 } levels[] = { in TEST() local
1269 for (size_t i = 0; i < (sizeof(levels) / sizeof(levels[0])); ++i) { in TEST()
1270 if (levels[i].level == -2) { in TEST()
1273 for (size_t j = 0; j < (sizeof(levels) / sizeof(levels[0])); ++j) { in TEST()
1274 if (levels[j].level == -2) { in TEST()
1279 levels[i].level, tag, strlen(tag), levels[j].level); in TEST()
1280 if ((levels[i].level < levels[j].level) || (levels[j].level == -1)) { in TEST()
1287 levels[i].level, tag, strlen(tag), levels[j].level)); in TEST()
1296 levels[i].level, tag, strlen(tag), levels[j].level)); in TEST()
1303 for (size_t i = 0; i < (sizeof(levels) / sizeof(levels[0])); ++i) { in TEST()
[all …]
/system/media/audio_utils/include/audio_utils/
DPowerLog.h108 size_t levels = 2)
115 std::vector<std::shared_ptr<PowerLogBase>> v(levels); in mChannelCount()
117 for (size_t i = 0; i < levels; ++i) { in mChannelCount()
120 entries / levels, framesPerEntry * scale); in mChannelCount()
/system/sepolicy/microdroid/reqd_mask/
Dmls_macros32 # Define the ordering of the sensitivity levels (least to greatest)
40 # levels from s0 to (N-1) with categories c0 to (M-1)
/system/sepolicy/microdroid/system/private/
Dmls_macros32 # Define the ordering of the sensitivity levels (least to greatest)
40 # levels from s0 to (N-1) with categories c0 to (M-1)
/system/sepolicy/private/
Dmls_macros32 # Define the ordering of the sensitivity levels (least to greatest)
40 # levels from s0 to (N-1) with categories c0 to (M-1)
Dkeystore.te32 # Allow keystore to listen to changing boot levels
/system/sepolicy/reqd_mask/
Dmls_macros32 # Define the ordering of the sensitivity levels (least to greatest)
40 # levels from s0 to (N-1) with categories c0 to (M-1)
/system/extras/libfec/
Dfec_verity.cpp210 uint32_t levels = 0; in verify_tree() local
213 uint64_t hash_size = verity_get_size(data_blocks * FEC_BLOCKSIZE, &levels, in verify_tree()
241 uint32_t hashes[levels]; in verify_tree()
249 for (uint32_t i = 1; i < levels; ++i) { in verify_tree()
250 uint32_t blocks = hashes[levels - i]; in verify_tree()
251 debug("%u hash blocks on level %u", blocks, levels - i); in verify_tree()
275 for (uint32_t i = 1; i < levels; ++i) { in verify_tree()
276 uint32_t blocks = hashes[levels - i]; in verify_tree()
/system/hardware/interfaces/media/aidl_api/android.media.soundtrigger.types/1/android/media/soundtrigger/
DPhraseRecognitionExtra.aidl41 android.media.soundtrigger.ConfidenceLevel[] levels;
/system/hardware/interfaces/media/aidl_api/android.media.soundtrigger.types/current/android/media/soundtrigger/
DPhraseRecognitionExtra.aidl41 android.media.soundtrigger.ConfidenceLevel[] levels;
/system/hardware/interfaces/media/aidl_api/android.media.soundtrigger.types/2/android/media/soundtrigger/
DPhraseRecognitionExtra.aidl41 android.media.soundtrigger.ConfidenceLevel[] levels;
/system/hardware/interfaces/media/aidl/android/media/soundtrigger/
DPhraseRecognitionExtra.aidl34 ConfidenceLevel[] levels;
/system/chre/doc/
Dframework_debugging.md20 ### Log levels
22 CHRE framework currently supports four levels, namely Error `LOGE()`, Warning
25 levels](https://source.android.com/setup/contribute/code-style#log-sparingly).
36 in `util/include/chre/util/log_common.h` to control which log levels are
Dframework_testing.md5 The CHRE framework can be tested at various levels to ensure that
/system/extras/verity/
Dhash_tree_builder.cpp103 size_t levels = 0; in CalculateSize() local
106 verity_tree_blocks(input_size, block_size, hash_size, levels); in CalculateSize()
107 levels++; in CalculateSize()
/system/media/audio/include/system/
Dsound_trigger.h291 struct sound_trigger_confidence_level levels[SOUND_TRIGGER_MAX_USERS]; member
/system/extras/memory_replay/traces/
DTRACES54 levels.
/system/libsysprop/srcs/android/sysprop/
DInputProperties.sysprop74 # A flag to enable the Custom levels provided via IDC files for Keyboard backlight
/system/extras/cpu_loads/
DREADME.md3 These are a collection of simple workloads designed to induce various levels of power consumption o…
/system/chre/platform/zephyr/
DCMakeLists.txt120 # differentiate the two levels
/system/memory/lmkd/
DREADME.md11 at acceptable levels.
/system/tools/hidl/c2hal/
Dc2hal_l.ll254 // this is so frowned upon on so many levels, but here vars are so that we can
/system/tools/mkbootimg/
Dpylintrc34 # Only show warnings with the listed confidence levels. Leave empty to show
35 # all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED
/system/apex/
Dpylintrc40 # Only show warnings with the listed confidence levels. Leave empty to show
41 # all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED
/system/update_engine/
Dpylintrc64 # Only show warnings with the listed confidence levels. Leave empty to show
65 # all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED

12