Home
last modified time | relevance | path

Searched refs:run_out (Results 1 – 3 of 3) 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/
Daudio_int.h158 int (*run_out) (HWVoiceOut *hw); member
Daudio.c1457 played = hw->pcm_ops->run_out (hw); in audio_run_out()