HomeSort by relevance Sort by last modified time
    Searched defs:in_get_channels (Results 1 - 12 of 12) sorted by null

  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 270 static uint32_t in_get_channels(const struct audio_stream *stream) function in namespace:android
461 in->stream.common.get_channels = in_get_channels;
  /hardware/libhardware/modules/audio/
audio_hw.c 198 static audio_channel_mask_t in_get_channels(const struct audio_stream *stream) function
200 ALOGV("in_get_channels: %d", AUDIO_CHANNEL_IN_MONO);
438 in->stream.common.get_channels = in_get_channels;
  /device/generic/goldfish/audio/
audio_hw.c 237 static audio_channel_mask_t in_get_channels(const struct audio_stream *stream) function
271 in_get_channels(stream),
559 in->stream.common.get_channels = in_get_channels;
  /device/linaro/hikey/audio/
audio_hw.c 354 static audio_channel_mask_t in_get_channels(const struct audio_stream *stream) function
356 ALOGV("in_get_channels: %d", AUDIO_CHANNEL_IN_MONO);
601 in->stream.common.get_channels = in_get_channels;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 296 static audio_channel_mask_t in_get_channels(const struct audio_stream *stream) function
585 in->stream.common.get_channels = in_get_channels;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 316 static audio_channel_mask_t in_get_channels(const struct audio_stream *stream) function
653 in->stream.common.get_channels = in_get_channels;
  /hardware/bsp/intel/peripheral/audio/generic/
audio_hal.c 758 static uint32_t in_get_channels(const struct audio_stream *stream) function
986 in->stream.common.get_channels = in_get_channels;
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 716 static uint32_t in_get_channels(const struct audio_stream *stream) function
953 in->stream.common.get_channels = in_get_channels;
    [all...]
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 916 static uint32_t in_get_channels(const struct audio_stream *stream) function
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 2303 static uint32_t in_get_channels(const struct audio_stream *stream) function
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 3447 static uint32_t in_get_channels(const struct audio_stream *stream) function
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 2490 static uint32_t in_get_channels(const struct audio_stream *stream) function
    [all...]

Completed in 1139 milliseconds