Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dpcba_core.c59 pthread_t bt_tid; variable
215 err = pthread_create(&bt_tid, NULL, bt_test, tc_info); in start_test_pthread()
347 err = pthread_create(&bt_tid, NULL, bt_test, tc_info); in start_test_pthread()
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Dbt_test.c60 pthread_t bt_tid; member
1885 if (pthread_create(&g_duplex_control.bt_tid, NULL, hfp_bt_playback, NULL)) { in hfp_open_bt_duplex()
1900 if (g_duplex_control.bt_tid) { in hfp_close_bt_duplex()
1901 pthread_join(g_duplex_control.bt_tid, NULL); in hfp_close_bt_duplex()
1902 g_duplex_control.bt_tid = 0; in hfp_close_bt_duplex()