Home
last modified time | relevance | path

Searched refs:event_log (Results 1 – 13 of 13) sorted by relevance

/external/libevent/
Dlog.c61 static void event_log(int severity, const char *msg);
187 event_log(severity, buf); in _warn_helper()
199 event_log(int severity, const char *msg) in event_log() function
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dcodec_test.cc181 webrtc::RtcEventLog* event_log = voe_codec_->GetEventLog(); in TEST_F() local
182 ASSERT_TRUE(event_log); in TEST_F()
191 event_log->StartLogging(temp_filename, 1000); in TEST_F()
192 event_log->StopLogging(); in TEST_F()
/external/webrtc/webrtc/modules/bitrate_controller/
Dbitrate_controller_impl.cc132 void BitrateControllerImpl::SetEventLog(RtcEventLog* event_log) { in SetEventLog() argument
134 bandwidth_estimation_.SetEventLog(event_log); in SetEventLog()
Dsend_side_bandwidth_estimation.cc287 void SendSideBandwidthEstimation::SetEventLog(RtcEventLog* event_log) { in SetEventLog() argument
288 event_log_ = event_log; in SetEventLog()
Dsend_side_bandwidth_estimation.h48 void SetEventLog(RtcEventLog* event_log);
Dbitrate_controller_impl.h44 void SetEventLog(RtcEventLog* event_log) override;
/external/webrtc/webrtc/modules/bitrate_controller/include/
Dbitrate_controller.h60 virtual void SetEventLog(RtcEventLog* event_log) = 0;
/external/skia/src/views/
DSkEvent.cpp256 static void event_log(const char s[]) in event_log() 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…
/external/autotest/client/site_tests/graphics_GLMark2/
Dgraphics_GLMark2.py138 from cros.factory.event_log import EventLog
/external/webrtc/webrtc/voice_engine/
Dchannel.h179 RtcEventLog* const event_log,
183 RtcEventLog* const event_log,
Dchannel.cc723 RtcEventLog* const event_log, in CreateChannel() argument
729 channel = new Channel(channelId, instanceId, event_log, config); in CreateChannel()
804 RtcEventLog* const event_log, in Channel() argument
812 event_log_(event_log), in Channel()
/external/libchrome/base/
Dbase.gypi45 'android/event_log.cc',
46 'android/event_log.h',
DBUILD.gn166 "android/event_log.cc",
167 "android/event_log.h",