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
132 * stream_in or stream_out mutex first, followed by the audio_device mutex.
222 void lock_output_stream(struct stream_out *out)
242 uint32_t rate = proxy_get_sample_rate(&((struct stream_out*)stream)->proxy);
254 const struct stream_out* out = (const struct stream_out*)stream;
262 const struct stream_out *out = (const struct stream_out*)stream;
272 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy;
284 struct stream_out *out = (struct stream_out *)stream
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 123 struct stream_out { struct
191 struct stream_out *out;
210 struct stream_out *primary_output;
211 struct stream_out *voice_tx_output;
212 struct stream_out *current_call_output;
270 * stream_in or stream_out mutex first, followed by the audio_device mutex.
  /device/htc/flounder/audio/hal/
audio_hw.h 266 struct stream_out { struct
394 struct stream_out* primary_output;
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 66 milliseconds