Home
last modified time | relevance | path

Searched refs:AUD_write (Results 1 – 4 of 4) sorted by relevance

/external/qemu/docs/
DAUDIO.TXT120 (AUD_write()) to to the mixing/volume-adjustment from emulated hardware sample
127 | (mixed through AUD_write() called from user-provided
162 - must call AUD_write(sw, buff, count), where 'buff' points to emulated sound
165 - the implementation of AUD_write() will call the 'write' method of the target
172 been mixed into the stereo buffer, and so does AUD_write().
/external/qemu/audio/
Daudio.h117 int AUD_write (SWVoiceOut *sw, void *pcm_buf, int size);
Daudio.c1183 int AUD_write (SWVoiceOut *sw, void *buf, int size) in AUD_write() function
/external/qemu/hw/
Dgoldfish_audio.c179 ret = AUD_write(s->voice, b->data + b->offset, write); in goldfish_audio_buff_send()