OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SWVoiceOut
(Results
1 - 2
of
2
) sorted by null
/external/qemu/audio/
audio.h
77
typedef struct
SWVoiceOut
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
*sw, QEMUAudioTimeStamp *ts)
[
all
...]
audio_int.h
85
QLIST_HEAD (sw_out_listhead,
SWVoiceOut
) sw_head;
110
struct
SWVoiceOut
{
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 2363 milliseconds