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

  /device/generic/goldfish/audio/
audio_hw.c 81 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function
115 out_get_channels(stream),
404 out->stream.common.get_channels = out_get_channels;
  /hardware/libhardware/modules/audio/
audio_hw.c 61 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function
63 ALOGV("out_get_channels");
263 out->stream.common.get_channels = out_get_channels;
  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 116 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function in namespace:android
534 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);
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 644 static uint32_t out_get_channels(const struct audio_stream *stream) function
1038 out->stream.common.get_channels = out_get_channels;
1064 config->channel_mask = out_get_channels((const struct audio_stream *)&out->stream);
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 260 static uint32_t out_get_channels(const struct audio_stream *stream) function
495 out->stream.common.get_channels = out_get_channels;
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 143 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function
517 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;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 665 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream)
670 SUBMIX_ALOGV("out_get_channels() returns %08x", channel_mask);
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 1263 static uint32_t out_get_channels(const struct audio_stream *stream) function
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 2617 static uint32_t out_get_channels(const struct audio_stream *stream) function
    [all...]

Completed in 253 milliseconds