HomeSort by relevance Sort by last modified time
    Searched refs:report_id (Results 26 - 32 of 32) sorted by null

12

  /system/bt/stack/include/
hidh_api.h 176 UINT8 report_id, BT_HDR *pbuf);
  /system/core/crash_reporter/
crash_sender 466 local report_id="${TMP_DIR}/report_id"
482 -o "${report_id}" \
489 local id="$(cat "${report_id}")"
507 rm -f "${report_id}"
  /external/autotest/client/site_tests/desktopui_SonicExtension/
test_utils.py 160 report_id = self._wait_for_result(
163 if 'Failed to upload logs' in report_id:
165 return report_id
  /system/bt/stack/hid/
hidh_api.c 440 ** report_id: is only used on GET_REPORT transaction if is specified.
447 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf )
472 status = hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf);
hidh_conn.c 884 UINT16 data, UINT8 report_id, BT_HDR *buf)
    [all...]
  /external/webrtc/talk/app/webrtc/
statscollector.cc     [all...]
statscollector_unittest.cc 1254 std::string report_id = AddCandidateReport(&stats, c, true)->id()->ToString(); local
    [all...]

Completed in 261 milliseconds

12