Searched refs:AUD_write (Results 1 – 5 of 5) sorted by relevance
/external/qemu/docs/ |
D | AUDIO.TXT | 120 (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/android/ |
D | audio-test.c | 41 AUD_write(ta->voice, ta->sample + ta->pos, avail); in testAudio_audio_callback()
|
/external/qemu/audio/ |
D | audio.h | 117 int AUD_write (SWVoiceOut *sw, void *pcm_buf, int size);
|
D | audio.c | 1263 int AUD_write (SWVoiceOut *sw, void *buf, int size) in AUD_write() function
|
/external/qemu/hw/ |
D | goldfish_audio.c | 179 ret = AUD_write(s->voice, b->data + b->offset, write); in goldfish_audio_buff_send()
|