HomeSort by relevance Sort by last modified time
    Searched refs:report_len (Results 1 - 7 of 7) sorted by null

  /system/bt/bta/hh/
bta_hh_utils.c 259 UINT16 report_len)
269 APPL_TRACE_DEBUG("bta_hh_parse_keybd_rpt: (report=%p, report_len=%d) called",
270 p_report, report_len);
273 if (report_len < 2)
277 report_len--;
279 if (report_len > BTA_HH_MAX_RPT_CHARS)
280 report_len = BTA_HH_MAX_RPT_CHARS;
284 memcpy (this_report, p_report, report_len);
305 for (xx = 0; xx < report_len; xx++)
318 for (xx = 0; xx < report_len; xx++
    [all...]
bta_hh_api.c 424 UINT16 report_len)
435 bta_hh_parse_keybd_rpt(p_data, p_report + 1, (UINT16)(report_len -1));
440 bta_hh_parse_mice_rpt(p_data, p_report + 1, (UINT16)(report_len - 1));
bta_hh_int.h 351 UINT8 *p_report, UINT16 report_len);
353 UINT8 *p_report, UINT16 report_len);
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 389 int report_len = strlen(report); local
391 ASSERT_EQ(report_len, write(2, report, report_len));
  /system/bt/bta/include/
bta_hh_api.h 534 UINT16 report_len);
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h     [all...]
wpa_supplicant.c     [all...]

Completed in 932 milliseconds