Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc289 if (p_dev->uhid.hh_keep_polling == 0) { in uhid_fd_open()
290 p_dev->uhid.hh_keep_polling = 1; in uhid_fd_open()
304 !p_uhid->hh_keep_polling) { in uhid_fd_poll()
333 while (p_uhid->hh_keep_polling) { in uhid_start_polling()
400 p_uhid->hh_keep_polling = 0; in btif_hh_poll_event_thread()
460 p_dev->uhid.hh_keep_polling = 0; in bta_hh_co_open()
518 if (p_dev->uhid.hh_keep_polling) { in bta_hh_co_close()
519 p_dev->uhid.hh_keep_polling = 0; in bta_hh_co_close()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_hh.h93 uint8_t hh_keep_polling; member