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.c201 p_dev->hh_poll_thread_id = -1; in btif_hh_poll_event_thread()
209 if(p_dev->hh_poll_thread_id > 0) in btif_hh_close_poll_thread()
210 pthread_join(p_dev->hh_poll_thread_id,NULL); in btif_hh_close_poll_thread()
287 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev); in bta_hh_co_open()
313 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.h67 pthread_t hh_poll_thread_id; member
/system/bt/btif/src/
Dbtif_hh.c538 p_dev->hh_poll_thread_id = -1; in btif_hh_remove_device()
1670 p_dev->hh_poll_thread_id = -1; in cleanup()