Searched refs:to_uhid_thread (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_hh_co.cc | 76 static bool to_uhid_thread(int fd, const tBTA_HH_TO_UHID_EVT* ev, size_t data_len); 224 to_uhid_thread(send_fd, &ev, 0); in uhid_delayed_ready_cback() 638 static bool to_uhid_thread(int fd, const tBTA_HH_TO_UHID_EVT* ev, size_t data_len) { in to_uhid_thread() function 674 return to_uhid_thread(fd, &to_uhid, mlen) ? 0 : -1; in bta_hh_co_write() 755 to_uhid_thread(p_dev->internal_send_fd, &to_uhid, 0); in bta_hh_co_close() 845 if (!to_uhid_thread(p_dev->internal_send_fd, &to_uhid, mlen)) { in bta_hh_co_send_hid_info() 884 to_uhid_thread(p_dev->internal_send_fd, &to_uhid, uhid_calc_msg_len(&to_uhid.uhid, 0)); in bta_hh_co_set_rpt_rsp() 927 to_uhid_thread(p_dev->internal_send_fd, &to_uhid, uhid_calc_msg_len(&to_uhid.uhid, len)); in bta_hh_co_get_rpt_rsp()
|