Searched defs:addFileCounter (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_impl.cc117 bool addFileCounter)
119 int ret = Trace::SetTraceFile(fileNameUTF8, addFileCounter);
122 "SetTraceFile(fileNameUTF8=%s, addFileCounter=%d)",
123 fileNameUTF8, addFileCounter);
116 SetTraceFile(const char* fileNameUTF8, bool addFileCounter) argument
/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc340 const bool addFileCounter)
349 if(addFileCounter)
774 const bool addFileCounter)
779 int retVal = trace->SetTraceFileImpl(fileName, addFileCounter);
339 SetTraceFileImpl(const char* fileNameUTF8, const bool addFileCounter) argument
773 SetTraceFile(const char* fileName, const bool addFileCounter) argument

Completed in 3108 milliseconds