Searched refs:ALOGW (Results 1 – 11 of 11) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | CameraTestHelpers.cpp | 25 #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()
|
D | ImageReaderTestHelpers.cpp | 25 #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()
|
D | android_graphics_cts_CameraGpuCtsActivity.cpp | 39 #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/ |
D | NativeMediaCommon.cpp | 67 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()
|
D | NativeCodecEncoderTest.cpp | 611 ALOGW("requested key frame at frame index %d none found near by", expPos); in testSetForceSyncFrame()
|
/cts/tests/tests/media/audio/jni/ |
D | audio-track-native.cpp | 79 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()
|
D | audio-record-native.cpp | 89 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()
|
D | appendix-b-1-2-recording.cpp | 114 ALOGW("No microphone available"); in TestAudioRecording()
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
D | NativeAudioAnalyzer.h | 30 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, MODULE_NAME, __VA_ARGS__) macro
|
/cts/tests/tests/media/misc/jni/ |
D | AImageReaderCts.cpp | 89 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/ |
D | LatencyAnalyzer.h | 46 #define ALOGW LOGW macro
|