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

  /frameworks/av/services/audioflinger/
AudioStreamInSource.cpp 49 (audio_channel_mask_t) mStream->common.get_channels(&mStream->common);
AudioStreamOutSink.cpp 46 (audio_channel_mask_t) mStream->common.get_channels(&mStream->common);
AudioFlinger.cpp     [all...]
  /hardware/libhardware/include/hardware/
audio.h 153 audio_channel_mask_t (*get_channels)(const struct audio_stream *stream); member in struct:audio_stream
308 return popcount(s->get_channels(s)) * chan_samp_sz;
  /hardware/libhardware/modules/audio/
audio_hw.c 234 out->stream.common.get_channels = out_get_channels;
334 in->stream.common.get_channels = in_get_channels;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 435 out->stream.common.get_channels = out_get_channels;
496 in->stream.common.get_channels = in_get_channels;
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 264 out->stream.common.get_channels = out_get_channels;
  /device/asus/grouper/audio/
audio_hw.c 991 out->stream.common.get_channels = out_get_channels;
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c     [all...]
  /external/bluetooth/bluez/audio/
android_audio_hw.c 642 out->stream.common.get_channels = out_get_channels;
  /device/ti/panda/audio/
audio_hw.c     [all...]

Completed in 431 milliseconds