HomeSort by relevance Sort by last modified time
    Searched refs:hh_poll_thread_id (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/include/
btif_hh.h 67 pthread_t hh_poll_thread_id; member in struct:__anon1706
  /system/bt/btif/co/
bta_hh_co.cc 217 p_dev->hh_poll_thread_id = -1;
224 if (p_dev->hh_poll_thread_id > 0)
225 pthread_join(p_dev->hh_poll_thread_id, NULL);
303 p_dev->hh_poll_thread_id =
331 p_dev->hh_poll_thread_id =
  /system/bt/btif/src/
btif_hh.cc 496 p_dev->hh_poll_thread_id = -1;
    [all...]

Completed in 148 milliseconds