Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Dbt_test.c59 pthread_t alsa_tid; member
1859 if (pthread_create(&g_duplex_control.alsa_tid, NULL, hfp_alsa_playback, NULL)) { in hfp_open_alsa_duplex()
1874 if (g_duplex_control.alsa_tid) { in hfp_close_alsa_duplex()
1875 pthread_join(g_duplex_control.alsa_tid, NULL); in hfp_close_alsa_duplex()
1876 g_duplex_control.alsa_tid = 0; in hfp_close_alsa_duplex()