HomeSort by relevance Sort by last modified time
    Searched refs:out_get_channels (Results 1 - 13 of 13) sorted by null

  /device/generic/goldfish/audio/
audio_hw_legacy.c 83 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function
117 out_get_channels(stream),
423 out->stream.common.get_channels = out_get_channels;
audio_hw.c 259 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function
289 out_get_channels(stream),
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 143 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function
145 ALOGV("out_get_channels");
458 out->stream.common.get_channels = out_get_channels;
497 config->channel_mask = out_get_channels(&out->stream.common);
  /hardware/libhardware/modules/audio/
audio_hw.c 93 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function
97 ALOGV("out_get_channels: %x", out->channel_mask);
371 out->stream.common.get_channels = out_get_channels;
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 323 static uint32_t out_get_channels(const struct audio_stream *stream) function
727 out->stream.common.get_channels = out_get_channels;
743 config->channel_mask = out_get_channels(&out->stream.common);
  /device/generic/car/emulator/audio/driver/
audio_hw.c 96 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) { function
125 out_get_channels(stream),
947 out->stream.common.get_channels = out_get_channels;
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 145 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function
519 out->stream.common.get_channels = out_get_channels;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 166 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function
585 out->stream.common.get_channels = out_get_channels;
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 1119 static uint32_t out_get_channels(const struct audio_stream* stream) { function
    [all...]
  /system/bt/audio_hearing_aid_hw/src/
audio_hearing_aid_hw.cc 1080 static uint32_t out_get_channels(const struct audio_stream* stream) { function
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 319 static uint32_t out_get_channels(const struct audio_stream *stream) function
557 out->stream.common.get_channels = out_get_channels;
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 663 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream)
668 SUBMIX_ALOGV("out_get_channels() returns %08x", channel_mask);
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 2329 static uint32_t out_get_channels(const struct audio_stream *stream) function
    [all...]

Completed in 543 milliseconds