Searched refs:event_log (Results 1 - 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/bitrate_controller/include/ |
H A D | bitrate_controller.h | 60 virtual void SetEventLog(RtcEventLog* event_log) = 0;
|
/external/libevent/ |
H A D | log.c | 61 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 D | bitrate_controller_impl.h | 44 void SetEventLog(RtcEventLog* event_log) override;
|
H A D | send_side_bandwidth_estimation.h | 48 void SetEventLog(RtcEventLog* event_log);
|
H A D | bitrate_controller_impl.cc | 132 void BitrateControllerImpl::SetEventLog(RtcEventLog* event_log) { argument 134 bandwidth_estimation_.SetEventLog(event_log);
|
H A D | send_side_bandwidth_estimation.cc | 287 void SendSideBandwidthEstimation::SetEventLog(RtcEventLog* event_log) { argument 288 event_log_ = event_log;
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
H A D | codec_test.cc | 181 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 D | SkEvent.cpp | 256 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 D | graphics_GLMark2.py | 142 from cros.factory.event_log import EventLog
|
/external/webrtc/webrtc/voice_engine/ |
H A D | channel.h | 179 RtcEventLog* const event_log, 183 RtcEventLog* const event_log,
|
H A D | channel.cc | 723 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