/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | rate_statistics_unittest.cc | 30 int64_t now_ms = 0; in TEST_F() local 73 int64_t now_ms = 0; in TEST_F() local 126 int64_t now_ms = 0; in TEST_F() local 171 int64_t now_ms = 0; in TEST_F() local 205 int64_t now_ms = 0; in TEST_F() local 236 int64_t now_ms = 0; in TEST_F() local 260 int64_t now_ms = 0; in TEST_F() local 292 int64_t now_ms = 0; in TEST_F() local 301 int64_t now_ms = 0; in TEST_F() local 310 int64_t now_ms = 0; in TEST_F() local
|
H A D | rate_statistics.cc | 57 void RateStatistics::Update(int64_t count, int64_t now_ms) { in Update() 125 void RateStatistics::EraseOld(int64_t now_ms) { in EraseOld() 142 bool RateStatistics::SetWindowSize(int64_t window_size_ms, int64_t now_ms) { in SetWindowSize()
|
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/ |
H A D | remote_bitrate_estimator_abs_send_time_unittest.cc | 119 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local 142 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local 164 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local 193 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local 212 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local 230 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local 250 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local 269 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local
|
H A D | remote_bitrate_estimator_single_stream.cc | 96 int64_t now_ms = clock_->TimeInMilliseconds(); in IncomingPacket() local 160 int64_t now_ms = clock_->TimeInMilliseconds(); in Process() local 171 void RemoteBitrateEstimatorSingleStream::UpdateEstimate(int64_t now_ms) { in UpdateEstimate()
|
H A D | overuse_detector.cc | 51 int64_t now_ms) { in Detect() 92 void OveruseDetector::UpdateThreshold(double modified_offset, int64_t now_ms) { in UpdateThreshold()
|
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/ |
H A D | delay_based_bwe_unittest.cc | 32 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local 54 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local 71 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local 86 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local 105 int64_t now_ms = clock_.TimeInMilliseconds(); in TEST_F() local
|
H A D | send_side_bandwidth_estimation_unittest.cc | 42 int64_t now_ms = 0; in TestProbing() local 97 int64_t now_ms = 1000; in TEST() local 152 int64_t now_ms = 0; in TEST() local 189 int64_t now_ms = 1000; in TEST() local
|
H A D | trendline_estimator.cc | 271 void TrendlineEstimator::Detect(double trend, double ts_delta, int64_t now_ms) { in Detect() 313 int64_t now_ms) { in UpdateThreshold()
|
/aosp_15_r20/device/google/cuttlefish/host/commands/metrics/ |
D | events.cc | 46 uint64_t now_ms, CuttlefishLogEvent::DeviceType device_type) { in BuildCfLogEvent() 106 void AddCfMetricsEventToLog(uint64_t now_ms, CuttlefishLogEvent* cfEvent, in AddCfMetricsEventToLog() 129 std::unique_ptr<LogRequest> BuildLogRequest(uint64_t now_ms, in BuildLogRequest() 156 uint64_t now_ms = metrics::GetEpochTimeMs(); in SendEvent() local
|
/aosp_15_r20/external/webrtc/video/ |
H A D | send_statistics_proxy.cc | 229 void SendStatisticsProxy::UmaSamplesContainer::RemoveOld(int64_t now_ms) { in RemoveOld() 261 int64_t now_ms = clock_->TimeInMilliseconds(); in InsertEncodedFrame() local 705 int64_t now_ms = clock_->TimeInMilliseconds(); in OnSuspendChange() local 874 const int64_t now_ms = clock_->TimeInMilliseconds(); in UpdateEncoderFallbackStats() local 1338 int64_t now_ms = clock_->TimeInMilliseconds(); in DataCountersUpdated() local 1401 void SendStatisticsProxy::StatsTimer::Start(int64_t now_ms) { in Start() 1406 void SendStatisticsProxy::StatsTimer::Stop(int64_t now_ms) { in Stop() 1413 void SendStatisticsProxy::StatsTimer::Restart(int64_t now_ms) { in Restart()
|
H A D | receive_statistics_proxy2.cc | 602 int64_t now_ms = clock_->TimeInMilliseconds(); in GetStats() local 694 int64_t now_ms = clock_->TimeInMilliseconds(); in OnTimingFrameInfoUpdated() local 906 const int64_t now_ms = clock_->TimeInMilliseconds(); in OnSyncOffsetUpdated() local 949 int64_t now_ms = clock_->TimeInMilliseconds(); in OnCompleteFrame() local
|
H A D | rtp_streams_synchronizer2.cc | 89 const int64_t now_ms = rtc::TimeMillis(); in UpdateDelay() local 204 int64_t now_ms = rtc::TimeMillis(); in GetStreamSyncOffsetInMs() local
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/ |
H A D | neteq_quality_test.cc | 260 bool NoLoss::Lost(int now_ms) { in Lost() 266 bool UniformLoss::Lost(int now_ms) { in Lost() 279 bool GilbertElliotLoss::Lost(int now_ms) { in Lost() 301 bool FixedLossModel::Lost(int now_ms) { in Lost()
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/deprecated/ |
H A D | deprecated_rtp_sender_egress.cc | 102 int64_t now_ms = now.ms(); in SendPacket() local 225 const int64_t now_ms = clock_->TimeInMilliseconds(); in GetSendRatesLocked() local 324 int64_t now_ms, in UpdateDelayStatistics() 438 int64_t now_ms = clock_->TimeInMilliseconds(); in UpdateRtpStats() local
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | rtp_sender_egress.cc | 294 const int64_t now_ms = clock_->TimeInMilliseconds(); in GetSendRates() local 445 int64_t now_ms, in UpdateDelayStatistics() 557 void RtpSenderEgress::UpdateRtpStats(int64_t now_ms, in UpdateRtpStats() 615 void RtpSenderEgress::BweTestLoggingPlot(int64_t now_ms, uint32_t packet_ssrc) { in BweTestLoggingPlot()
|
H A D | receive_statistics_impl.cc | 64 int64_t now_ms) { in UpdateOutOfOrder() 113 int64_t now_ms = clock_->TimeInMilliseconds(); in UpdateCounters() local 233 int64_t now_ms = clock_->TimeInMilliseconds(); in MaybeAppendReportBlockAndReset() local
|
H A D | rtcp_receiver.cc | 554 const int64_t now_ms = clock_->TimeInMilliseconds(); in ParseCompoundPacket() local 735 int64_t now_ms = clock_->TimeInMilliseconds(); in UpdateTmmbrTimers() local 1071 const int64_t now_ms = clock_->TimeInMilliseconds(); in HandleFir() local 1193 int64_t now_ms = clock_->TimeInMilliseconds(); in TriggerCallbacksFromRtcpPacket() local 1241 int64_t now_ms = clock_->TimeInMilliseconds(); in TmmbrReceived() local
|
H A D | source_tracker.cc | 31 int64_t now_ms = clock_->TimeInMilliseconds(); in OnFrameDelivered() local 63 int64_t now_ms = clock_->TimeInMilliseconds(); in GetSources() local
|
/aosp_15_r20/system/security/keystore2/src/km_compat/ |
H A D | slot_test.cpp | 58 uint64_t now_ms = (uint64_t)time(nullptr) * 1000; in generateECSingingKey() local 94 uint64_t now_ms = (uint64_t)time(nullptr) * 1000; in generateAndBeginECDHKeyOperation() local
|
/aosp_15_r20/system/security/keystore2/src/crypto/tests/ |
H A D | certificate_utils_test.cpp | 162 uint64_t now_ms = (uint64_t)time(nullptr) * 1000; in TEST_P() local 327 uint64_t now_ms = (uint64_t)time(nullptr) * 1000; in TEST_P() local
|
/aosp_15_r20/external/webrtc/call/ |
H A D | rtp_transport_controller_send.cc | 530 int64_t now_ms) { in OnReceivedRtcpReceiverReport() 681 int64_t now_ms) { in OnReceivedRtcpReceiverReportBlocks()
|
/aosp_15_r20/external/webrtc/video/adaptation/ |
H A D | video_stream_encoder_resource_manager.cc | 155 void SetStartBitrate(DataRate start_bitrate, int64_t now_ms) { in SetStartBitrate() 164 void SetTargetBitrate(DataRate target_bitrate, int64_t now_ms) { in SetTargetBitrate()
|
H A D | overuse_frame_detector.cc | 377 int64_t now_ms = rtc::TimeMillis(); in Value() local 647 int64_t now_ms = rtc::TimeMillis(); in CheckForOveruse() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/ |
D | alarm.cc | 400 static uint64_t now_ms(void) { in now_ms() function 701 static void update_scheduling_stats(alarm_stats_t* stats, uint64_t now_ms, uint64_t deadline_ms) { in update_scheduling_stats()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/ |
H A D | audio_encoder_opus.cc | 335 int64_t now_ms = rtc::TimeMillis(); in AddSample() local 791 int64_t now_ms = rtc::TimeMillis(); in MaybeUpdateUplinkBandwidth() local
|