Searched refs:event_log (Results 1 – 11 of 11) sorted by relevance
/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/libevent/ |
D | log.c | 60 static void event_log(int severity, const char *msg); 216 event_log(severity, buf); in event_logv_() 228 event_log(int severity, const char *msg) in event_log() function
|
/external/adhd/scripts/audio_thread_log_viewer/ |
D | viewer_c3.py | 392 def AddEventLog(self, event_log): argument 398 event = self._ParseOneLine(event_log) 546 for event_log in event_logs: 547 event_log_parser.AddEventLog(event_log)
|
/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 | bitrate_controller_impl.h | 44 void SetEventLog(RtcEventLog* event_log) override;
|
D | send_side_bandwidth_estimation.h | 48 void SetEventLog(RtcEventLog* event_log);
|
/external/webrtc/webrtc/modules/bitrate_controller/include/ |
D | bitrate_controller.h | 60 virtual void SetEventLog(RtcEventLog* event_log) = 0;
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
D | graphics_GLMark2.py | 124 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()
|