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

  /hardware/libhardware/modules/audio/
audio_hw.c 58 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function
235 out->stream.common.get_channels = out_get_channels;
  /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;
  /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
513 out->stream.common.get_channels = out_get_channels;
  /device/asus/grouper/audio/
audio_hw.c 523 static uint32_t out_get_channels(const struct audio_stream *stream) function
676 if (audio_channel_count_from_out_mask(out_get_channels(&stream->common)) >
1040 out->stream.common.get_channels = out_get_channels;
    [all...]
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 634 static uint32_t out_get_channels(const struct audio_stream *stream) function
1028 out->stream.common.get_channels = out_get_channels;
1054 config->channel_mask = out_get_channels((const struct audio_stream *)&out->stream);
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 339 static uint32_t out_get_channels(const struct audio_stream *stream) function
744 out->stream.common.get_channels = out_get_channels;
760 config->channel_mask = out_get_channels(&out->stream.common);
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 263 static uint32_t out_get_channels(const struct audio_stream *stream) function
500 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;
  /device/samsung/manta/audio/
audio_hw.c 951 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream) function
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 664 static audio_channel_mask_t out_get_channels(const struct audio_stream *stream)
669 SUBMIX_ALOGV("out_get_channels() returns %08x", channel_mask);
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 1181 static uint32_t out_get_channels(const struct audio_stream *stream) function
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 2595 static uint32_t out_get_channels(const struct audio_stream *stream) function
    [all...]

Completed in 824 milliseconds