Home
last modified time | relevance | path

Searched refs:InsertGenericEvent (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/media/cast/logging/
Dlogging_impl.cc120 void LoggingImpl::InsertGenericEvent(CastLoggingEvent event, int value) { in InsertGenericEvent() function in media::cast::LoggingImpl
123 raw_.InsertGenericEvent(event, value); in InsertGenericEvent()
124 stats_.InsertGenericEvent(event, value); in InsertGenericEvent()
Dlogging_unittest.cc215 logging_.InsertGenericEvent(kRtt, value); in TEST_F()
217 logging_.InsertGenericEvent(kPacketLoss, value); in TEST_F()
220 logging_.InsertGenericEvent(kJitter, value); in TEST_F()
Dlogging_stats.h45 void InsertGenericEvent(CastLoggingEvent event, int value);
Dlogging_raw.h56 void InsertGenericEvent(CastLoggingEvent event, int value);
Dlogging_impl.h53 void InsertGenericEvent(CastLoggingEvent event, int value);
Dlogging_raw.cc108 void LoggingRaw::InsertGenericEvent(CastLoggingEvent event, int value) { in InsertGenericEvent() function in media::cast::LoggingRaw
Dlogging_stats.cc100 void LoggingStats::InsertGenericEvent(CastLoggingEvent event, int value) { in InsertGenericEvent() function in media::cast::LoggingStats
/external/chromium_org/media/cast/rtcp/
Drtcp.cc255 cast_environment_->Logging()->InsertGenericEvent(kAckSent, in SendRtcpFromRtpReceiver()
272 cast_environment_->Logging()->InsertGenericEvent(kJitterMs, in SendRtcpFromRtpReceiver()
274 cast_environment_->Logging()->InsertGenericEvent(kPacketLoss, in SendRtcpFromRtpReceiver()
464 cast_environment_->Logging()->InsertGenericEvent(kRttMs, in Rtt()
Drtcp_receiver.cc215 cast_environment_->Logging()->InsertGenericEvent(kPacketLoss, in HandleReportBlock()
217 cast_environment_->Logging()->InsertGenericEvent(kJitterMs, in HandleReportBlock()
Drtcp_sender.cc461 cast_environment_->Logging()->InsertGenericEvent(kRembBitrate, in BuildRemb()
/external/chromium_org/media/cast/video_sender/
Dvideo_sender.cc361 cast_environment_->Logging()->InsertGenericEvent(kRttMs, in OnReceivedCastFeedback()
416 cast_environment_->Logging()->InsertGenericEvent(kAckReceived, in ReceivedAck()