Searched refs:run_out (Results 1 – 11 of 11) sorted by relevance
/external/qemu/docs/ |
D | AUDIO.TXT | 62 - 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/ |
D | noaudio.c | 147 .run_out = no_run_out,
|
D | audio_int.h | 160 int (*run_out) (HWVoiceOut *hw, int live); member
|
D | esdaudio.c | 619 .run_out = qesd_run_out,
|
D | fmodaudio.c | 664 .run_out = fmod_run_out,
|
D | paaudio.c | 594 .run_out = qpa_run_out,
|
D | coreaudio.c | 783 .run_out = coreaudio_run_out,
|
D | dsoundaudio.c | 1007 .run_out = dsound_run_out,
|
D | ossaudio.c | 912 .run_out = oss_run_out,
|
D | alsaaudio.c | 1323 .run_out = alsa_run_out,
|
D | audio.c | 1525 played = hw->pcm_ops->run_out (hw, live); in audio_run_out()
|