HomeSort by relevance Sort by last modified time
    Searched refs:CallSessionFileRotatingStream (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/base/
filerotatingstream.h 129 // CallSessionFileRotatingStream is meant to be used in situations where we will
143 class CallSessionFileRotatingStream : public FileRotatingStream {
147 explicit CallSessionFileRotatingStream(const std::string& dir_path);
151 CallSessionFileRotatingStream(const std::string& dir_path,
153 ~CallSessionFileRotatingStream() override {}
167 RTC_DISALLOW_COPY_AND_ASSIGN(CallSessionFileRotatingStream);
filerotatingstream.cc 347 CallSessionFileRotatingStream::CallSessionFileRotatingStream(
354 CallSessionFileRotatingStream::CallSessionFileRotatingStream(
366 const char* CallSessionFileRotatingStream::kLogPrefix = "webrtc_log";
367 const size_t CallSessionFileRotatingStream::kRotatingLogFileDefaultSize =
370 void CallSessionFileRotatingStream::OnRotation() {
383 size_t CallSessionFileRotatingStream::GetRotatingLogSize(
392 size_t CallSessionFileRotatingStream::GetNumRotatingLogFiles(
logsinks.cc 58 new CallSessionFileRotatingStream(log_dir_path, max_total_log_size)) {
filerotatingstream_unittest.cc 196 new CallSessionFileRotatingStream(dir_path_, max_total_log_size));
218 scoped_ptr<CallSessionFileRotatingStream> stream(
219 new CallSessionFileRotatingStream(dir_path));
232 scoped_ptr<CallSessionFileRotatingStream> stream_;
276 stream_.reset(new CallSessionFileRotatingStream(dir_path_));
303 stream_.reset(new CallSessionFileRotatingStream(dir_path_));
  /external/webrtc/talk/app/webrtc/objc/
RTCFileLogger.mm 153 stream.reset(new rtc::CallSessionFileRotatingStream(_dirPath.UTF8String));
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 574 milliseconds