Home
last modified time | relevance | path

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

/system/bt/btif/co/
Dbta_hh_co.c224 p_dev->hh_poll_thread_id = -1; in btif_hh_poll_event_thread()
232 if(p_dev->hh_poll_thread_id > 0) in btif_hh_close_poll_thread()
233 pthread_join(p_dev->hh_poll_thread_id,NULL); in btif_hh_close_poll_thread()
314 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev); in bta_hh_co_open()
341 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev); in bta_hh_co_open()
/system/bt/btif/include/
Dbtif_hh.h68 pthread_t hh_poll_thread_id; member
/system/bt/btif/src/
Dbtif_hh.c518 p_dev->hh_poll_thread_id = -1; in btif_hh_remove_device()
1606 p_dev->hh_poll_thread_id = -1; in cleanup()