/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioStreamOpenSLES.cpp | 186 LOGW("Device ID [AudioStreamBuilder::setDeviceId()] " in logUnsupportedAttributes() 191 LOGW("SharingMode [AudioStreamBuilder::setSharingMode()] " in logUnsupportedAttributes() 197 LOGW("PerformanceMode [AudioStreamBuilder::setPerformanceMode()] " in logUnsupportedAttributes() 202 LOGW("ContentType [AudioStreamBuilder::setContentType()] " in logUnsupportedAttributes() 208 LOGW("SessionId [AudioStreamBuilder::setSessionId()] " in logUnsupportedAttributes() 214 LOGW("InputPreset [AudioStreamBuilder::setInputPreset()] " in logUnsupportedAttributes() 222 LOGW("%s() called with NULL configuration", __func__); in configurePerformanceMode() 227 LOGW("%s() not supported until N_MR1", __func__); in configurePerformanceMode() 237 LOGW("SetConfiguration(PERFORMANCE_MODE, SL %u) returned %s", in configurePerformanceMode() 258 LOGW("GetConfiguration(SL_ANDROID_KEY_PERFORMANCE_MODE) returned %d", result); in updateStreamParameters() [all …]
|
D | AudioOutputStreamOpenSLES.cpp | 186 LOGW("%s() GetInterface(SL_IID_ANDROIDCONFIGURATION) failed with %s", in open() 274 LOGW("AudioOutputStreamOpenSLES(): %s() returned %s", __func__, getSLErrStr(slResult)); in setPlayState_l() 368 LOGW("Failed to clear buffer queue. OpenSLES error: %d", result); in requestFlush_l() 398 LOGW("Failed to flush the stream. Error %s", convertToText(flush())); in requestStop() 439 LOGW("%s(): GetPosition() returned %s", __func__, getSLErrStr(slResult)); in updateServiceFrameCounter()
|
D | AudioInputStreamOpenSLES.cpp | 155 LOGW("%s() GetInterface(SL_IID_ANDROIDCONFIGURATION) failed with %s", in open() 284 LOGW("AudioInputStreamOpenSLES::%s() is intentionally not implemented for input " in requestPause() 290 LOGW("AudioInputStreamOpenSLES::%s() is intentionally not implemented for input " in requestFlush() 343 LOGW("%s(): GetPosition() returned %s", __func__, getSLErrStr(slResult)); in updateServiceFrameCounter()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | android_debug.h | 27 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, MODULE_NAME, __VA_ARGS__) macro 36 #define LOGW(...) macro
|
D | NativeAudioContext.cpp | 252 LOGW("ActivityContext::saveWaveFile(%s) but no recording!", filename); in saveWaveFile() 256 LOGW("ActivityContext::saveWaveFile(%s) but no frames!", filename); in saveWaveFile()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
D | logging_macros.h | 29 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN,MODULE_NAME, __VA_ARGS__) macro 39 #define LOGW(...) macro
|
/third_party/skia/third_party/externals/oboe/samples/debug-utils/ |
D | logging_macros.h | 29 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN,MODULE_NAME, __VA_ARGS__) macro 39 #define LOGW(...) macro
|
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/ |
D | LiveEffectEngine.cpp | 173 LOGW("Error stopping stream: %s", oboe::convertToText(result)); in closeStream() 179 LOGW("Successfully closed streams"); in closeStream() 193 LOGW( in warnIfNotLowLatency()
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
D | HelloOboeEngine.cpp | 85 LOGW("Buffer size could not be changed, %d", result.error()); in setBufferSizeInBursts() 105 LOGW("Open stream failed, forcing deviceId to Unspecified"); in setDeviceId()
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AudioStreamAAudio.cpp | 121 LOGW("%s() stream already closed or closing", __func__); // can happen if there are bugs in internalErrorCallback() 141 LOGW("Usage [AudioStreamBuilder::setUsage()] " in logUnsupportedAttributes() 146 LOGW("ContentType [AudioStreamBuilder::setContentType()] " in logUnsupportedAttributes() 151 LOGW("SessionId [AudioStreamBuilder::setSessionId()] " in logUnsupportedAttributes() 244 LOGW("AudioStreamAAudio.open() may have failed due to lack of " in open()
|
D | AAudioLoader.cpp | 136 LOGW("AAudioLoader could not find %s", functionName); in AAudioLoader_check()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/ |
D | logging.h | 27 #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, APP_NAME, __VA_ARGS__)) macro
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ui/ |
D | OpenGLFunctions.cpp | 25 LOGW("OpenGL error %08x, at %s:%i - for %s\n", err, fname, line, stmt); in CheckOpenGLError()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
D | Game.cpp | 69 LOGW("Game not in playing state, ignoring tap event"); in tap() 198 LOGW("Failed to set buffer size. Error: %s", convertToText(setBufferSizeResult.error())); in openStream()
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | OboeDebug.h | 29 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, MODULE_NAME, __VA_ARGS__) macro
|
D | AudioStreamBuilder.cpp | 176 LOGW("Failed to setBufferSizeInFrames(%d). Error was %s", in openStream()
|
D | AudioStream.cpp | 57 LOGW("AudioStream::%s() called with data callback disabled!", __func__); in fireDataCallback()
|
/third_party/mbedtls/port/include/ |
D | mbedtls_log.h | 44 #define LOGW(fmt, ...) DECORATOR_HILOG(HILOG_WARN, fmt, ##__VA_ARGS__) macro
|
/third_party/mesa3d/src/broadcom/common/ |
D | v3d_debug.h | 81 #define ALOGW LOGW
|
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | FontConfig_ohos.h | 27 #define LOGW(fmt, args...) \ macro 34 #define LOGW SkDEBUGF macro
|
/third_party/mesa3d/src/intel/dev/ |
D | intel_debug.h | 117 #define ALOGW LOGW
|
/third_party/skia/third_party/externals/oboe/samples/shared/ |
D | DefaultAudioStreamCallback.h | 134 LOGW("Error setting thread affinity. Error no: %d", result); in setThreadAffinity()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.h | 290 #define ALOGW LOGW
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
D | LatencyAnalyzer.h | 46 #define ALOGW LOGW
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 77081 +#define LOGW(fmt, args...) \ 77088 +#define LOGW SkDEBUGF
|