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

  /hardware/qcom/audio/hal/
audio_hw.h 134 struct stream_in { struct
157 struct stream_in *in;
177 struct stream_in *active_input;
203 * stream_in or stream_out mutex first, followed by the audio_device mutex.
audio_hw.c 571 static int stop_input_stream(struct stream_in *in)
601 int start_input_stream(struct stream_in *in)
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 110 struct stream_in *active_in;
133 struct stream_in { struct
172 * audio_device mutex first, followed by the stream_in and/or
234 static void do_in_standby(struct stream_in *in)
284 struct stream_in *in = adev->active_in;
325 static int start_input_stream(struct stream_in *in)
398 struct stream_in *in;
403 in = (struct stream_in *)((char *)buffer_provider -
404 offsetof(struct stream_in, buf_provider));
444 struct stream_in *in
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 169 struct stream_in { struct
747 static int start_input_stream(struct stream_in *in)
807 struct stream_in *in;
813 in = (struct stream_in *)((char *)buffer_provider -
814 offsetof(struct stream_in, buf_provider));
854 struct stream_in *in;
859 in = (struct stream_in *)((char *)buffer_provider -
860 offsetof(struct stream_in, buf_provider));
867 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames)
    [all...]
  /hardware/libhardware/modules/audio/
audio_hw.c 330 struct audio_stream_in **stream_in)
356 *stream_in = &in->stream;
361 *stream_in = NULL;
  /hardware/libhardware/include/hardware/
audio.h 524 struct audio_stream_in **stream_in);
527 struct audio_stream_in *stream_in);
  /device/generic/goldfish/audio/
audio_hw.c 526 struct audio_stream_in **stream_in)
571 *stream_in = &in->stream;
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 359 struct audio_stream_in **stream_in)
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 979 struct audio_stream_in **stream_in)
1008 *stream_in = &in->stream;
1013 *stream_in = NULL;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 676 struct audio_stream_in **stream_in)
722 *stream_in = &in->stream;
734 *stream_in = NULL;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 554 struct audio_stream_in **stream_in)
591 *stream_in = &in->stream;
596 *stream_in = NULL;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 623 audio_stream_in **stream_in)
662 *stream_in = &in->stream;
667 *stream_in = NULL;

Completed in 333 milliseconds