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

  /hardware/qcom/audio/hal/
audio_hw.h 186 struct stream_in { struct
209 struct stream_in *in;
243 struct stream_in *active_input;
286 * stream_in or stream_out mutex first, followed by the audio_device mutex.
  /device/samsung/manta/audio/
audio_hw.c 168 struct stream_in { struct
746 static int start_input_stream(struct stream_in *in)
806 struct stream_in *in;
812 in = (struct stream_in *)((char *)buffer_provider -
813 offsetof(struct stream_in, buf_provider));
853 struct stream_in *in;
858 in = (struct stream_in *)((char *)buffer_provider -
859 offsetof(struct stream_in, buf_provider));
866 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames)
    [all...]

Completed in 71 milliseconds