HomeSort by relevance Sort by last modified time
    Searched full:run_out (Results 1 - 12 of 12) sorted by null

  /external/qemu/docs/
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/
noaudio.c 147 .run_out = no_run_out,
audio_int.h 160 int (*run_out) (HWVoiceOut *hw, int live); member in struct:audio_pcm_ops
winaudio.c 283 //D("run_out: buffer:%d pos:%d size:%d wsamples:%d wbytes:%d live:%d rpos:%d hwsamples:%d\n", s->write_index,
298 D("run_out: (%7.3f:%7d):waveOutWrite buffer:%d\n",
coreaudio.c 783 .run_out = coreaudio_run_out,
esdaudio.c 619 .run_out = qesd_run_out,
fmodaudio.c 664 .run_out = fmod_run_out,
paaudio.c 594 .run_out = qpa_run_out,
dsoundaudio.c 1007 .run_out = dsound_run_out,
ossaudio.c 912 .run_out = oss_run_out,
alsaaudio.c     [all...]
audio.c     [all...]

Completed in 8517 milliseconds