Home
last modified time | relevance | path

Searched refs:CaptureState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/audio/
H A Daudio-hmp-cmds.c32 static QLIST_HEAD (capture_list_head, CaptureState) capture_head;
37 CaptureState *s; in hmp_info_capture()
49 CaptureState *s; in hmp_stopcapture()
68 CaptureState *s; in hmp_wavcapture()
H A Daudio.h73 typedef struct CaptureState { struct
76 QLIST_ENTRY (CaptureState) entries; argument
77 } CaptureState; typedef
161 int wav_start_capture(AudioState *state, CaptureState *s, const char *path,
H A Dwavcapture.c107 int wav_start_capture(AudioState *state, CaptureState *s, const char *path, in wav_start_capture()