Searched refs:uvoice_recorder_t (Results 1 – 6 of 6) sorted by relevance
41 } uvoice_recorder_t; typedef48 uvoice_recorder_t *uvoice_recorder_create(void);57 int uvoice_recorder_release(uvoice_recorder_t *mrecorder);
17 static uvoice_recorder_t *mrecorder = NULL;
26 static uvoice_recorder_t *g_mrecorder;1037 uvoice_recorder_t *uvoice_recorder_create(void) in uvoice_recorder_create()1039 uvoice_recorder_t *mrecorder = g_mrecorder; in uvoice_recorder_create()1049 mrecorder = snd_zalloc(sizeof(uvoice_recorder_t), AFM_EXTN); in uvoice_recorder_create()1080 int uvoice_recorder_release(uvoice_recorder_t *mrecorder) in uvoice_recorder_release()
22 static uvoice_recorder_t *uvocrecorder;
231 uvoice_recorder_t *mrecorder = uvoice_recorder_create(); in play_loopback()
34 uvoice_recorder_t *recorder_obj;
Completed in 6 milliseconds