Searched refs:Logging (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/ipc/
H A Dipc_logging.cc40 LogFunctionMap* Logging::log_function_map_;
42 Logging::Logging() function in class:IPC::Logging
75 Logging::~Logging() {
78 Logging* Logging::GetInstance() {
79 return Singleton<Logging>::get();
82 void Logging::SetConsumer(Consumer* consumer) {
86 void Logging
[all...]
H A Dipc_logging.h20 // Logging function. |name| is a string in ASCII and |params| is a string in
36 class IPC_EXPORT Logging { class in namespace:IPC
49 ~Logging();
50 static Logging* GetInstance();
102 friend struct DefaultSingletonTraits<Logging>;
103 Logging();
H A Dipc_channel_reader.cc83 Logging* logger = Logging::GetInstance();
H A Dipc_channel_proxy.cc62 Logging* logger = Logging::GetInstance();
248 Logging* logger = Logging::GetInstance();
407 Logging::GetInstance()->OnSendMessage(message, context_->channel_id());
/external/chromium_org/media/cast/logging/
H A Dreceiver_time_offset_estimator_impl_unittest.cc28 cast_environment_->Logging()->AddRawEventSubscriber(&estimator_);
32 cast_environment_->Logging()->RemoveRawEventSubscriber(&estimator_);
66 cast_environment_->Logging()->InsertEncodedFrameEvent(
75 cast_environment_->Logging()->InsertPacketEvent(
85 cast_environment_->Logging()->InsertFrameEvent(
89 cast_environment_->Logging()->InsertPacketEvent(
99 cast_environment_->Logging()->InsertFrameEvent(
129 cast_environment_->Logging()->InsertEncodedFrameEvent(
138 cast_environment_->Logging()->InsertPacketEvent(
152 cast_environment_->Logging()
[all...]
H A Dsimple_event_subscriber_unittest.cc28 cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber_);
32 cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber_);
43 cast_environment_->Logging()->InsertEncodedFrameEvent(
47 cast_environment_->Logging()->InsertFrameEventWithDelay(
51 cast_environment_->Logging()->InsertFrameEvent(
57 cast_environment_->Logging()->InsertPacketEvent(
61 cast_environment_->Logging()->InsertPacketEvent(
65 cast_environment_->Logging()->InsertPacketEvent(
H A Draw_event_subscriber_bundle.cc24 cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber_);
25 cast_environment_->Logging()->AddRawEventSubscriber(&stats_subscriber_);
29 cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber_);
30 cast_environment_->Logging()->RemoveRawEventSubscriber(&stats_subscriber_);
49 cast_environment_->Logging()->RemoveRawEventSubscriber(
57 cast_environment_->Logging()->AddRawEventSubscriber(
77 cast_environment_->Logging()->RemoveRawEventSubscriber(
H A Dencoding_event_subscriber_unittest.cc46 cast_environment_->Logging()->AddRawEventSubscriber(
52 cast_environment_->Logging()->RemoveRawEventSubscriber(
80 cast_environment_->Logging()->InsertFrameEvent(now,
85 cast_environment_->Logging()->InsertFrameEvent(now,
106 cast_environment_->Logging()->InsertPacketEvent(now,
128 cast_environment_->Logging()->InsertFrameEvent(now,
135 cast_environment_->Logging()->InsertFrameEvent(now,
161 cast_environment_->Logging()->InsertFrameEvent(now, FRAME_DECODED,
194 cast_environment_->Logging()->InsertFrameEventWithDelay(
226 cast_environment_->Logging()
[all...]
H A Dstats_event_subscriber_unittest.cc37 cast_environment_->Logging()->AddRawEventSubscriber(
43 cast_environment_->Logging()->RemoveRawEventSubscriber(subscriber_.get());
44 cast_environment_->Logging()->RemoveRawEventSubscriber(
57 cast_environment_->Logging()->AddRawEventSubscriber(subscriber_.get());
81 cast_environment_->Logging()->InsertFrameEvent(sender_clock_->NowTicks(),
87 cast_environment_->Logging()->InsertFrameEvent(sender_clock_->NowTicks(),
94 cast_environment_->Logging()->InsertEncodedFrameEvent(
150 cast_environment_->Logging()->InsertEncodedFrameEvent(
208 cast_environment_->Logging()->InsertFrameEvent(receiver_clock_.NowTicks(),
246 cast_environment_->Logging()
[all...]
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc27 Logging Logging::g_Logging;
40 Logging::Context::Context(uint32_t name, int64_t timestamp_ms, bool enabled) {
41 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled);
44 Logging::Context::Context(const std::string& name, int64_t timestamp_ms,
46 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
49 Logging::Context::Context(const char* name, int64_t timestamp_ms,
51 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
54 Logging::Context::~Context() {
55 Logging
108 Logging::Logging() function in class:webrtc::testing::bwe::Logging
[all...]
H A Dbwe_test_logging.h67 // Allow/disallow logging down the call tree from this point. Logging must be
107 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \
112 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalEnable(enabled); \
117 webrtc::testing::bwe::Logging::Context \
132 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1); \
137 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2); \
142 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3); \
147 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
153 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
161 webrtc::testing::bwe::Logging
171 class Logging { class in namespace:webrtc::testing::bwe
[all...]
/external/chromium_org/media/cast/net/rtcp/
H A Dreceiver_rtcp_event_subscriber_unittest.cc40 cast_environment_->Logging()->RemoveRawEventSubscriber(
48 cast_environment_->Logging()->AddRawEventSubscriber(
54 cast_environment_->Logging()->InsertFrameEventWithDelay(
58 cast_environment_->Logging()->InsertFrameEvent(
61 cast_environment_->Logging()->InsertPacketEvent(
67 cast_environment_->Logging()->InsertFrameEventWithDelay(
71 cast_environment_->Logging()->InsertFrameEvent(
74 cast_environment_->Logging()->InsertPacketEvent(
80 cast_environment_->Logging()->InsertFrameEvent(testing_clock_->NowTicks(),
85 cast_environment_->Logging()
[all...]
/external/chromium_org/content/browser/
H A Dbrowser_ipc_logging.cc31 IPC::Logging::GetInstance()->Enable();
33 IPC::Logging::GetInstance()->Disable();
/external/clang/tools/libclang/
H A DARCMigrate.cpp38 bool Logging = ::getenv("LIBCLANG_LOGGING"); local
41 if (Logging)
49 if (Logging) {
63 if (Logging) {
78 bool Logging = ::getenv("LIBCLANG_LOGGING"); local
83 if (Logging)
90 if (Logging)
105 if (Logging) {
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dabout_ipc_dialog.h22 class AboutIPCBridge : public IPC::Logging::Consumer {
27 // IPC::Logging::Consumer implementation.
/external/chromium_org/content/common/
H A Dcontent_ipc_logging.cc31 IPC::Logging::set_log_function_map(g_log_function_mapping.Pointer());
/external/chromium_org/media/cast/test/
H A Dsender.cc130 cast_environment->Logging()->InsertPacketEvent(it->timestamp,
144 cast_environment->Logging()->InsertFrameEvent(it->timestamp,
197 cast_environment->Logging()->RemoveRawEventSubscriber(
199 cast_environment->Logging()->RemoveRawEventSubscriber(
229 cast_environment->Logging()->RemoveRawEventSubscriber(
231 cast_environment->Logging()->RemoveRawEventSubscriber(
233 cast_environment->Logging()->RemoveRawEventSubscriber(estimator.get());
346 LOG(INFO) << "Logging audio events to: " << audio_log_file_name;
347 LOG(INFO) << "Logging video events to: " << video_log_file_name;
352 cast_environment->Logging()
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DLogging.java33 public class Logging { class
/external/chromium_org/chrome/test/chromedriver/
H A Dlogging_unittest.cc23 TEST(Logging, NameLevelConversionHappy) {
33 TEST(Logging, NameToLevelErrors) {
101 TEST(Logging, CreatePerformanceLog) {
120 TEST(Logging, IgnoreUnknownLogType) {
137 TEST(Logging, DefaultLogs) {
153 TEST(Logging, GetFirstErrorMessage) {
/external/chromium_org/media/cast/receiver/
H A Dcast_receiver_impl.cc37 cast_environment->Logging(),
197 cast_environment->Logging()->InsertFrameEvent(
199 cast_environment->Logging()->InsertFrameEventWithDelay(
218 cast_environment->Logging()->InsertFrameEvent(
220 cast_environment->Logging()->InsertFrameEventWithDelay(
H A Dframe_receiver_unittest.cc155 cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber);
165 cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber);
172 cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber);
206 cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber);
213 cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber);
309 cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber);
316 cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber);
415 cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber);
H A Dframe_receiver.cc57 cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber_);
63 cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber_);
121 cast_environment_->Logging()->InsertPacketEvent(
176 cast_environment_->Logging()->InsertFrameEvent(
/external/chromium_org/chrome/service/
H A Dservice_ipc_server.cc19 IPC::Logging::GetInstance()->SetIPCSender(this);
42 IPC::Logging::GetInstance()->SetIPCSender(NULL);
/external/chromium_org/media/cast/
H A Dcast_environment.h59 // Logging is not thread safe. Its methods should always be called from the
61 // TODO(hubbe): Logging should be a thread-safe interface.
62 LoggingImpl* Logging() const { return logging_.get(); } function in class:media::cast::CastEnvironment
/external/chromium_org/media/cast/sender/
H A Dvideo_sender.cc128 cast_environment_->Logging()->InsertFrameEvent(
131 cast_environment_->Logging()->InsertFrameEvent(

Completed in 2714 milliseconds

123