Home
last modified time | relevance | path

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

12

/cts/tests/tests/graphics/jni/
DCameraTestHelpers.cpp26 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
32 ALOGE("Cannot initialize camera before image reader get initialized."); in initCamera()
39 ALOGE("Failed to create ACameraManager."); in initCamera()
45 ALOGE("Failed to get cameraIdList: ret=%d", ret); in initCamera()
57 ALOGE("Failed to get cameraId."); in initCamera()
64 ALOGE("Failed to open camera, ret=%d, mDevice=%p.", ret, mDevice); in initCamera()
71 ALOGE("Get camera %s characteristics failure. ret %d, metadata %p", in initCamera()
85 ALOGE("ACaptureSessionOutputContainer_create failed, ret=%d", ret); in initCamera()
90 ALOGE("ACaptureSessionOutput_create failed, ret=%d", ret); in initCamera()
95 ALOGE("ACaptureSessionOutputContainer_add failed, ret=%d", ret); in initCamera()
[all …]
Dandroid_graphics_cts_CameraGpuCtsActivity.cpp40 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
116 ALOGE("Failed to initialize image reader: %d", ret); in initRenderer()
122 ALOGE("Failed to initialize camera: %d", ret); in initRenderer()
141 ALOGE("Failed to load shader"); in initRenderer()
157 ALOGE("Shader failed to link: %s", infoLog); in initRenderer()
185 ALOGE("No camera is ready for frame capture."); in drawFrame()
192 ALOGE("Camera failed to take picture, error=%d", ret); in drawFrame()
209 ALOGE("Failed to create EGLClientBuffer"); in drawFrame()
228 ALOGE("Failed to create EGLImage."); in drawFrame()
272 ALOGE("Shader Failed to compile: %s", source); in loadShader()
[all …]
DImageReaderTestHelpers.cpp26 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
44 ALOGE("Cannot re-initalize image reader, mImgReader=%p, mImgReaderAnw=%p", in initImageReader()
52 ALOGE("Failed to create new AImageReader, ret=%d, mImgReader=%p", ret, in initImageReader()
59 ALOGE("Failed to set image available listener, ret=%d.", ret); in initImageReader()
65 ALOGE("Failed to get ANativeWindow from AImageReader, ret=%d, " in initImageReader()
105 ALOGE("Faild to get hardware buffer, ret=%d, outBuffer=%p.", ret, buffer); in getBufferFromCurrentImage()
Dandroid_graphics_cts_VulkanPreTransformCtsActivity.cpp28 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
36 ALOGE("Failed to find method ID"); in validatePixelValues()
/cts/tests/tests/media/libimagereaderjni/
DAImageReaderCts.cpp42 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
77 ALOGE("Cannot initialize camera before image reader get initialized."); in initCamera()
84 ALOGE("Failed to create ACameraManager."); in initCamera()
90 ALOGE("Failed to get cameraIdList: ret=%d", ret); in initCamera()
101 ALOGE("Failed to get cameraId."); in initCamera()
107 ALOGE("Failed to open camera, ret=%d, mDevice=%p.", ret, mDevice); in initCamera()
113 ALOGE("Get camera %s characteristics failure. ret %d, metadata %p", mCameraId, ret, in initCamera()
126 ALOGE("ACaptureSessionOutputContainer_create failed, ret=%d", ret); in initCamera()
131 ALOGE("ACaptureSessionOutput_create failed, ret=%d", ret); in initCamera()
136 ALOGE("ACaptureSessionOutputContainer_add failed, ret=%d", ret); in initCamera()
[all …]
/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp30 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
50 ALOGE("Unexpected return result from waitpid"); in doTestSyscallBlocked()
55 ALOGE("syscall was not blocked"); in doTestSyscallBlocked()
66 ALOGE("Unexpected signal"); in doTestSyscallBlocked()
70 ALOGE("Unexpected status from syscall_exists"); in doTestSyscallBlocked()
80 return doTestSyscallBlocked([&] {ALOGE("Calling setresuid\n"); setresuid(ruid, euid, suid);}); in testSetresuidBlocked()
84 return doTestSyscallBlocked([&] {ALOGE("Calling setresgid\n"); setresgid(rgid, egid, sgid);}); in testSetresgidBlocked()
/cts/tests/tests/security/jni/
Dandroid_security_cts_MMapExecutableTest.cpp44 ALOGE("open %s: %s", filename.c_str(), strerror(errno)); in mmap_executable()
50 ALOGE("fstat %s: %s", filename.c_str(), strerror(errno)); in mmap_executable()
55 ALOGE("file %s is too small", filename.c_str()); in mmap_executable()
63 ALOGE("mmap %s: %s", filename.c_str(), strerror(errno)); in mmap_executable()
68 ALOGE("munmap %s: %s", filename.c_str(), strerror(errno)); in mmap_executable()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/
Dpoc.cpp49 ALOGE("OMXClient connect == NULL"); in fuzzIOMXQcomVpx()
55 ALOGE("OMXClient interface mOmx == NULL"); in fuzzIOMXQcomVpx()
65 ALOGE("%s node allocation failed", name); in fuzzIOMXQcomVpx()
73 ALOGE("sendCommand is failed in OMX_StateIdle, err: %d", err); in fuzzIOMXQcomVpx()
84 ALOGE("memory allocate failed for port index 0, err: %d", err); in fuzzIOMXQcomVpx()
110 ALOGE("memory allocate failed for port index 1, err: %d", err); in fuzzIOMXQcomVpx()
127 ALOGE("sendCommand is failed in OMX_StateExecuting, err: %d", err); in fuzzIOMXQcomVpx()
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp152 ALOGE("Could not send message to the input channel"); in checkMessage()
159 ALOGE("Could not receive message from the input channel"); in checkMessage()
163 ALOGE("Types do not match"); in checkMessage()
168 ALOGE("Found padding to be uninitialized"); in checkMessage()
175 ALOGE("Client received un-sanitized message"); in checkMessage()
176 ALOGE("Received message: %s", memoryAsHexString(&clientMsg, clientMsg.size()).c_str()); in checkMessage()
177 ALOGE("Expected message: %s", in checkMessage()
197 ALOGE("Could not open input channel pair"); in main()
205 ALOGE("Check message failed for type %i", type); in main()
/cts/tests/tests/media/libmediandkjni/
Dnative_media_decoder_source.cpp89 ALOGE("setDataSource error: %d", err); in setDataSourceFd()
101 ALOGE("no mime type"); in setDataSourceFd()
111 ALOGE("expected video mime type, got %s", mime); in setDataSourceFd()
205 ALOGE("Video track not found !"); in prepare()
219 ALOGE("failed to configure decoder"); in prepare()
229 ALOGE("failed to start decoder"); in start()
250 ALOGE("failed to stop decoder"); in stop()
263 ALOGE("failed to seek Extractor to 0"); in rewindExtractor()
Dnative-media-jni.cpp274 ALOGE("no mime type"); in testExtractor()
297 ALOGE("expected audio or video mime type, got %s", mime); in testExtractor()
342 ALOGE("setDataSource error: %d", err); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNative()
393 ALOGE("setDataSource error: %d", err); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNativePath()
431 ALOGE("setDataSource error: %d", err); in Java_android_media_cts_NativeDecoderTest_getExtractorFileDurationNative()
466 ALOGE("setDataSource error: %d", err); in Java_android_media_cts_NativeDecoderTest_getExtractorCachedDurationNative()
498 ALOGE("setDataSource error: %d", err); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative()
519 ALOGE("no mime type"); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative()
537 ALOGE("expected audio or video mime type, got %s", mime); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative()
687 ALOGE("setDataSource error: %d", err); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative()
[all …]
Dnative_media_encoder_jni.cpp96 ALOGE("Failed to create persistent surface !"); in getPersistentSurface()
127 ALOGE("failed to configure encoder"); in prepare()
149 ALOGE("failed to start decoder"); in start()
175 ALOGE("RESULT: ERROR: output frame count does not match input"); in validate()
181 ALOGE("Overall bitrate check failed!"); in validate()
185 ALOGE("I-period check failed!"); in validate()
189 ALOGE("Dynamic-I-frame-request check failed!"); in validate()
193 ALOGE("Dynamic-bitrate-update check failed!"); in validate()
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
Dversion.cpp23 #define ALOGE(...) ALOG(LOG_ERROR, NULL, __VA_ARGS__) macro
38 ALOGE("Native registration unable to find class '%s'", className); in registerNativeMethods()
42 ALOGE("RegisterNatives failed for '%s'", className); in registerNativeMethods()
/cts/tests/sensor/jni/
Dandroid_hardware_cts_SensorDirectReportTest.cpp33 ALOGE("Byte array is not large enough."); in readHardwareBuffer()
39 ALOGE("Cannot get AHardwareBuffer from HardwareBuffer"); in readHardwareBuffer()
53 ALOGE("AHardwareBuffer locked but address is invalid"); in readHardwareBuffer()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0386/
Dpoc.c45 ALOGE("Alloc message memory failed"); in main()
55 ALOGE("Alloc data memory failed"); in main()
72 ALOGE("Alloc data2 memory failed"); in main()
/cts/tests/tests/media/libaudiojni/
Dsl-utils.cpp105 ALOGE("slCreateEngine() failed: %s", getSLErrStr(result)); in createEngine()
111 ALOGE("Realize() failed: %s", getSLErrStr(result)); in createEngine()
135 ALOGE("CloseSLEngine(%p): refcount already 0", engine); in CloseSLEngine()
/cts/apps/CtsVerifier/jni/midi/
DMidiTestManager.cpp23 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
246 ALOGE("Can't open MIDI device for reading err:%d", m_status); in StartReading()
253 ALOGE("Can't start readThread: %s (%d)", strerror(status), status); in StartReading()
264 ALOGE("Can't open MIDI device for writing err:%d", status); in StartWriting()
324 ALOGE("Failed to join readThread: %s (%d)", strerror(status), status); in RunTest()
335 ALOGE("Error retrieving JNI Env"); in EndTest()
/cts/tests/tests/content/jni/
DNativeCursorWindow.cpp28 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
89 ALOGE("open(%s) failed: %d", chars, errno); in Java_android_content_cts_CursorWindowContentProvider_makeNativeCursorWindowFd()
97 ALOGE("mmap(%s) failed: %d", chars, errno); in Java_android_content_cts_CursorWindowContentProvider_makeNativeCursorWindowFd()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2419/
Dpoc.cpp64 ALOGE("leaked data: 0x%08x", leaked); in doInforLeakTest()
74 ALOGE("IOMX_InfoLeak b26323455"); in main()
/cts/tests/camera/libctscamera2jni/
Ddng-validate-jni.cpp393 ALOGE("Unable to map DNG buffer to native"); in Java_android_hardware_camera2_cts_DngCreatorTest_validateDngNative()
406 ALOGE("Error redirecting dng_validate output: %d", errno); in Java_android_hardware_camera2_cts_DngCreatorTest_validateDngNative()
432 ALOGE("Error reading from dng_validate output pipe: %d", errno); in Java_android_hardware_camera2_cts_DngCreatorTest_validateDngNative()
454 ALOGE("**|%s", line.c_str()); in Java_android_hardware_camera2_cts_DngCreatorTest_validateDngNative()
461 ALOGE("Validation output less than expected!"); in Java_android_hardware_camera2_cts_DngCreatorTest_validateDngNative()
465 ALOGE("DNG validation failed!"); in Java_android_hardware_camera2_cts_DngCreatorTest_validateDngNative()
Dnative-camera-jni.cpp44 ALOGE("%s", buf);
191 ALOGE("%s Getting camera device from session callback failed!", in onReady()
210 ALOGE("%s Getting camera device from session callback failed!", in onActive()
298 ALOGE("Error: Sync frame number missing from result!"); in onCaptureCompleted()
306 ALOGE("Error: Sync frame number missing from result copy!"); in onCaptureCompleted()
311 ALOGE("Error: Sync frame number %" PRId64 " mismatch result copy %" PRId64, in onCaptureCompleted()
338 ALOGE("Error: Sync frame number missing from result!"); in onLogicalCameraCaptureCompleted()
346 ALOGE("Error: Sync frame number missing from result copy!"); in onLogicalCameraCaptureCompleted()
351 ALOGE("Error: Sync frame number %" PRId64 " mismatch result copy %" PRId64, in onLogicalCameraCaptureCompleted()
357 ALOGE("Error: Number of registered physical camera Ids %zu is different than received" in onLogicalCameraCaptureCompleted()
[all …]
/cts/tests/tests/os/jni/
Dandroid_os_cts_NoExecutePermissionTest.cpp31 ALOGE("Unable to open /proc/self/maps: %s", strerror(errno)); in isAddressExecutable()
59 ALOGE("Unable to allocate memory"); in android_os_cts_NoExecutePermissionTest_isHeapExecutable()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2460/
Dpoc.cpp66 ALOGE("IGraphicBufferProducer_InfoLeak leaked data = 0x%08x", in main()
70 ALOGE("IGraphicBufferProducer_Info is Leaked"); in main()
/cts/tests/tests/openglperf/jni/
DOpenGlPerfNativeJni.cpp73 ALOGE("FrameCompletion: error waiting for fence: %#x", eglGetError()); in Java_android_openglperf_cts_OpenGlPerfNative_waitForEglCompletion()
76 ALOGE("FrameCompletion: timeout waiting for fence"); in Java_android_openglperf_cts_OpenGlPerfNative_waitForEglCompletion()
/cts/tests/tests/mediastress/jni/
Dnative-media-jni.cpp30 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
64 ALOGE("assertion failure at file %s line %d", __FILE__, __LINE__); \
105 ALOGE("Error filling cache, exiting\n"); in enqueueInitialBuffers()
228 ALOGE("Unexpected domain %u\n", domain); in StreamChangeCallback()
233 ALOGE("Unexpected stream event ID %u\n", eventId); in StreamChangeCallback()

12