Searched refs:p_report (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/hd/ |
D | bta_hd_api.cc | 170 extern void BTA_HdSendReport(tBTA_HD_REPORT* p_report) { in BTA_HdSendReport() argument 173 if (p_report->len > BTA_HD_REPORT_LEN) { in BTA_HdSendReport() 177 __func__, p_report->len, BTA_HD_REPORT_LEN); in BTA_HdSendReport() 185 p_buf->use_intr = p_report->use_intr; in BTA_HdSendReport() 186 p_buf->type = p_report->type; in BTA_HdSendReport() 187 p_buf->id = p_report->id; in BTA_HdSendReport() 188 p_buf->len = p_report->len; in BTA_HdSendReport() 189 memcpy(p_buf->data, p_report->p_data, p_report->len); in BTA_HdSendReport()
|
D | bta_hd_act.cc | 369 tBTA_HD_SEND_REPORT* p_report = (tBTA_HD_SEND_REPORT*)p_data; in bta_hd_send_report_act() local 375 channel = p_report->use_intr ? HID_CHANNEL_INTR : HID_CHANNEL_CTRL; in bta_hd_send_report_act() 377 (bta_hd_cb.use_report_id || bta_hd_cb.boot_mode) ? p_report->id : 0x00; in bta_hd_send_report_act() 379 HID_DevSendReport(channel, p_report->type, report_id, p_report->len, in bta_hd_send_report_act() 380 p_report->data); in bta_hd_send_report_act() 397 tBTA_HD_REPORT_ERR* p_report = (tBTA_HD_REPORT_ERR*)p_data; in bta_hd_report_error_act() local 400 APPL_TRACE_API("%s: error = %d", __func__, p_report->error); in bta_hd_report_error_act() 402 ret = HID_DevReportError(p_report->error); in bta_hd_report_error_act()
|
/system/bt/test/mock/ |
D | mock_bta_hd_api.cc | 56 void BTA_HdSendReport(tBTA_HD_REPORT* p_report) { in BTA_HdSendReport() argument
|
/system/bt/bta/include/ |
D | bta_hd_api.h | 198 extern void BTA_HdSendReport(tBTA_HD_REPORT* p_report);
|