Searched refs:report_id (Results 1 – 10 of 10) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | hiddev.h | 68 __u32 report_id; member 93 __u32 report_id; member 123 __u32 report_id; member
|
/external/python/google-api-python-client/samples/adexchangeseller/ |
D | generate_report.py | 51 saved_report_id = flags.report_id
|
/external/u-boot/common/ |
D | usb.c | 687 int usb_set_idle(struct usb_device *dev, int ifnum, int duration, int report_id) in usb_set_idle() argument 691 (duration << 8) | report_id, ifnum, NULL, 0, USB_CNTL_TIMEOUT); in usb_set_idle()
|
/external/toolchain-utils/crosperf/ |
D | results_cache.py | 258 report_id = 0 265 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/u-boot/include/ |
D | usb.h | 257 int report_id);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.h | 754 uint32_t report_id);
|
D | genX_state_upload.c | 4679 uint32_t report_id) 4683 mi_rpc.ReportID = report_id;
|
/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()
|