Home | History | Annotate | Download | only in test

Lines Matching refs:Logging

18 #include "base/logging.h"
37 #include "media/cast/logging/encoding_event_subscriber.h"
38 #include "media/cast/logging/log_serializer.h"
39 #include "media/cast/logging/logging_defines.h"
40 #include "media/cast/logging/proto/raw_events.pb.h"
41 #include "media/cast/logging/receiver_time_offset_estimator_impl.h"
42 #include "media/cast/logging/stats_event_subscriber.h"
761 cast_environment->Logging()->InsertPacketEvent(it->timestamp,
817 cast_environment->Logging()->RemoveRawEventSubscriber(
819 cast_environment->Logging()->RemoveRawEventSubscriber(
822 VLOG(0) << "Dumping logging data for video stream.";
834 VLOG(0) << "Dumping logging data for audio stream.";
849 cast_environment->Logging()->RemoveRawEventSubscriber(
851 cast_environment->Logging()->RemoveRawEventSubscriber(
853 cast_environment->Logging()->RemoveRawEventSubscriber(estimator.get());
873 InitLogging(logging::LoggingSettings());
915 // Enable raw event and stats logging.
957 LOG(INFO) << "Logging audio events to: " << audio_log_file_name;
958 LOG(INFO) << "Logging video events to: " << video_log_file_name;
963 cast_environment->Logging()->AddRawEventSubscriber(
965 cast_environment->Logging()->AddRawEventSubscriber(
971 cast_environment->Logging()->AddRawEventSubscriber(offset_estimator.get());
980 cast_environment->Logging()->AddRawEventSubscriber(
982 cast_environment->Logging()->AddRawEventSubscriber(