Home
last modified time | relevance | path

Searched refs:schd (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_core.c98 snd_schd_t schd; in snd_schd_init() local
100 schd = snd_malloc(sizeof(*schd)); in snd_schd_init()
101 if (!schd) in snd_schd_init()
103 schd->waiting = 0; in snd_schd_init()
106 snd_free(schd); in snd_schd_init()
110 return schd; in snd_schd_init()
117 if (!schd) in snd_schd_timeout()
120 schd->waiting = 1; in snd_schd_timeout()
131 if (!schd || !schd->waiting) in snd_schd_wakeup()
142 if (!schd) in snd_schd_destroy()
[all …]
/bsp/allwinner/libraries/sunxi-hal/include/hal/sound/
A Dsnd_core.h85 int snd_schd_timeout(snd_schd_t schd, long ms);
86 void snd_schd_wakeup(snd_schd_t schd);
87 void snd_schd_destroy(snd_schd_t schd);

Completed in 11 milliseconds