Searched refs:include_timestamps (Results 1 – 7 of 7) sorted by relevance
34 bool include_timestamps; member
59 explicit TransportFeedback(bool include_timestamps,
267 TransportFeedback::TransportFeedback(bool include_timestamps, bool include_lost) in TransportFeedback() argument273 include_timestamps_(include_timestamps), in TransportFeedback()
38 explicit FeedbackTester(bool include_timestamps) in FeedbackTester() argument41 include_timestamps_(include_timestamps) {} in FeedbackTester()
288 bool include_timestamps = in Parse() local294 *feedback_request = {include_timestamps, sequence_count}; in Parse()314 (feedback_request->include_timestamps ? kIncludeTimestampsBit : 0); in Write()
1034 EXPECT_EQ(received_feedback_request->include_timestamps, in TEST()1035 kFeedbackRequest->include_timestamps); in TEST()
235 feedback_request.include_timestamps); in SendFeedbackOnRequest()