/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.cpp | 398 for (i = 0; i < extra->levels.size() && i < SOUND_TRIGGER_MAX_USERS; i++) { in convertPhraseRecognitionExtraToHal() 399 halExtra->levels[i].user_id = extra->levels[i].userId; in convertPhraseRecognitionExtraToHal() 400 halExtra->levels[i].level = extra->levels[i].levelPercent; in convertPhraseRecognitionExtraToHal() 481 extra->levels.resize(halExtra->num_levels); in convertPhraseRecognitionExtraFromHal() 483 extra->levels[i].userId = halExtra->levels[i].user_id; in convertPhraseRecognitionExtraFromHal() 484 extra->levels[i].levelPercent = halExtra->levels[i].level; in convertPhraseRecognitionExtraFromHal()
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.cpp | 421 for (i = 0; i < extra->levels.size() && i < SOUND_TRIGGER_MAX_USERS; i++) { in convertPhraseRecognitionExtraToHal() 422 halExtra->levels[i].user_id = extra->levels[i].userId; in convertPhraseRecognitionExtraToHal() 423 halExtra->levels[i].level = extra->levels[i].levelPercent; in convertPhraseRecognitionExtraToHal() 506 extra->levels.resize(halExtra->num_levels); in convertPhraseRecognitionExtraFromHal() 508 extra->levels[i].userId = halExtra->levels[i].user_id; in convertPhraseRecognitionExtraFromHal() 509 extra->levels[i].levelPercent = halExtra->levels[i].level; in convertPhraseRecognitionExtraFromHal()
|
/hardware/interfaces/wifi/1.1/ |
D | IWifiChip.hal | 47 * List of preset wifi radio TX power levels for different scenarios. 61 * the wifi chip change it's transmitting power levels. 78 * API to reset TX power levels.
|
/hardware/interfaces/audio/effect/all-versions/vts/functional/ |
D | VtsHalAudioEffectTargetTest.cpp | 628 int16_t levels[3]{0x7fff, 0, 0}; in TEST_F() local 629 getLevelRange(&levels[0], &levels[2]); in TEST_F() 630 ASSERT_GT(levels[2], levels[0]); in TEST_F() 631 levels[1] = (levels[2] + levels[0]) / 2; in TEST_F() 633 for (size_t j = 0; j < ARRAY_SIZE(levels); ++j) { in TEST_F() 634 Return<Result> ret = equalizer->setBandLevel(i, levels[j]); in TEST_F() 647 EXPECT_EQ(levels[j], actualLevel); in TEST_F()
|
/hardware/interfaces/soundtrigger/2.0/ |
D | types.hal | 72 * list of confidence levels per user for 75 vec<ConfidenceLevel> levels;
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiChip.hal | 40 * List of preset wifi radio TX power levels for different scenarios. 57 * the wifi chip change it's transmitting power levels.
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEqualizerEffect.hal | 29 * Returns the minimum and maximum band levels supported.
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEqualizerEffect.hal | 29 * Returns the minimum and maximum band levels supported.
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEqualizerEffect.hal | 29 * Returns the minimum and maximum band levels supported.
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicant.hal | 29 * Debug levels for the supplicant.
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 478 uint32_t levels; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 480 uint32_t levels; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 476 uint32_t levels; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_vidc_dec.h | 440 uint32_t levels; member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_vidc_dec.h | 437 uint32_t levels; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 480 uint32_t levels; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 478 uint32_t levels; member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_vidc_dec.h | 440 uint32_t levels; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_vidc_dec.h | 437 uint32_t levels; member
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_vidc_dec.h | 432 uint32_t levels; member
|
/hardware/libhardware/modules/soundtrigger/ |
D | sound_trigger_hw.c | 274 event->phrase_extras[0].levels[0].level = 100; in sound_trigger_keyphrase_event_alloc() 275 event->phrase_extras[0].levels[0].user_id = 0; in sound_trigger_keyphrase_event_alloc()
|
/hardware/interfaces/drm/1.2/ |
D | IDrmPlugin.hal | 187 * Return the currently negotiated and max supported HDCP levels. 203 * indicates the highest of the maximum HDCP levels of all interfaces.
|
/hardware/interfaces/drm/1.1/ |
D | IDrmPlugin.hal | 119 * Return the currently negotiated and max supported HDCP levels. 132 * indicates the highest of the maximum HDCP levels of all interfaces.
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcEnc.cpp | 287 constexpr Level levels[] = { in getLevel_l() local 304 for (const Level &level : levels) { in getLevel_l()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 630 * levels, at the OEM's discretion. 936 * Some vehicles may have multiple levels of heating and cooling. The 952 * Increasing values denote higher heating levels for side mirrors.
|