Home
last modified time | relevance | path

Searched refs:ALOGW (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/graphics/jni/
DCameraTestHelpers.cpp25 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro
49 ALOGW("Device has no NDK compatible camera."); in initCamera()
78 ALOGW("Camera does not support BACKWARD_COMPATIBLE."); in initCamera()
DImageReaderTestHelpers.cpp25 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro
87 ALOGW("Failed to acquire image, ret=%d, outImage=%p.", ret, outImage); in getBufferFromCurrentImage()
Dandroid_graphics_cts_CameraGpuCtsActivity.cpp39 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro
88 ALOGW("after %s() glError (0x%x)\n", op, error); in checkGlError()
128 ALOGW( in initRenderer()
/cts/tests/media/jni/
DNativeMediaCommon.cpp67 ALOGW("mismatch, ref fmt has CSD %d, test fmt has CSD %d", hasRefCSD, hasTestCSD); in isCSDIdentical()
72 ALOGW("ref/test %s buffer sizes are not identical %zu/%zu", name, refCsd.second, in isCSDIdentical()
77 ALOGW("ref/test %s buffers are not identical", name); in isCSDIdentical()
113 ALOGW("Duration mismatches ref / test = %lld / %lld", (long long)refKeyDuration, in isFormatSimilar()
DNativeCodecEncoderTest.cpp611 ALOGW("requested key frame at frame index %d none found near by", expPos); in testSetForceSyncFrame()
/cts/tests/tests/media/audio/jni/
Daudio-track-native.cpp79 ALOGW("cannot create OpenSL ES engine"); in open()
160 ALOGW("open error %s", android::getSLErrStr(res)); in open()
212 ALOGW("setPlayState %d error %s", playState, android::getSLErrStr(res)); in setPlayState()
227 ALOGW("getPlayState error %s", android::getSLErrStr(res)); in getPlayState()
244 ALOGW("getPosition error %s", android::getSLErrStr(res)); in getPositionInMsec()
310 ALOGW("unable to deliver write"); in write()
331 ALOGW("invalid buffer queue interface, ignoring"); in bufferQueueCallback()
340 ALOGW("no delivered data!"); in bufferQueueCallback()
Daudio-record-native.cpp89 ALOGW("cannot create OpenSL ES engine"); in open()
189 ALOGW("open error %s", android::getSLErrStr(res)); in open()
246 ALOGW("setRecordState %d error %s", recordState, android::getSLErrStr(res)); in setRecordState()
261 ALOGW("getRecordState error %s", android::getSLErrStr(res)); in getRecordState()
278 ALOGW("getPosition error %s", android::getSLErrStr(res)); in getPositionInMsec()
395 ALOGW("invalid buffer queue interface, ignoring"); in bufferQueueCallback()
422 ALOGW("dropping data"); in bufferQueueCallback()
426 ALOGW("no delivered data!"); in bufferQueueCallback()
Dappendix-b-1-2-recording.cpp114 ALOGW("No microphone available"); in TestAudioRecording()
/cts/apps/CtsVerifier/jni/audio_loopback/
DNativeAudioAnalyzer.h30 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, MODULE_NAME, __VA_ARGS__) macro
/cts/tests/tests/media/misc/jni/
DAImageReaderCts.cpp89 ALOGW("Device has no camera on board."); in initCamera()
114 ALOGW("Camera does not support BACKWARD_COMPATIBLE."); in initCamera()
484 ALOGW("Camera is not ready after successful initialization. It's either due to camera on " in takePictures()
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h46 #define ALOGW LOGW macro