Searched refs:event_log (Results 1 – 13 of 13) sorted by relevance
/external/libevent/ |
D | log.c | 61 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/ |
D | codec_test.cc | 181 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/ |
D | bitrate_controller_impl.cc | 132 void BitrateControllerImpl::SetEventLog(RtcEventLog* event_log) { in SetEventLog() argument 134 bandwidth_estimation_.SetEventLog(event_log); in SetEventLog()
|
D | send_side_bandwidth_estimation.cc | 287 void SendSideBandwidthEstimation::SetEventLog(RtcEventLog* event_log) { in SetEventLog() argument 288 event_log_ = event_log; in SetEventLog()
|
D | send_side_bandwidth_estimation.h | 48 void SetEventLog(RtcEventLog* event_log);
|
D | bitrate_controller_impl.h | 44 void SetEventLog(RtcEventLog* event_log) override;
|
/external/webrtc/webrtc/modules/bitrate_controller/include/ |
D | bitrate_controller.h | 60 virtual void SetEventLog(RtcEventLog* event_log) = 0;
|
/external/skia/src/views/ |
D | SkEvent.cpp | 256 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/ |
D | graphics_GLMark2.py | 138 from cros.factory.event_log import EventLog
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.h | 179 RtcEventLog* const event_log, 183 RtcEventLog* const event_log,
|
D | channel.cc | 723 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/ |
D | base.gypi | 45 'android/event_log.cc', 46 'android/event_log.h',
|
D | BUILD.gn | 166 "android/event_log.cc", 167 "android/event_log.h",
|