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

  /frameworks/av/media/libnbaio/
AudioStreamInSource.cpp 48 (audio_channel_mask_t) mStream->common.get_channels(&mStream->common);
AudioStreamOutSink.cpp 45 (audio_channel_mask_t) mStream->common.get_channels(&mStream->common);
  /hardware/libhardware/include/hardware/
audio.h 189 audio_channel_mask_t (*get_channels)(const struct audio_stream *stream); member in struct:audio_stream
447 return popcount(s->get_channels(s)) * chan_samp_sz;
463 return audio_channel_count_from_out_mask(s->common.get_channels(&s->common)) * chan_samp_sz;
479 return audio_channel_count_from_in_mask(s->common.get_channels(&s->common)) * chan_samp_sz;
  /hardware/libhardware/modules/audio/
audio_hw.c 235 out->stream.common.get_channels = out_get_channels;
347 in->stream.common.get_channels = in_get_channels;
  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 440 in->stream.common.get_channels = in_get_channels;
513 out->stream.common.get_channels = out_get_channels;
  /device/generic/goldfish/audio/
audio_hw.c 404 out->stream.common.get_channels = out_get_channels;
559 in->stream.common.get_channels = in_get_channels;
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 1028 out->stream.common.get_channels = out_get_channels;
1225 in->stream.common.get_channels = in_get_channels;
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 500 out->stream.common.get_channels = out_get_channels;
907 in->stream.common.get_channels = in_get_channels;
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 517 out->stream.common.get_channels = out_get_channels;
583 in->stream.common.get_channels = in_get_channels;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 585 out->stream.common.get_channels = out_get_channels;
653 in->stream.common.get_channels = in_get_channels;
  /device/asus/grouper/audio/
audio_hw.c 1040 out->stream.common.get_channels = out_get_channels;
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /device/samsung/manta/audio/
audio_hw.c     [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 744 out->stream.common.get_channels = out_get_channels;
  /device/htc/flounder/audio/hal/
audio_hw.c     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 342 milliseconds