Searched refs:report_id (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dhiddev.h68 __u32 report_id; member in struct:hiddev_report_info
73 * report_id. Set report_id to REPORT_ID_UNKNOWN if the rest of the fields
93 __u32 report_id; member in struct:hiddev_field_info
108 /* Fill in report_type, report_id and field_index to get the information on a
123 __u32 report_id; member in struct:hiddev_usage_ref
189 * rinfo.report_id = HID_REPORT_ID_FIRST;
195 * finfo.report_id = rinfo.report_id;
200 * uref.report_id
[all...]
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_builder_mi.h144 uint32_t report_id)
164 dw[2] = report_id;
142 gen6_MI_REPORT_PERF_COUNT(struct ilo_builder *builder, struct intel_bo *bo, uint32_t bo_offset, uint32_t report_id) argument
/external/toolchain-utils/crosperf/
H A Dresults_cache.py258 report_id = 0
265 key = 'perf_%s_%s' % (report_id, event_name)
/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc835 StatsReport::Id report_id(StatsReport::NewBandwidthEstimationId());
836 StatsReport* report = reports_.FindOrAddNew(report_id);
H A Dstatscollector_unittest.cc1254 std::string report_id = AddCandidateReport(&stats, c, true)->id()->ToString(); local
1255 EXPECT_EQ("Cand-" + c.id(), report_id);
1264 report_id = AddCandidateReport(&stats, c, false)->id()->ToString();
1265 EXPECT_EQ("Cand-" + c.id(), report_id);
/external/libusb/libusb/os/
H A Dwindows_winusb.c3424 int report_id = value & 0xFF; local
3431 return _hid_set_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type);
3434 return _hid_get_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type);

Completed in 208 milliseconds