Home
last modified time | relevance | path

Searched refs:report_id (Results 1 – 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dhiddev.h68 __u32 report_id; member
93 __u32 report_id; member
123 __u32 report_id; member
/external/python/google-api-python-client/samples/adexchangeseller/
Dgenerate_report.py51 saved_report_id = flags.report_id
/external/u-boot/common/
Dusb.c687 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/
Dresults_cache.py258 report_id = 0
265 key = 'perf_%s_%s' % (report_id, event_name)
/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc1254 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()
Dstatscollector.cc835 StatsReport::Id report_id(StatsReport::NewBandwidthEstimationId()); in ExtractVideoInfo() local
836 StatsReport* report = reports_.FindOrAddNew(report_id); in ExtractVideoInfo()
/external/u-boot/include/
Dusb.h257 int report_id);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h754 uint32_t report_id);
DgenX_state_upload.c4679 uint32_t report_id)
4683 mi_rpc.ReportID = report_id;
/external/libusb/libusb/os/
Dwindows_winusb.c3424 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()