Home
last modified time | relevance | path

Searched refs:Logging (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/external/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.cc35 Logging::ThreadState::ThreadState() = default;
36 Logging::ThreadState::~ThreadState() = default;
38 Logging::Context::Context(uint32_t name, int64_t timestamp_ms, bool enabled) { in Context()
39 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled); in Context()
42 Logging::Context::Context(const std::string& name, in Context()
45 Logging::GetInstance()->PushState(name, timestamp_ms, enabled); in Context()
48 Logging::Context::Context(const char* name, in Context()
51 Logging::GetInstance()->PushState(name, timestamp_ms, enabled); in Context()
54 Logging::Context::~Context() { in ~Context()
55 Logging::GetInstance()->PopState(); in ~Context()
[all …]
Dbwe_test_logging.h135 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \
140 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalEnable(enabled); \
145 webrtc::testing::bwe::Logging::Context __BWE_TEST_LOGGING_CONTEXT_NAME( \
160 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1); \
165 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2); \
170 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3); \
175 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, _4); \
180 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, _4, \
188 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, name, value); \
195 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, name, value, \
[all …]
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioTrack.java24 import org.webrtc.Logging;
57 Logging.w(TAG, "Default usage attribute is changed from: " in setAudioTrackUsageAttribute()
101 Logging.d(TAG, "Set error callback (deprecated"); in setErrorCallback()
106 Logging.d(TAG, "Set extended error callback"); in setErrorCallback()
126 Logging.d(TAG, "AudioTrackThread" + WebRtcAudioUtils.getThreadInfo()); in run()
149 Logging.e(TAG, "AudioTrack.write played invalid number of bytes: " + bytesWritten); in run()
171 Logging.d(TAG, "Calling AudioTrack.stop..."); in run()
174 Logging.d(TAG, "AudioTrack.stop is done."); in run()
176 Logging.e(TAG, "AudioTrack.stop failed: " + e.getMessage()); in run()
184 Logging.d(TAG, "stopThread"); in stopThread()
[all …]
DWebRtcAudioEffects.java21 import org.webrtc.Logging;
80 Logging.w(TAG, Build.MODEL + " is blacklisted for HW AEC usage!"); in isAcousticEchoCancelerBlacklisted()
90 Logging.w(TAG, Build.MODEL + " is blacklisted for HW NS usage!"); in isNoiseSuppressorBlacklisted()
134 Logging.d(TAG, "canUseAcousticEchoCanceler: " + canUseAcousticEchoCanceler); in canUseAcousticEchoCanceler()
144 Logging.d(TAG, "canUseNoiseSuppressor: " + canUseNoiseSuppressor); in canUseNoiseSuppressor()
153 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo()); in WebRtcAudioEffects()
161 Logging.d(TAG, "setAEC(" + enable + ")"); in setAEC()
163 Logging.w(TAG, "Platform AEC is not supported"); in setAEC()
168 Logging.e(TAG, "Platform AEC state can't be modified while recording"); in setAEC()
180 Logging.d(TAG, "setNS(" + enable + ")"); in setNS()
[all …]
DWebRtcAudioRecord.java23 import org.webrtc.Logging;
80 Logging.d(TAG, "Set error callback"); in setErrorCallback()
151 Logging.d(TAG, "AudioRecordThread" + WebRtcAudioUtils.getThreadInfo()); in run()
177 Logging.e(TAG, errorMessage); in run()
187 Logging.d(TAG, "bytesRead[" + durationInMs + "] " + bytesRead); in run()
196 Logging.e(TAG, "AudioRecord.stop failed: " + e.getMessage()); in run()
203 Logging.d(TAG, "stopThread"); in stopThread()
209 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo()); in WebRtcAudioRecord()
218 Logging.d(TAG, "enableBuiltInAEC(" + enable + ')'); in enableBuiltInAEC()
220 Logging.e(TAG, "Built-in AEC is not supported on this platform"); in enableBuiltInAEC()
[all …]
DWebRtcAudioManager.java24 import org.webrtc.Logging;
67 Logging.w(TAG, "Overriding default output behavior: setStereoOutput(" + enable + ')'); in setStereoOutput()
74 Logging.w(TAG, "Overriding default input behavior: setStereoInput(" + enable + ')'); in setStereoInput()
131 Logging.d(TAG, "STREAM_RING stream volume: " in run()
135 Logging.d(TAG, "VOICE_CALL stream volume: " in run()
173 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo()); in WebRtcAudioManager()
189 Logging.d(TAG, "init" + WebRtcAudioUtils.getThreadInfo()); in init()
193 Logging.d(TAG, "audio mode is: " in init()
201 Logging.d(TAG, "dispose" + WebRtcAudioUtils.getThreadInfo()); in dispose()
217 Logging.d(TAG, Build.MODEL + " is blacklisted for OpenSL ES usage!"); in isDeviceBlacklistedForOpenSLESUsage()
[all …]
DWebRtcAudioUtils.java27 import org.webrtc.Logging;
86 Logging.w(TAG, "setWebRtcBasedAutomaticGainControl() is deprecated"); in setWebRtcBasedAutomaticGainControl()
93 Logging.w(TAG, "Overriding default behavior; now using WebRTC AEC!"); in useWebRtcBasedAcousticEchoCanceler()
102 Logging.w(TAG, "Overriding default behavior; now using WebRTC NS!"); in useWebRtcBasedNoiseSuppressor()
182 Logging.d(tag, "Android SDK: " + Build.VERSION.SDK_INT + ", " in logDeviceInfo()
208 Logging.d(tag, "Audio State: " in logAudioStateBasic()
227 Logging.d(tag, "Audio State: "); in logAudioStateVolume()
230 Logging.d(tag, " fixed volume=" + fixedVolume); in logAudioStateVolume()
238 Logging.d(tag, info.toString()); in logAudioStateVolume()
259 Logging.d(tag, "Audio Devices: "); in logAudioDeviceInfo()
[all …]
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
DLogging.java56 public final class Logging extends com.google.protobuf.GeneratedMessageV3 class
62 private Logging(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Logging() method in Logging
66 private Logging() { in Logging() method in Logging
74 return new Logging(); in newInstance()
91 com.google.api.Logging.class, com.google.api.Logging.Builder.class); in internalGetFieldAccessorTable()
238 com.google.api.Logging.LoggingDestination.class, in internalGetFieldAccessorTable()
239 com.google.api.Logging.LoggingDestination.Builder.class); in internalGetFieldAccessorTable()
422 if (!(obj instanceof com.google.api.Logging.LoggingDestination)) { in equals()
425 com.google.api.Logging.LoggingDestination other = in equals()
426 (com.google.api.Logging.LoggingDestination) obj; in equals()
[all …]
DLoggingOrBuilder.java38 java.util.List<com.google.api.Logging.LoggingDestination> getProducerDestinationsList(); in getProducerDestinationsList()
51 com.google.api.Logging.LoggingDestination getProducerDestinations(int index); in getProducerDestinations()
77 java.util.List<? extends com.google.api.Logging.LoggingDestinationOrBuilder>
91 com.google.api.Logging.LoggingDestinationOrBuilder getProducerDestinationsOrBuilder(int index); in getProducerDestinationsOrBuilder()
105 java.util.List<com.google.api.Logging.LoggingDestination> getConsumerDestinationsList(); in getConsumerDestinationsList()
118 com.google.api.Logging.LoggingDestination getConsumerDestinations(int index); in getConsumerDestinations()
144 java.util.List<? extends com.google.api.Logging.LoggingDestinationOrBuilder>
158 com.google.api.Logging.LoggingDestinationOrBuilder getConsumerDestinationsOrBuilder(int index); in getConsumerDestinationsOrBuilder()
/external/cronet/stable/ipc/
Dipc_logging.cc46 LogFunctionMap* Logging::log_function_map_;
48 Logging::Logging() in Logging() function in IPC::Logging
81 Logging::~Logging() { in ~Logging()
84 Logging* Logging::GetInstance() { in GetInstance()
85 return base::Singleton<Logging>::get(); in GetInstance()
88 void Logging::SetConsumer(Consumer* consumer) { in SetConsumer()
92 void Logging::Enable() { in Enable()
96 void Logging::Disable() { in Disable()
100 void Logging::OnSendLogs() { in OnSendLogs()
112 void Logging::SetIPCSender(IPC::Sender* sender) { in SetIPCSender()
[all …]
/external/cronet/tot/ipc/
Dipc_logging.cc46 LogFunctionMap* Logging::log_function_map_;
48 Logging::Logging() in Logging() function in IPC::Logging
81 Logging::~Logging() { in ~Logging()
84 Logging* Logging::GetInstance() { in GetInstance()
85 return base::Singleton<Logging>::get(); in GetInstance()
88 void Logging::SetConsumer(Consumer* consumer) { in SetConsumer()
92 void Logging::Enable() { in Enable()
96 void Logging::Disable() { in Disable()
100 void Logging::OnSendLogs() { in OnSendLogs()
112 void Logging::SetIPCSender(IPC::Sender* sender) { in SetIPCSender()
[all …]
/external/libchrome/ipc/
Dipc_logging.cc44 LogFunctionMap* Logging::log_function_map_;
46 Logging::Logging() in Logging() function in IPC::Logging
79 Logging::~Logging() { in ~Logging()
82 Logging* Logging::GetInstance() { in GetInstance()
83 return base::Singleton<Logging>::get(); in GetInstance()
86 void Logging::SetConsumer(Consumer* consumer) { in SetConsumer()
90 void Logging::Enable() { in Enable()
94 void Logging::Disable() { in Disable()
98 void Logging::OnSendLogs() { in OnSendLogs()
110 void Logging::SetIPCSender(IPC::Sender* sender) { in SetIPCSender()
[all …]
/external/webrtc/sdk/android/src/java/org/webrtc/audio/
DWebRtcAudioEffects.java20 import org.webrtc.Logging;
66 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo()); in WebRtcAudioEffects()
74 Logging.d(TAG, "setAEC(" + enable + ")"); in setAEC()
76 Logging.w(TAG, "Platform AEC is not supported"); in setAEC()
81 Logging.e(TAG, "Platform AEC state can't be modified while recording"); in setAEC()
93 Logging.d(TAG, "setNS(" + enable + ")"); in setNS()
95 Logging.w(TAG, "Platform NS is not supported"); in setNS()
100 Logging.e(TAG, "Platform NS state can't be modified while recording"); in setNS()
108 Logging.d(TAG, "enable(audioSession=" + audioSession + ")"); in enable()
118 Logging.d(TAG, in enable()
[all …]
DWebRtcAudioTrack.java24 import org.webrtc.Logging;
98 Logging.d(TAG, "AudioTrackThread" + WebRtcAudioUtils.getThreadInfo()); in run()
124 Logging.e(TAG, "AudioTrack.write played invalid number of bytes: " + bytesWritten); in run()
149 Logging.d(TAG, "stopThread"); in stopThread()
172 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo()); in WebRtcAudioTrack()
183 Logging.d(TAG, in initPlayout()
188 Logging.d(TAG, "byteBuffer.capacity: " + byteBuffer.capacity()); in initPlayout()
202 Logging.d(TAG, "minBufferSizeInBytes: " + minBufferSizeInBytes); in initPlayout()
273 Logging.d(TAG, "startPlayout"); in startPlayout()
307 Logging.d(TAG, "stopPlayout"); in stopPlayout()
[all …]
DWebRtcAudioRecord.java40 import org.webrtc.Logging;
127 Logging.d(TAG, "AudioRecordThread" + WebRtcAudioUtils.getThreadInfo()); in run()
169 Logging.e(TAG, errorMessage); in run()
183 Logging.e(TAG, "AudioRecord.stop failed: " + e.getMessage()); in run()
190 Logging.d(TAG, "stopThread"); in stopThread()
225 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo()); in WebRtcAudioRecord()
258 Logging.w(TAG, "Audio configuration has not yet been verified"); in isAudioSourceMatchingRecordingSession()
266 Logging.d(TAG, "enableBuiltInAEC(" + enable + ")"); in enableBuiltInAEC()
272 Logging.d(TAG, "enableBuiltInNS(" + enable + ")"); in enableBuiltInNS()
278 Logging.d(TAG, "initRecording(sampleRate=" + sampleRate + ", channels=" + channels + ")"); in initRecording()
[all …]
DVolumeLogger.java17 import org.webrtc.Logging;
39 Logging.d(TAG, "start" + WebRtcAudioUtils.getThreadInfo()); in start()
43 Logging.d(TAG, "audio mode is: " + WebRtcAudioUtils.modeToString(audioManager.getMode())); in start()
64 Logging.d(TAG, in run()
68 Logging.d(TAG, in run()
77 Logging.d(TAG, "stop" + WebRtcAudioUtils.getThreadInfo()); in stop()
/external/webrtc/sdk/android/src/java/org/webrtc/
DCameraCapturer.java43 Logging.d(TAG, "Create session done. Switch state: " + switchState);
77 Logging.w(TAG, "Opening camera failed, passing: " + error);
95 Logging.w(TAG, "Opening camera failed, retry: " + error);
109 Logging.w(TAG, "onCameraOpening while session was open.");
121 Logging.w(TAG, "onCameraError from another session: " + error);
134 Logging.w(TAG, "onCameraDisconnected from another session.");
147 Logging.d(TAG, "onCameraClosed from another session.");
159 Logging.w(TAG, "onFrameCaptured from another session.");
246 Logging.d(TAG, "startCapture: " + width + "x" + height + "@" + framerate); in startCapture()
253 Logging.w(TAG, "Session already open"); in startCapture()
[all …]
DAndroidVideoDecoder.java136 Logging.d(TAG, in AndroidVideoDecoder()
163 Logging.d(TAG, in initDecodeInternal()
167 Logging.e(TAG, "initDecodeInternal called while the codec is already running"); in initDecodeInternal()
184 Logging.e(TAG, "Cannot create media decoder " + codecName); in initDecodeInternal()
195 Logging.e(TAG, "initDecode failed", e); in initDecodeInternal()
203 Logging.d(TAG, "initDecodeInternal done"); in initDecodeInternal()
211 Logging.d(TAG, "decode uninitalized, codec: " + (codec != null) + ", callback: " + callback); in decode()
216 Logging.e(TAG, "decode() - no input data"); in decode()
222 Logging.e(TAG, "decode() - input buffer empty"); in decode()
246 Logging.e(TAG, "decode() - key frame required first"); in decode()
[all …]
DCamera2Session.java117 Logging.d(TAG, "Camera opened."); in onOpened()
135 Logging.d(TAG, "Camera device closed."); in onClosed()
151 Logging.d(TAG, "Camera capture session configured."); in onConfigured()
185 Logging.d(TAG, "Texture frame captured but camera is no longer running."); in onConfigured()
208 Logging.d(TAG, "Camera device successfully started."); in onConfigured()
224 Logging.d(TAG, "Using optical stabilization."); in chooseStabilizationMode()
239 Logging.d(TAG, "Using video stabilization."); in chooseStabilizationMode()
244 Logging.d(TAG, "Stabilization not available."); in chooseStabilizationMode()
254 Logging.d(TAG, "Using continuous video auto-focus."); in chooseFocusMode()
258 Logging.d(TAG, "Auto-focus is not available."); in chooseFocusMode()
[all …]
DHardwareVideoEncoder.java91 Logging.e(TAG, "Interrupted while waiting on busy count", e); in waitForZero()
215 Logging.e(TAG, "MediaCodec is only tested with resolutions that are 16x16 aligned."); in initEncode()
227 Logging.d(TAG, in initEncode()
242 Logging.e(TAG, "Cannot create media encoder " + codecName); in initEncodeInternal()
268 Logging.w(TAG, "Unknown profile level id: " + profileLevelId); in initEncodeInternal()
271 Logging.d(TAG, "Format: " + format); in initEncodeInternal()
288 Logging.e(TAG, "initEncodeInternal failed", e); in initEncodeInternal()
312 Logging.e(TAG, "Media encoder release timeout"); in release()
316 Logging.e(TAG, "Media encoder release exception", shutdownException); in release()
367 Logging.e(TAG, "Dropped frame, encoder queue full"); in encode()
[all …]
/external/webrtc/sdk/android/api/org/webrtc/audio/
DJavaAudioDeviceModule.java21 import org.webrtc.Logging;
75 Logging.d(TAG, "Input/Output sample rate overridden to: " + sampleRate); in setSampleRate()
85 Logging.d(TAG, "Input sample rate overridden to: " + inputSampleRate); in setInputSampleRate()
94 Logging.d(TAG, "Output sample rate overridden to: " + outputSampleRate); in setOutputSampleRate()
165 Logging.e(TAG, "HW NS not supported"); in setUseHardwareNoiseSuppressor()
179 Logging.e(TAG, "HW AEC not supported"); in setUseHardwareAcousticEchoCanceler()
229 Logging.d(TAG, "createAudioDeviceModule"); in createAudioDeviceModule()
231 Logging.d(TAG, "HW NS will be used."); in createAudioDeviceModule()
234 Logging.d(TAG, "Overriding default behavior; now using WebRTC NS!"); in createAudioDeviceModule()
236 Logging.d(TAG, "HW NS will not be used."); in createAudioDeviceModule()
[all …]
/external/grpc-grpc/src/ruby/spec/
Dspec_helper.rb43 extend Logging.globally
45 Logging.logger.root.appenders = Logging.appenders.stdout
46 Logging.logger.root.level = :info
47 Logging.logger['GRPC'].level = :info
48 Logging.logger['GRPC::ActiveCall'].level = :info
49 Logging.logger['GRPC::BidiCall'].level = :info
/external/clang/tools/libclang/
DARCMigrate.cpp42 bool Logging = ::getenv("LIBCLANG_LOGGING"); in clang_getRemappings()
45 if (Logging) in clang_getRemappings()
51 if (Logging) { in clang_getRemappings()
65 if (Logging) { in clang_getRemappings()
85 bool Logging = ::getenv("LIBCLANG_LOGGING"); in clang_getRemappingsFromFileList()
90 if (Logging) in clang_getRemappingsFromFileList()
97 if (Logging) in clang_getRemappingsFromFileList()
110 if (Logging) { in clang_getRemappingsFromFileList()
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/logging/
DLoggingExample.java24 import com.google.cloud.logging.Logging;
25 import com.google.cloud.logging.Logging.EntryListOption;
83 abstract void run(Logging logging, T arg) throws Exception; in run()
102 void run(Logging logging, Tuple<LoggingAction, Object> subaction) throws Exception { in run()
153 public void run(Logging logging, Void arg) { in run()
189 public void run(Logging logging, String metric) { in run()
203 public void run(Logging logging, String metric) { in run()
218 public void run(Logging logging, MetricInfo metric) { in run()
250 public void run(Logging logging, Void arg) { in run()
286 public void run(Logging logging, String sink) { in run()
[all …]
/external/ot-br-posix/tests/gtest/
Dtest_logging.cpp39 TEST(Logging, TestLoggingHigherLevel) in TEST() argument
54 TEST(Logging, TestLoggingEqualLevel) in TEST() argument
70 TEST(Logging, TestLoggingEqualLevelNoSyslog) in TEST() argument
86 TEST(Logging, TestLoggingLowerLevel) in TEST() argument
101 TEST(Logging, TestLoggingDump) in TEST() argument

12345678910>>...20