Searched refs:bta_hh_co_write (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_co_bta_hh_co.cc | 30 int bta_hh_co_write(int /* fd */, uint8_t* /* rpt */, uint16_t /* len */) { in bta_hh_co_write() function
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_hh_co.cc | 405 int bta_hh_co_write(int fd, uint8_t* rpt, uint16_t len) { in bta_hh_co_write() function 562 bta_hh_co_write(p_dev->uhid.fd, p_rpt, len); in bta_hh_co_data()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hh.cc | 159 void bta_hh_co_write(int fd, uint8_t* rpt, uint16_t len); 219 bta_hh_co_write(fd, hidreport, sizeof(hidreport)); in toggle_os_keylockstates() 227 bta_hh_co_write(fd, hidreport, sizeof(hidreport)); in toggle_os_keylockstates()
|