Searched refs:InsertGenericEvent (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/media/cast/logging/ |
D | logging_impl.cc | 120 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()
|
D | logging_unittest.cc | 215 logging_.InsertGenericEvent(kRtt, value); in TEST_F() 217 logging_.InsertGenericEvent(kPacketLoss, value); in TEST_F() 220 logging_.InsertGenericEvent(kJitter, value); in TEST_F()
|
D | logging_stats.h | 45 void InsertGenericEvent(CastLoggingEvent event, int value);
|
D | logging_raw.h | 56 void InsertGenericEvent(CastLoggingEvent event, int value);
|
D | logging_impl.h | 53 void InsertGenericEvent(CastLoggingEvent event, int value);
|
D | logging_raw.cc | 108 void LoggingRaw::InsertGenericEvent(CastLoggingEvent event, int value) { in InsertGenericEvent() function in media::cast::LoggingRaw
|
D | logging_stats.cc | 100 void LoggingStats::InsertGenericEvent(CastLoggingEvent event, int value) { in InsertGenericEvent() function in media::cast::LoggingStats
|
/external/chromium_org/media/cast/rtcp/ |
D | rtcp.cc | 255 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()
|
D | rtcp_receiver.cc | 215 cast_environment_->Logging()->InsertGenericEvent(kPacketLoss, in HandleReportBlock() 217 cast_environment_->Logging()->InsertGenericEvent(kJitterMs, in HandleReportBlock()
|
D | rtcp_sender.cc | 461 cast_environment_->Logging()->InsertGenericEvent(kRembBitrate, in BuildRemb()
|
/external/chromium_org/media/cast/video_sender/ |
D | video_sender.cc | 361 cast_environment_->Logging()->InsertGenericEvent(kRttMs, in OnReceivedCastFeedback() 416 cast_environment_->Logging()->InsertGenericEvent(kAckReceived, in ReceivedAck()
|