Home
last modified time | relevance | path

Searched refs:masks (Results 1 – 22 of 22) sorted by relevance

/hardware/interfaces/gnss/1.0/
DIGnssConfiguration.hal24 * Enum which holds the bit masks for SUPL_MODE configuration parameter.
35 * Enum which holds the bit masks for GPS_LOCK configuration parameter.
46 * Enum that hold the bit masks for various LTE Positioning Profile settings (LPP_PROFILE
59 * Enum which holds the bit masks for A_GLONASS_POS_PROTOCOL_SELECT
DIGnssBatching.hal43 * Enum which holds the bit masks for batching control.
/hardware/interfaces/audio/4.0/
DIStream.hal92 * Return supported channel masks of the stream. Calling this method is
96 * @param format audio format for which the channel masks are supported.
99 * @return masks supported audio masks.
102 generates (Result retval, vec<bitfield<AudioChannelMask>> masks);
DIDevice.hal185 * formats, channel masks, gain controllers...) for this port.
/hardware/interfaces/audio/5.0/
DIStream.hal92 * Return supported channel masks of the stream. Calling this method is
96 * @param format audio format for which the channel masks are supported.
99 * @return masks supported audio masks.
102 generates (Result retval, vec<bitfield<AudioChannelMask>> masks);
DIDevice.hal185 * formats, channel masks, gain controllers...) for this port.
/hardware/interfaces/audio/2.0/
DIStream.hal81 * Return supported channel masks of the stream. Calling this method is
85 * @return masks supported audio masks.
87 getSupportedChannelMasks() generates (vec<AudioChannelMask> masks);
DIDevice.hal183 * formats, channel masks, gain controllers...) for this port.
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasound.h366 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member
/hardware/qcom/msm8998/kernel-headers/sound/
Dasound.h358 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1]; member
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dasound.h359 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member
/hardware/qcom/msm8994/kernel-headers/sound/
Dasound.h342 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dasound.h360 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dasound.h366 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h359 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member
/hardware/qcom/msm8x09/kernel-headers/sound/
Dasound.h346 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1]; member
/hardware/qcom/msm8996/kernel-headers/sound/
Dasound.h348 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1]; member
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h341 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member
/hardware/qcom/msm8998/original-kernel-headers/sound/
Dasound.h378 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member
/hardware/qcom/msm8x26/kernel-headers/sound/
Dasound.h341 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member
/hardware/interfaces/camera/device/1.0/
Dtypes.hal63 * A set of bit masks for specifying how the received preview frames are
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_pcm.c202 return &(p->masks[n - SNDRV_PCM_HW_PARAM_FIRST_MASK]); in param_to_mask()