HomeSort by relevance Sort by last modified time
    Searched full:get_channels (Results 1 - 18 of 18) 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/modules/audio/
audio_hw.c 235 out->stream.common.get_channels = out_get_channels;
347 in->stream.common.get_channels = in_get_channels;
  /hardware/libhardware/include/hardware/
audio.h 186 audio_channel_mask_t (*get_channels)(const struct audio_stream *stream); member in struct:audio_stream
444 return popcount(s->get_channels(s)) * chan_samp_sz;
460 return audio_channel_count_from_out_mask(s->common.get_channels(&s->common)) * chan_samp_sz;
476 return audio_channel_count_from_in_mask(s->common.get_channels(&s->common)) * chan_samp_sz;
  /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;
  /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...]
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 1028 out->stream.common.get_channels = out_get_channels;
1227 in->stream.common.get_channels = in_get_channels;
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 498 out->stream.common.get_channels = out_get_channels;
913 in->stream.common.get_channels = in_get_channels;
    [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...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3if.h     [all...]

Completed in 675 milliseconds