Searched refs:AudioState (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/audio/ |
H A D | audio_int.h | 56 typedef struct AudioState AudioState; typedef 65 AudioState *s; 86 AudioState *s; 108 AudioState *s; 125 AudioState *s; 146 void (*set_dbus_server) (AudioState *s, GDBusObjectManagerServer *manager, bool p2p); 219 typedef struct AudioState { struct 237 QTAILQ_ENTRY(AudioState) list; argument 238 } AudioState; typedef 251 void audio_run(AudioState *s, const char *msg);
|
H A D | audio.h | 83 typedef struct AudioState AudioState; typedef 86 AudioState *state; 100 AudioState *s, 161 int wav_start_capture(AudioState *state, CaptureState *s, const char *path, 178 AudioState *audio_state_by_name(const char *name, Error **errp); 179 AudioState *audio_get_default_audio_state(Error **errp);
|
H A D | audio_template.h | 39 static void glue(audio_init_nb_voices_, TYPE)(AudioState *s, in glue() 222 AudioState *s = hw->s; in glue() 237 static HW *glue(audio_pcm_hw_find_any_, TYPE)(AudioState *s, HW *hw) in glue() 242 static HW *glue(audio_pcm_hw_find_any_enabled_, TYPE)(AudioState *s, HW *hw) in glue() 252 static HW *glue(audio_pcm_hw_find_specific_, TYPE)(AudioState *s, HW *hw, in glue() 263 static HW *glue(audio_pcm_hw_add_new_, TYPE)(AudioState *s, in glue() 397 static HW *glue(audio_pcm_hw_add_, TYPE)(AudioState *s, struct audsettings *as) in glue() 423 AudioState *s, in glue() 493 AudioState *s; in glue()
|
H A D | audio.c | 105 static QTAILQ_HEAD(AudioStateHead, AudioState) audio_states = 107 static AudioState *default_audio_state; 388 static CaptureVoiceOut *audio_pcm_capture_find_specific(AudioState *s, in audio_pcm_capture_find_specific() 468 AudioState *s = hw->s; in audio_attach_capture() 806 static int audio_is_timer_needed(AudioState *s) in audio_is_timer_needed() 824 static void audio_reset_timer (AudioState *s) in audio_reset_timer() 846 AudioState *s = opaque; in audio_timer() 921 AudioState *s = sw->s; in AUD_set_active_out() 969 AudioState *s = sw->s; in AUD_set_active_in() 1137 static void audio_run_out (AudioState *s) in audio_run_out() [all …]
|
H A D | audio-hmp-cmds.c | 70 AudioState *as = audio_state_by_name(audiodev, &local_err); in hmp_wavcapture()
|
H A D | dbusaudio.c | 449 dbus_audio_register_listener(AudioState *s, in dbus_audio_register_listener() 600 dbus_audio_register_out_listener(AudioState *s, in dbus_audio_register_out_listener() 616 dbus_audio_register_in_listener(AudioState *s, in dbus_audio_register_in_listener() 631 dbus_audio_set_server(AudioState *s, GDBusObjectManagerServer *server, bool p2p) in dbus_audio_set_server()
|
H A D | wavcapture.c | 107 int wav_start_capture(AudioState *state, CaptureState *s, const char *path, in wav_start_capture()
|
H A D | ossaudio.c | 110 AudioState *s = opaque; in oss_helper_poll_out() 116 AudioState *s = opaque; in oss_helper_poll_in()
|
H A D | alsaaudio.c | 44 AudioState *s;
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_hw.h | 152 AudioState, enumerator
|
/openbmc/qemu/ui/ |
H A D | vnc.h | 187 AudioState *audio_state;
|
H A D | dbus.c | 223 AudioState *audio_state = audio_state_by_name(dd->audiodev, errp); in dbus_display_complete()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 501 AudioState *state; in set_audiodev()
|