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 110 struct stream_in { struct
147 * stream_in or stream_out mutex first, followed by the audio_device mutex.
700 uint32_t rate = proxy_get_sample_rate(&((const struct stream_in *)stream)->proxy);
713 const struct stream_in * in = ((const struct stream_in*)stream);
719 const struct stream_in *in = (const struct stream_in*)stream;
725 alsa_device_proxy *proxy = &((struct stream_in*)stream)->proxy;
739 struct stream_in *in = (struct stream_in *)stream
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.h 247 struct stream_in { struct
314 struct stream_in* active_input;
346 * lock_inputs, stream_in, stream_out, and then audio_device.
347 * stream_in mutex must always be before stream_out mutex
  /hardware/qcom/audio/hal/
audio_hw.h 225 struct stream_in { struct
274 struct stream_in *in;
307 struct stream_in *active_input;
388 * stream_in or stream_out mutex first, followed by the audio_device mutex.

Completed in 89 milliseconds