Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp186 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 …]
DAudioOutputStreamOpenSLES.cpp186 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()
DAudioInputStreamOpenSLES.cpp155 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/
Dandroid_debug.h27 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, MODULE_NAME, __VA_ARGS__) macro
36 #define LOGW(...) macro
DNativeAudioContext.cpp252 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/
Dlogging_macros.h29 #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/
Dlogging_macros.h29 #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/
DLiveEffectEngine.cpp173 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/
DHelloOboeEngine.cpp85 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/
DAudioStreamAAudio.cpp121 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()
DAAudioLoader.cpp136 LOGW("AAudioLoader could not find %s", functionName); in AAudioLoader_check()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
Dlogging.h27 #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/
DOpenGLFunctions.cpp25 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/
DGame.cpp69 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/
DOboeDebug.h29 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, MODULE_NAME, __VA_ARGS__) macro
DAudioStreamBuilder.cpp176 LOGW("Failed to setBufferSizeInFrames(%d). Error was %s", in openStream()
DAudioStream.cpp57 LOGW("AudioStream::%s() called with data callback disabled!", __func__); in fireDataCallback()
/third_party/mbedtls/port/include/
Dmbedtls_log.h44 #define LOGW(fmt, ...) DECORATOR_HILOG(HILOG_WARN, fmt, ##__VA_ARGS__) macro
/third_party/mesa3d/src/broadcom/common/
Dv3d_debug.h81 #define ALOGW LOGW
/third_party/flutter/skia/src/ports/skia_ohos/
DFontConfig_ohos.h27 #define LOGW(fmt, args...) \ macro
34 #define LOGW SkDEBUGF macro
/third_party/mesa3d/src/intel/dev/
Dintel_debug.h117 #define ALOGW LOGW
/third_party/skia/third_party/externals/oboe/samples/shared/
DDefaultAudioStreamCallback.h134 LOGW("Error setting thread affinity. Error no: %d", result); in setThreadAffinity()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h290 #define ALOGW LOGW
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h46 #define ALOGW LOGW
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch77081 +#define LOGW(fmt, args...) \
77088 +#define LOGW SkDEBUGF