/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/openscreen/cast/streaming/ |
D | sender_report_unittest.cc | 87 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()
|
D | sender_report_builder.cc | 56 StatusReportId report_id, in GetRecentReportTime() argument 72 (static_cast<uint64_t>(report_id) << 16); in GetRecentReportTime()
|
D | sender_report_parser.h | 29 StatusReportId report_id{};
|
D | sender_report_builder.h | 37 Clock::time_point GetRecentReportTime(StatusReportId report_id,
|
D | sender_report_parser.cc | 54 report.report_id = ToStatusReportId(ntp_timestamp); in Parse()
|
D | receiver.cc | 322 report.last_status_report_id = last_sender_report_->report_id; in OnReceivedRtcpPacket()
|
D | sender_unittest.cc | 562 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/ |
D | iris_perf.c | 44 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()
|
D | iris_screen.h | 108 uint32_t report_id);
|
D | iris_state.c | 7673 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/ |
D | generate_report.py | 51 saved_report_id = flags.report_id
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.h | 70 typedef void (*BreakpadUploadCompletionCallback)(NSString *report_id,
|
D | Breakpad.mm | 531 [uploader setUploadCompletionBlock:^(NSString *report_id, NSError *error) { 533 callback(report_id, error);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_performance_query.c | 426 uint32_t report_id) in brw_oa_emit_mi_report_perf_count() argument 432 report_id); in brw_oa_emit_mi_report_perf_count()
|
D | brw_context.h | 715 uint32_t report_id);
|
D | genX_state_upload.c | 4901 uint32_t report_id) 4905 mi_rpc.ReportID = report_id;
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf.h | 312 uint32_t report_id);
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_format.h | 1091 MDGUID report_id; member
|
/external/igt-gpu-tools/tests/ |
D | perf.c | 494 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/ |
D | results_cache.py | 450 report_id = 0 457 key = 'perf_%s_%s' % (report_id, event_name)
|
/external/webrtc/pc/ |
D | stats_collector.cc | 947 StatsReport::Id report_id(StatsReport::NewBandwidthEstimationId()); in ExtractBweInfo() local 948 StatsReport* report = reports_.FindOrAddNew(report_id); in ExtractBweInfo()
|
D | stats_collector_unittest.cc | 882 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/ |
D | windows_winusb.c | 3594 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/ |
D | minidump.cc | 4870 Swap(&crashpad_info_.report_id); in Read() 4983 MDGUIDToString(crashpad_info_.report_id).c_str()); in Print()
|