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

  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 125 struct stream_out { struct
224 static int start_output_stream(struct stream_out *out)
281 struct stream_out *out = (struct stream_out *)stream;
295 struct stream_out *out = (struct stream_out *)stream;
325 struct stream_out *out = (struct stream_out *)stream;
347 struct stream_out *out = (struct stream_out *)stream
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 79 struct stream_out { struct
147 * stream_in or stream_out mutex first, followed by the audio_device mutex.
291 uint32_t rate = proxy_get_sample_rate(&((struct stream_out*)stream)->proxy);
303 const struct stream_out* out = (const struct stream_out*)stream;
311 const struct stream_out *out = (const struct stream_out*)stream;
321 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy;
333 struct stream_out *out = (struct stream_out *)stream
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.h 217 struct stream_out { struct
315 struct stream_out* primary_output;
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 178 struct stream_out { struct
275 struct stream_out *out;
308 struct stream_out *primary_output;
309 struct stream_out *voice_tx_output;
310 struct stream_out *current_call_output;
388 * stream_in or stream_out mutex first, followed by the audio_device mutex.

Completed in 890 milliseconds