Home
last modified time | relevance | path

Searched refs:ALOGW (Results 1 – 7 of 7) 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, outIamge=%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/tests/media/libaudiojni/
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/tests/tests/media/libimagereaderjni/
DAImageReaderCts.cpp41 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro
94 ALOGW("Device has no camera on board."); in initCamera()
119 ALOGW("Camera does not support BACKWARD_COMPATIBLE."); in initCamera()
480 ALOGW("Camera is not ready after successful initialization. It's either due to camera on " in takePictures()