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

  /hardware/libhardware/modules/usbaudio/
audio_hal.c 104 struct stream_in { struct
132 * stream_in or stream_out mutex first, followed by the audio_device mutex.
215 void lock_input_stream(struct stream_in *in)
632 uint32_t rate = proxy_get_sample_rate(&((const struct stream_in *)stream)->proxy);
645 const struct stream_in * in = ((const struct stream_in*)stream);
651 const struct stream_in *in = (const struct stream_in*)stream;
657 alsa_device_proxy *proxy = &((struct stream_in*)stream)->proxy;
671 struct stream_in *in = (struct stream_in *)stream
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 161 struct stream_in { struct
190 struct stream_in *in;
209 struct stream_in *active_input;
270 * stream_in or stream_out mutex first, followed by the audio_device mutex.
  /device/htc/flounder/audio/hal/
audio_hw.h 315 struct stream_in { struct
393 struct stream_in* active_input;
449 * lock_inputs, stream_in, stream_out, audio_device, then tfa9895 mutex.
450 * stream_in mutex must always be before stream_out mutex

Completed in 143 milliseconds