Searched refs:report_id (Results 1 – 7 of 7) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | hiddev.h | 67 __u32 report_id; member 92 __u32 report_id; member 122 __u32 report_id; member
|
/external/autotest/client/site_tests/desktopui_SonicExtension/ |
D | test_utils.py | 145 report_id = None 150 while not report_id and wait_time < 90: 151 report_id = e2e_test_utils_page.execute_script( 156 if report_id: 157 return report_id
|
/external/toolchain-utils/user_activity_benchmarks/ |
D | select_hot_functions.sql | 14 meta.cros.report_id % UINT64("1") == 0
|
/external/toolchain-utils/crosperf/ |
D | results_cache.py | 260 report_id = 0 267 key = 'perf_%s_%s' % (report_id, event_name)
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector_unittest.cc | 1254 std::string report_id = AddCandidateReport(&stats, c, true)->id()->ToString(); in TEST_F() local 1255 EXPECT_EQ("Cand-" + c.id(), report_id); in TEST_F() 1264 report_id = AddCandidateReport(&stats, c, false)->id()->ToString(); in TEST_F() 1265 EXPECT_EQ("Cand-" + c.id(), report_id); in TEST_F()
|
D | statscollector.cc | 835 StatsReport::Id report_id(StatsReport::NewBandwidthEstimationId()); in ExtractVideoInfo() local 836 StatsReport* report = reports_.FindOrAddNew(report_id); in ExtractVideoInfo()
|
/external/libusb/libusb/os/ |
D | windows_winusb.c | 3424 int report_id = value & 0xFF; in _hid_class_request() local 3431 return _hid_set_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type); in _hid_class_request() 3434 return _hid_get_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type); in _hid_class_request()
|