Searched refs:CreateLog (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Ddata_log_unittest_disabled.cc36 ASSERT_EQ(0, DataLog::CreateLog());
48 ASSERT_EQ(0, DataLog::CreateLog());
H A Ddata_log_no_op.cc17 int DataLog::CreateLog() { function in class:webrtc::DataLog
H A Ddata_log.cc276 int DataLog::CreateLog() { function in class:webrtc::DataLog
277 return DataLogImpl::CreateLog();
342 int DataLogImpl::CreateLog() { function in class:webrtc::DataLogImpl
H A Ddata_log_unittest.cc118 ASSERT_EQ(DataLog::CreateLog(), 0);
131 DataLog::CreateLog();
181 DataLog::CreateLog();
H A Ddata_log_c.cc20 return webrtc::DataLog::CreateLog();
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_unittest_disabled.cc36 ASSERT_EQ(0, DataLog::CreateLog());
48 ASSERT_EQ(0, DataLog::CreateLog());
H A Ddata_log_no_op.cc17 int DataLog::CreateLog() { function in class:webrtc::DataLog
H A Ddata_log.cc276 int DataLog::CreateLog() { function in class:webrtc::DataLog
277 return DataLogImpl::CreateLog();
342 int DataLogImpl::CreateLog() { function in class:webrtc::DataLogImpl
H A Ddata_log_unittest.cc117 ASSERT_EQ(DataLog::CreateLog(), 0);
130 DataLog::CreateLog();
180 DataLog::CreateLog();
H A Ddata_log_c.cc22 return webrtc::DataLog::CreateLog();
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Ddata_log.h47 static int CreateLog();
51 // CreateLog or memory leak will occur.
H A Ddata_log_impl.h84 // The implementation of the CreateLog() method declared in data_log.h.
86 static int CreateLog();
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log.h49 static int CreateLog();
53 // CreateLog or memory leak will occur.
H A Ddata_log_impl.h86 // The implementation of the CreateLog() method declared in data_log.h.
88 static int CreateLog();
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A Drtp_to_text.cc75 DataLog::CreateLog();
/external/chromium_org/components/metrics/
H A Dmetrics_service.h365 scoped_ptr<MetricsLog> CreateLog(MetricsLog::LogType log_type);
H A Dmetrics_service.cc668 initial_metrics_log_ = CreateLog(MetricsLog::ONGOING_LOG);
730 log_manager_.BeginLoggingWithLog(CreateLog(MetricsLog::ONGOING_LOG));
942 CreateLog(MetricsLog::INITIAL_STABILITY_LOG));
1171 scoped_ptr<MetricsLog> MetricsService::CreateLog(MetricsLog::LogType log_type) { function in class:metrics::MetricsService
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dquality_modes_test.cc100 DataLog::CreateLog();
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_unittest.cc69 DataLog::CreateLog();

Completed in 2833 milliseconds