Searched defs:SWVoiceOut (Results 1 - 2 of 2) sorted by relevance

/external/qemu/audio/
H A Daudio.h77 typedef struct SWVoiceOut SWVoiceOut; typedef in typeref:struct:SWVoiceOut
107 SWVoiceOut *AUD_open_out (
109 SWVoiceOut *sw,
116 void AUD_close_out (QEMUSoundCard *card, SWVoiceOut *sw);
117 int AUD_write (SWVoiceOut *sw, void *pcm_buf, int size);
118 int AUD_get_buffer_size_out (SWVoiceOut *sw);
119 void AUD_set_active_out (SWVoiceOut *sw, int on);
120 int AUD_is_active_out (SWVoiceOut *sw);
122 void AUD_init_time_stamp_out (SWVoiceOut *s
[all...]
H A Daudio_int.h85 QLIST_HEAD (sw_out_listhead, SWVoiceOut) sw_head;
110 struct SWVoiceOut { struct
124 QLIST_ENTRY (SWVoiceOut) entries;
161 int (*write) (SWVoiceOut *sw, void *buf, int size);
185 SWVoiceOut sw;
221 int audio_pcm_sw_write (SWVoiceOut *sw, void *buf, int len);

Completed in 334 milliseconds