HomeSort by relevance Sort by last modified time
    Searched refs:audio_pt (Results 1 - 4 of 4) sorted by null

  /external/qemu/audio/
audio_pt_int.h 6 struct audio_pt { struct
13 int audio_pt_init (struct audio_pt *, void *(*) (void *), void *,
15 int audio_pt_fini (struct audio_pt *, const char *);
16 int audio_pt_lock (struct audio_pt *, const char *);
17 int audio_pt_unlock (struct audio_pt *, const char *);
18 int audio_pt_wait (struct audio_pt *, const char *);
19 int audio_pt_unlock_and_signal (struct audio_pt *, const char *);
20 int audio_pt_join (struct audio_pt *, void **, const char *);
audio_pt_int.c 11 static void logerr (struct audio_pt *pt, int err, const char *fmt, ...)
23 int audio_pt_init (struct audio_pt *p, void *(*func) (void *),
91 int audio_pt_fini (struct audio_pt *p, const char *cap)
109 int audio_pt_lock (struct audio_pt *p, const char *cap)
121 int audio_pt_unlock (struct audio_pt *p, const char *cap)
133 int audio_pt_wait (struct audio_pt *p, const char *cap)
145 int audio_pt_unlock_and_signal (struct audio_pt *p, const char *cap)
162 int audio_pt_join (struct audio_pt *p, void **arg, const char *cap)
esdaudio.c 78 struct audio_pt pt;
89 struct audio_pt pt;
paaudio.c 51 struct audio_pt pt;
62 struct audio_pt pt;

Completed in 38 milliseconds