Home
last modified time | relevance | path

Searched refs:audio_mgr_t (Results 1 – 6 of 6) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/
A Dcommon.h20 } audio_mgr_t; typedef
30 audio_mgr_t *audio_mgr_create(void);
31 void audio_mgr_release(audio_mgr_t *mgr);
A Dcommon.c165 audio_mgr_t *audio_mgr_create(void) in audio_mgr_create()
167 audio_mgr_t *audio_mgr = NULL; in audio_mgr_create()
169 audio_mgr = malloc(sizeof(audio_mgr_t)); in audio_mgr_create()
174 memset(audio_mgr, 0, sizeof(audio_mgr_t)); in audio_mgr_create()
183 void audio_mgr_release(audio_mgr_t *mgr) in audio_mgr_release()
A Daplay.c173 static int play_builtin_music(audio_mgr_t *mgr, const char *name) in play_builtin_music()
179 audio_mgr_t *audio_hpcm_mgr = NULL; in play_builtin_music()
294 static int play_fs_music(audio_mgr_t *mgr, const char *path) in play_fs_music()
302 audio_mgr_t *audio_hpcm_mgr = NULL; in play_fs_music()
446 audio_mgr_t *audio_mgr = NULL; in cmd_aplay()
A Darecord.c158 static int capture_then_play(audio_mgr_t *audio_mgr) in capture_then_play()
194 int capture_fs_wav(audio_mgr_t *mgr, const char *path) in capture_fs_wav()
339 static audio_mgr_t *g_last_audio_mgr;
344 audio_mgr_t *audio_mgr = NULL; in cmd_arecord()
A Daduplex.c53 audio_mgr_t *playback_mgr;
54 audio_mgr_t *capture_mgr;
148 static int playback_fs_wav(audio_mgr_t *mgr, const char *pcm_name, const char *path) in playback_fs_wav()
246 static int capture_fs_wav(audio_mgr_t *mgr, const char *pcm_name, const char *path) in capture_fs_wav()
483 static int capture_then_play(audio_mgr_t *audio_mgr) in capture_then_play()
A Darecord_mad.c139 static int capture_then_play(audio_mgr_t *audio_mgr) in capture_then_play()
307 audio_mgr_t *audio_mgr = NULL; in cmd_arecord_mad()

Completed in 14 milliseconds