Home
last modified time | relevance | path

Searched refs:run_out (Results 1 – 11 of 11) sorted by relevance

/external/qemu/docs/
DAUDIO.TXT62 - A 'run_out' method that is called each time to tell the output backend to
134 | invoked from the 'run_out' method, also called on each
151 - otherwise, call the 'run_out' method of the HWVoiceOut object. This will change
180 played = hw.run_out(live)
/external/qemu/audio/
Dnoaudio.c147 .run_out = no_run_out,
Daudio_int.h160 int (*run_out) (HWVoiceOut *hw, int live); member
Desdaudio.c619 .run_out = qesd_run_out,
Dfmodaudio.c664 .run_out = fmod_run_out,
Dpaaudio.c594 .run_out = qpa_run_out,
Dcoreaudio.c783 .run_out = coreaudio_run_out,
Ddsoundaudio.c1007 .run_out = dsound_run_out,
Dossaudio.c912 .run_out = oss_run_out,
Dalsaaudio.c1323 .run_out = alsa_run_out,
Daudio.c1525 played = hw->pcm_ops->run_out (hw, live); in audio_run_out()