Lines Matching defs:SW
30 #define SW SWVoiceOut
35 #define SW SWVoiceIn
95 static void glue (audio_pcm_sw_free_resources_, TYPE) (SW *sw)
110 static int glue (audio_pcm_sw_alloc_resources_, TYPE) (SW *sw)
140 SW *sw,
178 static void glue (audio_pcm_sw_fini_, TYPE) (SW *sw)
187 static void glue (audio_pcm_hw_add_sw_, TYPE) (HW *hw, SW *sw)
192 static void glue (audio_pcm_hw_del_sw_, TYPE) (SW *sw)
336 static SW *glue (audio_pcm_create_voice_pair_, TYPE) (
342 SW *sw;
382 static void glue (audio_close_, TYPE) (AudioState *s, SW *sw)
390 void glue (AUD_close_, TYPE) (QEMUSoundCard *card, SW *sw)
403 SW *glue (AUD_open_, TYPE) (
405 SW *sw,
415 SW *old_sw = NULL;
530 int glue (AUD_is_active_, TYPE) (SW *sw)
535 void glue (AUD_init_time_stamp_, TYPE) (SW *sw, QEMUAudioTimeStamp *ts)
544 uint64_t glue (AUD_get_elapsed_usec_, TYPE) (SW *sw, QEMUAudioTimeStamp *ts)
572 #undef SW