Home
last modified time | relevance | path

Searched refs:Logging (Results 1 – 25 of 68) sorted by relevance

123

/external/chromium_org/ipc/
Dipc_logging.cc40 LogFunctionMap* Logging::log_function_map_;
42 Logging::Logging() in Logging() function in IPC::Logging
75 Logging::~Logging() { in ~Logging()
78 Logging* Logging::GetInstance() { in GetInstance()
79 return Singleton<Logging>::get(); in GetInstance()
82 void Logging::SetConsumer(Consumer* consumer) { in SetConsumer()
86 void Logging::Enable() { in Enable()
90 void Logging::Disable() { in Disable()
94 void Logging::OnSendLogs() { in OnSendLogs()
106 void Logging::SetIPCSender(IPC::Sender* sender) { in SetIPCSender()
[all …]
Dipc_logging.h36 class IPC_EXPORT Logging {
49 ~Logging();
50 static Logging* GetInstance();
102 friend struct DefaultSingletonTraits<Logging>;
103 Logging();
Dipc_channel_proxy.cc69 Logging* logger = Logging::GetInstance(); in TryFilters()
234 Logging* logger = Logging::GetInstance(); in OnDispatchMessage()
361 Logging::GetInstance()->OnSendMessage(message, context_->channel_id()); in Send()
Dipc_channel_reader.cc83 Logging* logger = Logging::GetInstance(); in DispatchInputData()
/external/clang/tools/libclang/
DARCMigrate.cpp38 bool Logging = ::getenv("LIBCLANG_LOGGING"); in clang_getRemappings() local
41 if (Logging) in clang_getRemappings()
49 if (Logging) { in clang_getRemappings()
63 if (Logging) { in clang_getRemappings()
78 bool Logging = ::getenv("LIBCLANG_LOGGING"); in clang_getRemappingsFromFileList() local
83 if (Logging) in clang_getRemappingsFromFileList()
90 if (Logging) in clang_getRemappingsFromFileList()
105 if (Logging) { in clang_getRemappingsFromFileList()
/external/chromium_org/chrome/test/chromedriver/
Dlogging_unittest.cc21 TEST(Logging, NameLevelConversionHappy) { in TEST() argument
31 TEST(Logging, NameToLevelErrors) { in TEST() argument
99 TEST(Logging, CreatePerformanceLog) { in TEST() argument
114 TEST(Logging, IgnoreUnknownLogType) { in TEST() argument
127 TEST(Logging, DefaultLogs) { in TEST() argument
/external/chromium_org/media/cast/rtcp/
Drtcp.cc103 cast_environment_->Logging()->InsertPacketEvent(kPacketReceived, in OnReceivedReceiverLog()
109 cast_environment_->Logging()->InsertFrameEvent(event_it->type, in OnReceivedReceiverLog()
114 cast_environment_->Logging()->InsertFrameEventWithDelay( in OnReceivedReceiverLog()
159 cast_environment_->Logging()->InsertFrameEvent(log_event, rtp_timestamp, in OnReceivedSenderLog()
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()
/external/chromium_org/content/browser/
Dbrowser_ipc_logging.cc31 IPC::Logging::GetInstance()->Enable(); in EnableIPCLogging()
33 IPC::Logging::GetInstance()->Disable(); in EnableIPCLogging()
/external/chromium/chrome/browser/ui/cocoa/
Dabout_ipc_controller.mm22 IPC::Logging::GetMessageText(data_.type, &data_.message_name, NULL, NULL);
105 IPC::Logging::GetInstance()->SetConsumer(NULL);
116 IPC::Logging::GetInstance()->SetConsumer(bridge_.get());
126 if (IPC::Logging::GetInstance()->Enabled())
134 !IPC::Logging::GetInstance()->Enabled());
Dabout_ipc_dialog.h23 class AboutIPCBridge : public IPC::Logging::Consumer {
/external/chromium/chrome/browser/ui/views/
Dabout_ipc_dialog.cc63 IPC::Logging::set_log_function_map(&g_log_function_mapping); in RegisterLoggerFuncs()
100 LogFunctionMap* log_functions = IPC::Logging::log_function_map(); in InitDialog()
207 IPC::Logging::GetInstance()->SetConsumer(this); in AboutIPCDialog()
212 IPC::Logging::GetInstance()->SetConsumer(NULL); in ~AboutIPCDialog()
324 IPC::Logging::GetMessageText(data.type, &message_name, NULL, NULL); in Log()
Dabout_ipc_dialog.h31 public IPC::Logging::Consumer,
/external/chromium_org/content/child/
Dchild_thread.cc167 IPC::Logging::GetInstance(); in Init()
178 IPC::Logging::GetInstance()->SetIPCSender(this); in Init()
257 IPC::Logging::GetInstance()->SetIPCSender(NULL); in ~ChildThread()
406 IPC::Logging::GetInstance()->Enable(); in OnSetIPCLoggingEnabled()
408 IPC::Logging::GetInstance()->Disable(); in OnSetIPCLoggingEnabled()
/external/chromium_org/chrome/browser/ui/cocoa/
Dabout_ipc_controller.mm24 IPC::Logging::GetMessageText(data_.type, &data_.message_name, NULL, NULL);
106 IPC::Logging::GetInstance()->SetConsumer(NULL);
117 IPC::Logging::GetInstance()->SetConsumer(bridge_.get());
127 if (IPC::Logging::GetInstance()->Enabled())
134 content::EnableIPCLogging(!IPC::Logging::GetInstance()->Enabled());
Dabout_ipc_dialog.h22 class AboutIPCBridge : public IPC::Logging::Consumer {
/external/chromium_org/media/cast/net/pacing/
Dpaced_sender.cc32 cast_environment_->Logging()->InsertPacketListEvent(kPacketSentToPacer, in SendPackets()
39 cast_environment_->Logging()->InsertPacketListEvent(kPacketRetransmited, in ResendPackets()
71 cast_environment_->Logging()->InsertPacketListEvent(kPacketSentToNetwork, in SendPacketsToTransport()
/external/chromium_org/media/cast/video_sender/
Dvideo_encoder.cc18 cast_environment->Logging()->InsertFrameEvent(kVideoFrameEncoded, in LogFrameEncodedEvent()
55 cast_environment_->Logging()->InsertFrameEvent(kVideoFrameSentToEncoder, in EncodeVideoFrame()
Dvideo_sender.cc135 cast_environment_->Logging()->InsertFrameEvent(kVideoFrameReceived, in InsertRawVideoFrame()
233 cast_environment_->Logging()->GetFrameRawData(); in SendRtcpReport()
277 cast_environment_->Logging()->Reset(); in SendRtcpReport()
361 cast_environment_->Logging()->InsertGenericEvent(kRttMs, in OnReceivedCastFeedback()
416 cast_environment_->Logging()->InsertGenericEvent(kAckReceived, in ReceivedAck()
/external/chromium_org/chrome/service/
Dservice_ipc_server.cc19 IPC::Logging::GetInstance()->SetIPCSender(this); in Init()
42 IPC::Logging::GetInstance()->SetIPCSender(NULL); in ~ServiceIPCServer()
/external/chromium_org/chrome/browser/ui/views/
Dabout_ipc_dialog.cc92 LogFunctionMap* log_functions = IPC::Logging::log_function_map(); in InitDialog()
199 IPC::Logging::GetInstance()->SetConsumer(this); in AboutIPCDialog()
204 IPC::Logging::GetInstance()->SetConsumer(NULL); in ~AboutIPCDialog()
310 IPC::Logging::GetMessageText(data.type, &message_name, NULL, NULL); in Log()
/external/chromium_org/content/common/
Dchild_process_host_impl.cc173 bool enabled = IPC::Logging::GetInstance()->Enabled(); in CreateChannel()
226 IPC::Logging* logger = IPC::Logging::GetInstance(); in OnMessageReceived()
Dcontent_ipc_logging.cc31 IPC::Logging::set_log_function_map(g_log_function_mapping.Pointer()); in RegisterIPCLogger()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DLogging.java33 public class Logging { class
/external/chromium_org/media/cast/audio_sender/
Daudio_sender.cc113 cast_environment_->Logging()->InsertFrameEvent(kAudioFrameReceived, in InsertAudio()
124 cast_environment_->Logging()->InsertFrameEvent(kAudioFrameReceived, in InsertCodedAudioFrame()
/external/chromium_org/chrome/common/extensions/api/
Dwebrtc_logging_private.idl60 // Uploads the log. Logging must be stopped before this function is called.
65 // Discards the log. Logging must be stopped before this function is called.

123