Home
last modified time | relevance | path

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

12

/cts/tests/tests/media/libimagereaderjni/
DAImageReaderCts.cpp42 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
76 ALOGE("Cannot initialize camera before image reader get initialized."); in initCamera()
83 ALOGE("Failed to create ACameraManager."); in initCamera()
89 ALOGE("Failed to get cameraIdList: ret=%d", ret); in initCamera()
100 ALOGE("Failed to get cameraId."); in initCamera()
106 ALOGE("Failed to open camera, ret=%d, mDevice=%p.", ret, mDevice); in initCamera()
112 ALOGE("Get camera %s characteristics failure. ret %d, metadata %p", mCameraId, ret, in initCamera()
125 ALOGE("ACaptureSessionOutputContainer_create failed, ret=%d", ret); in initCamera()
130 ALOGE("ACaptureSessionOutput_create failed, ret=%d", ret); in initCamera()
135 ALOGE("ACaptureSessionOutputContainer_add failed, ret=%d", ret); in initCamera()
[all …]
/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()
Dandroid_security_cts_SeccompTest.cpp45 ALOGE("Unexpected return result from waitpid"); in testSyscallBlocked()
50 ALOGE("syscall was not blocked"); in testSyscallBlocked()
61 ALOGE("Unexpected signal"); in testSyscallBlocked()
65 ALOGE("Unexpected status from syscall_exists"); in testSyscallBlocked()
Dandroid_security_cts_NativeCodeTest.cpp250 ALOGE("pipe failed:%s", strerror(errno)); in android_security_cts_NativeCodeTest_doPipeReadVTest()
258 ALOGE("malloc failed:%s", strerror(errno)); in android_security_cts_NativeCodeTest_doPipeReadVTest()
275 ALOGE("mmap fixed addr failed:%s", strerror(errno)); in android_security_cts_NativeCodeTest_doPipeReadVTest()
285 ALOGE("mmap failed in %d times:%s", i, strerror(errno)); in android_security_cts_NativeCodeTest_doPipeReadVTest()
306 ALOGE("mmap fixed addr failed:%s", strerror(errno)); in android_security_cts_NativeCodeTest_doPipeReadVTest()
Dandroid_security_cts_EncryptionTest.cpp68 ALOGE("EncryptionTest::deviceIsEncrypted: %d", rc); in android_security_cts_EncryptionTest_deviceIsEncrypted()
132 ALOGE("EncryptionTest::aesIsFast: %u iterations in %lu ms (%.01lf MiB/s) " in android_security_cts_EncryptionTest_aesIsFast()
Dandroid_security_cts_CharDeviceTest.cpp89 ALOGE("%s", MAGIC_STRING); in android_security_cts_CharDeviceTest_doExynosReadTest()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_VulkanFeaturesTest.cpp32 #define ALOGE(msg, ...) \ macro
56 ALOGE("vkCreateInstance failed: %d", result); in getVkJSON()
63 ALOGE("vkEnumeratePhysicalDevices failed: %d", result); in getVkJSON()
70 ALOGE("vkEnumeratePhysicalDevices failed: %d", result); in getVkJSON()
/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.cpp92 ALOGE("no mime type"); in testExtractor()
115 ALOGE("expected audio or video mime type, got %s", mime); in testExtractor()
158 ALOGE("setDataSource error: %d", err); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNative()
180 ALOGE("setDataSource error: %d", err); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNativePath()
229 ALOGE("setDataSource error: %d", err); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative()
248 ALOGE("no mime type"); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative()
257 ALOGE("expected audio or video mime type, got %s", mime); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative()
382 ALOGE("setDataSource error: %d", err); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative()
400 ALOGE("no mime type"); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative()
470 ALOGE("setDataSource error: %d", err); in Java_android_media_cts_NativeDecoderTest_testMuxerNative()
[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()
Dnative-mediadrm-jni.cpp259 ALOGE("Failed to create media crypto=%zd", i); in Java_android_media_cts_NativeClearKeySystemTest__testPsshNative()
282 ALOGE("cannot create codec for %s", mime); in addTrack()
307 ALOGE("no mime type"); in addTracks()
586 ALOGE("Invalid keyRequestSize %zd", keyRequestSize); in Java_android_media_cts_NativeClearKeySystemTest_testClearKeyPlaybackNative()
591 ALOGE("Invalid keyRequest data is returned"); in Java_android_media_cts_NativeClearKeySystemTest_testClearKeyPlaybackNative()
621 ALOGE("Event listener did not receive the expected event."); in Java_android_media_cts_NativeClearKeySystemTest_testClearKeyPlaybackNative()
680 ALOGE("PlaybackParams class not found"); in register_android_media_cts_NativeClearKeySystemTest()
684 ALOGE("NativeClearKeySystemTest class not found"); in register_android_media_cts_NativeClearKeySystemTest()
Dnative_media_utils.cpp38 ALOGE("Failed to create thread"); in startThread()
221 ALOGE("RESULT: ERROR: Intra period at frame %d is %d (expected %d +/-%d)", in checkIntraPeriod()
299 ALOGE("BUG: expected dynamic bitrate"); in checkDynamicBitrate()
/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()
DnativeTestHelper.h23 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
DSensorTest.cpp228 ALOGE("TestSharedMemory %p not properly destructed: " in release()
/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()
Daudio-track-native.cpp505 ALOGE("Unable to get array for nativeGetPositionInMsec()"); in Java_android_media_cts_AudioTrackNative_nativeGetPositionInMsec()
548 ALOGE("Error retrieving source of audio data to play"); in writeArray()
Daudio-record-native.cpp561 ALOGE("Unable to get array for nativeGetPositionInMsec()"); in Java_android_media_cts_AudioRecordNative_nativeGetPositionInMsec()
605 ALOGE("Error retrieving destination of audio data to record"); in readArray()
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
Dversion.cpp34 ALOGE("Native registration unable to find class '%s'", className); in registerNativeMethods()
38 ALOGE("RegisterNatives failed for '%s'", className); in registerNativeMethods()
/cts/tests/tests/os/jni/
Dandroid_os_cts_NoExecutePermissionTest.cpp31 ALOGE("Unable to open /proc/self/maps: %s", strerror(errno)); in isAddressExecutable()
64 ALOGE("Unable to allocate memory"); in android_os_cts_NoExecutePermissionTest_isHeapExecutable()
/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.cpp40 ALOGE("%s", buf);
163 ALOGE("%s Getting camera device from session callback failed!", in onReady()
182 ALOGE("%s Getting camera device from session callback failed!", in onActive()
255 ALOGE("%s: acquire image from reader %p failed! ret: %d, img %p", in onImageAvailable()
264 ALOGE("%s: get format for image %p failed! ret: %d, format %d", in onImageAvailable()
273 ALOGE("%s: get numPlanes for image %p failed! ret: %d, numPlanes %d", in onImageAvailable()
282 ALOGE("%s: get width for image %p failed! ret: %d, width %d", in onImageAvailable()
290 ALOGE("%s: get height for image %p failed! ret: %d, height %d", in onImageAvailable()
300 ALOGE("%s: get jpeg data for image %p failed! ret: %d, data %p, len %d", in onImageAvailable()
463 ALOGE("Unregister availability callback failed: ret %d", ret); in deInit()
[all …]
/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()
/cts/tests/tests/nativehardware/jni/
DNativeTestHelper.h22 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro

12