Home
last modified time | relevance | path

Searched refs:CreateLog (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Ddata_log_unittest_disabled.cc36 ASSERT_EQ(0, DataLog::CreateLog()); in TEST()
48 ASSERT_EQ(0, DataLog::CreateLog()); in TEST()
Ddata_log_unittest.cc117 ASSERT_EQ(DataLog::CreateLog(), 0); in TEST()
130 DataLog::CreateLog(); in TEST()
180 DataLog::CreateLog(); in TEST()
Ddata_log.cc276 int DataLog::CreateLog() { in CreateLog() function in webrtc::DataLog
277 return DataLogImpl::CreateLog(); in CreateLog()
342 int DataLogImpl::CreateLog() { in CreateLog() function in webrtc::DataLogImpl
Ddata_log_no_op.cc17 int DataLog::CreateLog() { in CreateLog() function in webrtc::DataLog
Ddata_log_c.cc22 return webrtc::DataLog::CreateLog(); in WebRtcDataLog_CreateLog()
/external/webrtc/src/system_wrappers/interface/
Ddata_log.h49 static int CreateLog();
Ddata_log_impl.h88 static int CreateLog();