Home
last modified time | relevance | path

Searched refs:report_id (Results 1 – 25 of 25) 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/openscreen/cast/streaming/
Dsender_report_unittest.cc87 EXPECT_EQ(ToStatusReportId(kNtpTimestampInSenderReport), parsed->report_id); in TEST_F()
147 EXPECT_EQ(expected_status_report_id, parsed->report_id); in TEST_F()
178 const auto report_id = in TEST_F() local
181 builder()->GetRecentReportTime(report_id, on_or_before); in TEST_F()
Dsender_report_builder.cc56 StatusReportId report_id, in GetRecentReportTime() argument
72 (static_cast<uint64_t>(report_id) << 16); in GetRecentReportTime()
Dsender_report_parser.h29 StatusReportId report_id{};
Dsender_report_builder.h37 Clock::time_point GetRecentReportTime(StatusReportId report_id,
Dsender_report_parser.cc54 report.report_id = ToStatusReportId(ntp_timestamp); in Parse()
Dreceiver.cc322 report.last_status_report_id = last_sender_report_->report_id; in OnReceivedRtcpPacket()
Dsender_unittest.cc562 sender_report_id = sender_report.report_id; in TEST_F()
601 receiver()->SetReceiverReport(sender_report.report_id, in TEST_F()
/external/mesa3d/src/gallium/drivers/iris/
Diris_perf.c44 uint32_t report_id) in iris_perf_emit_mi_report_perf_count() argument
48 batch->screen->vtbl.emit_mi_report_perf_count(batch, bo, offset_in_bytes, report_id); in iris_perf_emit_mi_report_perf_count()
Diris_screen.h108 uint32_t report_id);
Diris_state.c7673 uint32_t report_id) in iris_emit_mi_report_perf_count() argument
7679 mi_rpc.ReportID = report_id; in iris_emit_mi_report_perf_count()
/external/python/google-api-python-client/samples/adexchangeseller/
Dgenerate_report.py51 saved_report_id = flags.report_id
/external/google-breakpad/src/client/ios/
DBreakpad.h70 typedef void (*BreakpadUploadCompletionCallback)(NSString *report_id,
DBreakpad.mm531 [uploader setUploadCompletionBlock:^(NSString *report_id, NSError *error) {
533 callback(report_id, error);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c426 uint32_t report_id) in brw_oa_emit_mi_report_perf_count() argument
432 report_id); in brw_oa_emit_mi_report_perf_count()
Dbrw_context.h715 uint32_t report_id);
DgenX_state_upload.c4901 uint32_t report_id)
4905 mi_rpc.ReportID = report_id;
/external/mesa3d/src/intel/perf/
Dgen_perf.h312 uint32_t report_id);
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h1091 MDGUID report_id; member
/external/igt-gpu-tools/tests/
Dperf.c494 uint32_t report_id) in emit_report_perf_count() argument
501 OUT_BATCH(report_id); in emit_report_perf_count()
511 OUT_BATCH(report_id); in emit_report_perf_count()
2864 uint32_t report_id) in emit_stall_timestamp_and_rpc() argument
2890 emit_report_perf_count(batch, dst, report_dst_offset, report_id); in emit_stall_timestamp_and_rpc()
/external/toolchain-utils/crosperf/
Dresults_cache.py450 report_id = 0
457 key = 'perf_%s_%s' % (report_id, event_name)
/external/webrtc/pc/
Dstats_collector.cc947 StatsReport::Id report_id(StatsReport::NewBandwidthEstimationId()); in ExtractBweInfo() local
948 StatsReport* report = reports_.FindOrAddNew(report_id); in ExtractBweInfo()
Dstats_collector_unittest.cc882 StatsReport::Id report_id = StatsReport::NewTypedIntId( in TEST_F() local
885 EXPECT_TRUE(report_id->Equals(report->id())); in TEST_F()
/external/libusb/libusb/os/
Dwindows_winusb.c3594 int report_id = value & 0xFF; in _hid_class_request() local
3603 return _hid_set_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type); in _hid_class_request()
3606 return _hid_get_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type); in _hid_class_request()
/external/google-breakpad/src/processor/
Dminidump.cc4870 Swap(&crashpad_info_.report_id); in Read()
4983 MDGUIDToString(crashpad_info_.report_id).c_str()); in Print()