Home
last modified time | relevance | path

Searched refs:audio_pt (Results 1 – 4 of 4) sorted by relevance

/external/qemu/audio/
Daudio_pt_int.h6 struct audio_pt { struct
13 int audio_pt_init (struct audio_pt *, void *(*) (void *), void *, argument
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 *);
Daudio_pt_int.c11 static void logerr (struct audio_pt *pt, int err, const char *fmt, ...) in logerr()
23 int audio_pt_init (struct audio_pt *p, void *(*func) (void *), in audio_pt_init()
91 int audio_pt_fini (struct audio_pt *p, const char *cap) in audio_pt_fini()
109 int audio_pt_lock (struct audio_pt *p, const char *cap) in audio_pt_lock()
121 int audio_pt_unlock (struct audio_pt *p, const char *cap) in audio_pt_unlock()
133 int audio_pt_wait (struct audio_pt *p, const char *cap) in audio_pt_wait()
145 int audio_pt_unlock_and_signal (struct audio_pt *p, const char *cap) in audio_pt_unlock_and_signal()
162 int audio_pt_join (struct audio_pt *p, void **arg, const char *cap) in audio_pt_join()
Desdaudio.c78 struct audio_pt pt;
89 struct audio_pt pt;
Dpaaudio.c51 struct audio_pt pt;
62 struct audio_pt pt;