Home
last modified time | relevance | path

Searched defs:p_uhid (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc71 static bool uhid_feature_req_handler(btif_hh_uhid_t* p_uhid, in uhid_feature_req_handler()
99 static bool uhid_set_report_req_handler(btif_hh_uhid_t* p_uhid, in uhid_set_report_req_handler()
145 static int uhid_read_event(btif_hh_uhid_t* p_uhid) { in uhid_read_event()
268 static void uhid_fd_close(btif_hh_uhid_t* p_uhid) { in uhid_fd_close()
297 static int uhid_fd_poll(btif_hh_uhid_t* p_uhid, in uhid_fd_poll()
328 static void uhid_start_polling(btif_hh_uhid_t* p_uhid) { in uhid_start_polling()
356 static bool uhid_configure_thread(btif_hh_uhid_t* p_uhid) { in uhid_configure_thread()
392 btif_hh_uhid_t* p_uhid = (btif_hh_uhid_t*)arg; in btif_hh_poll_event_thread() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc890 void btif_hh_setreport(btif_hh_uhid_t* p_uhid, bthh_report_type_t r_type, in btif_hh_setreport()
909 void btif_hh_senddata(btif_hh_uhid_t* p_uhid, uint16_t size, uint8_t* report) { in btif_hh_senddata()
958 void btif_hh_getreport(btif_hh_uhid_t* p_uhid, bthh_report_type_t r_type, in btif_hh_getreport()