HomeSort by relevance Sort by last modified time
    Searched defs:stream_in (Results 1 - 3 of 3) 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.
  /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...]

Completed in 72 milliseconds