Searched defs:p_uhid (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/btif/co/ |
D | bta_hh_co.cc | 95 static bool uhid_get_report_req_handler(btif_hh_uhid_t* p_uhid, struct uhid_get_report_req& req) { in uhid_get_report_req_handler() 122 static bool uhid_set_report_req_handler(btif_hh_uhid_t* p_uhid, struct uhid_set_report_req& req) { in uhid_set_report_req_handler() 200 static void uhid_flush_input_queue(btif_hh_uhid_t* p_uhid) { in uhid_flush_input_queue() 212 static void uhid_set_ready(btif_hh_uhid_t* p_uhid) { in uhid_set_ready() 239 static void uhid_on_open(btif_hh_uhid_t* p_uhid) { in uhid_on_open() 263 static void uhid_queue_input(btif_hh_uhid_t* p_uhid, struct uhid_event* ev, size_t len) { in uhid_queue_input() 278 static int uhid_read_outbound_event(btif_hh_uhid_t* p_uhid) { in uhid_read_outbound_event() 392 static int uhid_read_inbound_event(btif_hh_uhid_t* p_uhid) { in uhid_read_inbound_event() 480 static void uhid_fd_close(btif_hh_uhid_t* p_uhid) { in uhid_fd_close() 551 static int uhid_fd_poll(btif_hh_uhid_t* p_uhid, struct pollfd* pfds, int nfds) { in uhid_fd_poll() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hh.cc | 1164 void btif_hh_setreport(btif_hh_uhid_t* p_uhid, bthh_report_type_t r_type, uint16_t size, in btif_hh_setreport() 1183 void btif_hh_senddata(btif_hh_uhid_t* p_uhid, uint16_t size, uint8_t* report) { in btif_hh_senddata() 1231 void btif_hh_getreport(btif_hh_uhid_t* p_uhid, bthh_report_type_t r_type, uint8_t reportId, in btif_hh_getreport()
|