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

  /device/asus/grouper/audio/
audio_hw.c 121 struct stream_in *active_in;
144 struct stream_in { struct
184 * audio_device mutex first, followed by the stream_in and/or
246 static void do_in_standby(struct stream_in *in)
296 struct stream_in *in = adev->active_in;
337 static int start_input_stream(struct stream_in *in)
410 struct stream_in *in;
415 in = (struct stream_in *)((char *)buffer_provider -
416 offsetof(struct stream_in, buf_provider));
456 struct stream_in *in
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 96 struct stream_in { struct
614 uint32_t rate = proxy_get_sample_rate(&((const struct stream_in *)stream)->proxy);
627 const struct stream_in * in = ((const struct stream_in*)stream);
633 const struct stream_in *in = (const struct stream_in*)stream;
640 * alsa_device_proxy * proxy = ((struct stream_in*)stream)->proxy;
660 struct stream_in *in = (struct stream_in *)stream;
685 struct stream_in *in = (struct stream_in *)stream
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 156 struct stream_in { struct
181 struct stream_in *in;
200 struct stream_in *active_input;
262 * stream_in or stream_out mutex first, followed by the audio_device mutex.
  /device/htc/flounder/audio/hal/
audio_hw.h 310 struct stream_in { struct
384 struct stream_in* active_input;
440 * lock_inputs, stream_in, stream_out, audio_device, then tfa9895 mutex.
441 * stream_in mutex must always be before stream_out mutex
  /device/samsung/manta/audio/
audio_hw.c 178 struct stream_in { struct
768 static int start_input_stream(struct stream_in *in)
831 struct stream_in *in;
837 in = (struct stream_in *)((char *)buffer_provider -
838 offsetof(struct stream_in, buf_provider));
879 struct stream_in *in;
884 in = (struct stream_in *)((char *)buffer_provider -
885 offsetof(struct stream_in, buf_provider));
892 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames)
    [all...]

Completed in 37 milliseconds