Searched defs:report_len (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_api.c465 UINT16 report_len)
476 bta_hh_parse_keybd_rpt(p_data, p_report + 1, (UINT16)(report_len -1));
481 bta_hh_parse_mice_rpt(p_data, p_report + 1, (UINT16)(report_len - 1));
464 BTA_HhParseBootRpt(tBTA_HH_BOOT_RPT *p_data, UINT8 *p_report, UINT16 report_len) argument
H A Dbta_hh_utils.c260 UINT16 report_len)
270 APPL_TRACE_DEBUG2("bta_hh_parse_keybd_rpt: (report=%p, report_len=%d) called",
271 p_report, report_len);
274 if (report_len < 2)
278 report_len--;
280 if (report_len > BTA_HH_MAX_RPT_CHARS)
281 report_len = BTA_HH_MAX_RPT_CHARS;
285 memcpy (this_report, p_report, report_len);
306 for (xx = 0; xx < report_len; xx++)
319 for (xx = 0; xx < report_len; x
259 bta_hh_parse_keybd_rpt(tBTA_HH_BOOT_RPT *p_kb_data, UINT8 *p_report, UINT16 report_len) argument
356 bta_hh_parse_mice_rpt(tBTA_HH_BOOT_RPT *p_mice_data, UINT8 *p_report, UINT16 report_len) argument
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cc728 int report_len = strlen(report); local
730 ASSERT_EQ(report_len, write(2, report, report_len));
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c3316 size_t report_len = MAX_HID_DESCRIPTOR_SIZE; local
3318 _hid_get_report_descriptor(dev, tmp, &report_len);
3326 d.wClassDescriptorLength = (uint16_t)report_len;

Completed in 171 milliseconds