Home
last modified time | relevance | path

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

12

/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.cpp398 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/
DSoundTriggerHw.cpp421 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/
DIWifiChip.hal47 * 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/
DVtsHalAudioEffectTargetTest.cpp628 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/
Dtypes.hal72 * list of confidence levels per user for
75 vec<ConfidenceLevel> levels;
/hardware/interfaces/wifi/1.2/
DIWifiChip.hal40 * 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/
DIEqualizerEffect.hal29 * Returns the minimum and maximum band levels supported.
/hardware/interfaces/audio/effect/2.0/
DIEqualizerEffect.hal29 * Returns the minimum and maximum band levels supported.
/hardware/interfaces/audio/effect/5.0/
DIEqualizerEffect.hal29 * Returns the minimum and maximum band levels supported.
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicant.hal29 * Debug levels for the supplicant.
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_vidc_dec.h478 uint32_t levels; member
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_vidc_dec.h480 uint32_t levels; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_vidc_dec.h476 uint32_t levels; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_vidc_dec.h440 uint32_t levels; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_vidc_dec.h437 uint32_t levels; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_vidc_dec.h480 uint32_t levels; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_vidc_dec.h478 uint32_t levels; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_vidc_dec.h440 uint32_t levels; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_vidc_dec.h437 uint32_t levels; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_vidc_dec.h432 uint32_t levels; member
/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c274 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/
DIDrmPlugin.hal187 * 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/
DIDrmPlugin.hal119 * 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/
DC2SoftAvcEnc.cpp287 constexpr Level levels[] = { in getLevel_l() local
304 for (const Level &level : levels) { in getLevel_l()
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal630 * 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.

12