Searched defs:in_get_channels (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c174 static audio_channel_mask_t in_get_channels(const struct audio_stream *stream) function
176 ALOGV("in_get_channels: %d", AUDIO_CHANNEL_IN_MONO);
390 in->stream.common.get_channels = in_get_channels;
/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c758 static uint32_t in_get_channels(const struct audio_stream *stream) function
986 in->stream.common.get_channels = in_get_channels;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c655 static uint32_t in_get_channels(const struct audio_stream *stream) function
883 in->stream.common.get_channels = in_get_channels;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp296 static audio_channel_mask_t in_get_channels(const struct audio_stream *stream) function
585 in->stream.common.get_channels = in_get_channels;
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp316 static audio_channel_mask_t in_get_channels(const struct audio_stream *stream) function
653 in->stream.common.get_channels = in_get_channels;
/hardware/qcom/audio/hal/
H A Daudio_hw.c1941 static uint32_t in_get_channels(const struct audio_stream *stream) function
2690 in->stream.common.get_channels = in_get_channels;
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.c2308 static uint32_t in_get_channels(const struct audio_stream *stream) function
3203 in->stream.common.get_channels = in_get_channels;

Completed in 23 milliseconds