HomeSort by relevance Sort by last modified time
    Searched refs:TraceLevel (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
Logging.java 38 // Keep in sync with webrtc/common_types.h:TraceLevel.
39 public enum TraceLevel {
57 TraceLevel(int level) {
71 String path, EnumSet<TraceLevel> levels, Severity severity) {
73 for (TraceLevel level : levels) {
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_impl.h 49 static TraceImpl* GetTrace(const TraceLevel level = kTraceAll);
56 void AddImpl(const TraceLevel level, const TraceModule module,
61 bool TraceCheck(const TraceLevel level) const;
67 const TraceLevel level = kTraceAll);
73 const TraceLevel level) const = 0;
84 int32_t AddLevel(char* sz_message, const TraceLevel level) const;
96 const TraceLevel level);
122 TraceLevel level_[WEBRTC_TRACE_NUM_ARRAY][WEBRTC_TRACE_MAX_QUEUE];
trace_posix.h 26 virtual int32_t AddTime(char* trace_message, const TraceLevel level) const
trace_win.h 26 virtual int32_t AddTime(char* trace_message, const TraceLevel level) const;
logcat_trace_context.cc 21 TraceLevel webrtc_level) {
56 void LogcatTraceContext::Print(TraceLevel level,
logging_unittest.cc 25 virtual void Print(TraceLevel level, const char* msg, int length) {
60 TraceLevel level_ GUARDED_BY(crit_);
logging.cc 23 TraceLevel WebRtcSeverity(LoggingSeverity sev) {
trace_impl.cc 41 const TraceLevel level) {
55 TraceImpl* TraceImpl::GetTrace(const TraceLevel level) {
139 int32_t TraceImpl::AddLevel(char* sz_message, const TraceLevel level) const {
415 const TraceLevel level) {
515 TraceLevel local_level = level_[local_queue_active][idx];
575 void TraceImpl::AddImpl(const TraceLevel level, const TraceModule module,
625 bool TraceImpl::TraceCheck(const TraceLevel level) const {
732 void Trace::Add(const TraceLevel level, const TraceModule module,
trace_posix.cc 48 int32_t TracePosix::AddTime(char* trace_message, const TraceLevel level) const {
trace_win.cc 43 const TraceLevel level) const {
  /external/chromium_org/third_party/webrtc/voice_engine/
statistics.h 36 int32_t SetLastError(int32_t error, TraceLevel level) const;
38 TraceLevel level,
shared_data.h 64 void SetLastError(int32_t error, TraceLevel level) const;
65 void SetLastError(int32_t error, TraceLevel level,
statistics.cc 65 TraceLevel level) const
77 TraceLevel level, const char* msg) const
shared_data.cc 109 TraceLevel level) const {
113 void SharedData::SetLastError(int32_t error, TraceLevel level,
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
logcat_trace_context.h 30 virtual void Print(TraceLevel level, const char* message, int length);
trace.h 50 // TraceLevel enumerator. TODO(hellner): why is the TraceLevel enumerator not
81 static void Add(const TraceLevel level,
  /external/chromium_org/third_party/webrtc/test/testsupport/
trace_to_stderr.h 42 virtual void Print(TraceLevel level,
trace_to_stderr.cc 46 void TraceToStderr::Print(TraceLevel level, const char* msg_array, int length) {
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VideoEngine.java 16 // Keep in sync (including this comment) with webrtc/common_types.h:TraceLevel
17 public enum TraceLevel {
35 TraceLevel(int level) {
105 public int setTraceFilter(TraceLevel filter) {
MediaEngine.java 262 vie.setTraceFilter(VideoEngine.TraceLevel.TRACE_ALL);
265 vie.setTraceFilter(VideoEngine.TraceLevel.TRACE_NONE);
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.h 61 static void logCAMsg(const TraceLevel level,
audio_device_mac.h 201 static void logCAMsg(const TraceLevel level,
  /external/chromium_org/third_party/webrtc/
common_types.h 101 enum TraceLevel
129 virtual void Print(TraceLevel level, const char* message, int length) = 0;
  /external/chromium_org/third_party/webrtc/video/
bitrate_estimator_tests.cc 70 virtual void Print(TraceLevel level,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 209 virtual void Print(webrtc::TraceLevel level, const char* trace, int length);

Completed in 301 milliseconds

1 2