Searched refs:event_log (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/bitrate_controller/include/
H A Dbitrate_controller.h60 virtual void SetEventLog(RtcEventLog* event_log) = 0;
/external/libevent/
H A Dlog.c61 static void event_log(int severity, const char *msg);
187 event_log(severity, buf);
199 event_log(int severity, const char *msg) function
/external/webrtc/webrtc/modules/bitrate_controller/
H A Dbitrate_controller_impl.h44 void SetEventLog(RtcEventLog* event_log) override;
H A Dsend_side_bandwidth_estimation.h48 void SetEventLog(RtcEventLog* event_log);
H A Dbitrate_controller_impl.cc132 void BitrateControllerImpl::SetEventLog(RtcEventLog* event_log) { argument
134 bandwidth_estimation_.SetEventLog(event_log);
H A Dsend_side_bandwidth_estimation.cc287 void SendSideBandwidthEstimation::SetEventLog(RtcEventLog* event_log) { argument
288 event_log_ = event_log;
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Dcodec_test.cc181 webrtc::RtcEventLog* event_log = voe_codec_->GetEventLog(); local
182 ASSERT_TRUE(event_log);
191 event_log->StartLogging(temp_filename, 1000);
192 event_log->StopLogging();
/external/skia/src/views/
H A DSkEvent.cpp256 static void event_log(const char s[]) function
261 #define EVENT_LOG(s) event_log(s)
262 #define EVENT_LOGN(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str.c_str()); } while (0)
/external/autotest/client/site_tests/graphics_GLMark2/
H A Dgraphics_GLMark2.py142 from cros.factory.event_log import EventLog
/external/webrtc/webrtc/voice_engine/
H A Dchannel.h179 RtcEventLog* const event_log,
183 RtcEventLog* const event_log,
H A Dchannel.cc723 RtcEventLog* const event_log,
729 channel = new Channel(channelId, instanceId, event_log, config);
804 RtcEventLog* const event_log,
812 event_log_(event_log),
720 CreateChannel(Channel*& channel, int32_t channelId, uint32_t instanceId, RtcEventLog* const event_log, const Config& config) argument
802 Channel(int32_t channelId, uint32_t instanceId, RtcEventLog* const event_log, const Config& config) argument

Completed in 184 milliseconds