/cts/tests/tests/graphics/jni/ |
D | CameraTestHelpers.cpp | 26 #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 …]
|
D | android_graphics_cts_CameraGpuCtsActivity.cpp | 40 #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 …]
|
D | ImageReaderTestHelpers.cpp | 26 #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()
|
/cts/tests/tests/media/libimagereaderjni/ |
D | AImageReaderCts.cpp | 42 #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/ |
D | android_seccomp_cts_app_SeccompDeviceTest.cpp | 30 #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() 81 ALOGE("Calling setresuid\n"); in testSetresuidBlocked() 88 ALOGE("Calling setresgid\n"); in testSetresgidBlocked()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2482/ |
D | poc.cpp | 61 ALOGE("OMXClient connect == NULL"); in fuzzIOMXSetParameterChangeCount() 67 ALOGE("OMXClient interface mOmx == NULL"); in fuzzIOMXSetParameterChangeCount() 74 ALOGE("-----------decode------------"); in fuzzIOMXSetParameterChangeCount() 77 ALOGE("%s node allocation fails", name); in fuzzIOMXSetParameterChangeCount() 86 ALOGE("memory allocation failed , err: %d", err); in fuzzIOMXSetParameterChangeCount() 96 ALOGE("memory allocation failed , err: %d", err); in fuzzIOMXSetParameterChangeCount() 128 ALOGE("useBuffer, err: %d", err); in fuzzIOMXSetParameterChangeCount() 140 ALOGE("setParameter, change actualcount, err: %d", err); in fuzzIOMXSetParameterChangeCount()
|
/cts/tests/media/jni/ |
D | NativeCodecUnitTest.cpp | 149 ALOGE("unable to create codec %s", mime); in setupCodec() 209 ALOGE("unable to create codec %s", mime); in testConfigureCodecForIncompleteFormat() 222 ALOGE("codec configure succeeds for format with missing key %s", vector.at(i)->key); in testConfigureCodecForIncompleteFormat() 230 ALOGE("codec configure fails for valid format %s", AMediaFormat_toString(format)); in testConfigureCodecForIncompleteFormat() 245 ALOGE("codec configure succeeds with bad configure flag"); in testConfigureCodecForBadFlags() 260 ALOGE("codec configure succeeds in initialized state"); in testConfigureInInitState() 278 ALOGE("codec configure succeeds in initialized state"); in testConfigureInRunningState() 284 ALOGE("codec configure succeeds in flush state"); in testConfigureInRunningState() 293 ALOGE("codec configure succeeds in running state"); in testConfigureInRunningState() 299 ALOGE("codec configure succeeds in eos state"); in testConfigureInRunningState() [all …]
|
D | NativeExtractorUnitTest.cpp | 33 if (status != AMEDIA_OK) ALOGE("error: AMediaExtractor_setDataSourceFd failed %d", status); in setExtractorDataSource() 40 if (!isPass) ALOGE("error: received valid trackCount before setDataSource"); in nativeTestGetTrackCountBeforeSetDataSource() 48 if (!isPass) ALOGE("error: selectTrack succeeds before setDataSource"); in nativeTestSelectTrackBeforeSetDataSource() 63 ALOGE("error: selectTrack succeeds for out of bounds track index: %zu", in nativeTestSelectTrackForInvalidIndex() 81 if (!isPass) ALOGE("error: multiple selection of same track has failed"); in nativeTestIdempotentSelectTrack() 92 if (!isPass) ALOGE("error: unselectTrack succeeds before setDataSource"); in nativeTestUnselectTrackBeforeSetDataSource() 107 ALOGE("error: unselectTrack succeeds for out of bounds track index: %zu", in nativeTestUnselectTrackForInvalidIndex() 125 if (!isPass) ALOGE("error: un-selection of non-selected track has failed"); in nativeTestUnselectTrackForUnSelectedTrackIndex() 143 if (!isPass) ALOGE("error: multiple unselection of selected track has failed"); in nativeTestIdempotentUnselectTrack() 145 ALOGE("error: selection of track 0 has failed for file %s", csrcPath); in nativeTestIdempotentUnselectTrack() [all …]
|
D | NativeMuxerTest.cpp | 250 ALOGE("wrong index"); in writeAFewSamplesData() 564 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarNorth, atlanticLong); in nativeTestSetLocation() 569 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarSouth, atlanticLong); in nativeTestSetLocation() 574 ALOGE("setLocation succeeds on bad args: (%f, %f)", atlanticLat, tooFarWest); in nativeTestSetLocation() 579 ALOGE("setLocation succeeds on bad args: (%f, %f)", atlanticLat, tooFarEast); in nativeTestSetLocation() 584 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarNorth, tooFarWest); in nativeTestSetLocation() 592 ALOGE("setLocation fails on args: (%f, %f)", annapurnaLat, annapurnaLong); in nativeTestSetLocation() 604 ALOGE("setLocation succeeds after starting the muxer"); in nativeTestSetLocation() 610 ALOGE("setLocation succeeds after stopping the muxer"); in nativeTestSetLocation() 614 ALOGE("failed to writeSampleData or stop muxer"); in nativeTestSetLocation() [all …]
|
D | NativeExtractorTest.cpp | 186 ALOGE("getCachedDuration is less than zero for network source"); in validateCachedDuration() 195 ALOGE("getCachedDuration != -1 for non-network source"); in validateCachedDuration() 221 ALOGE("Unequal number of keys and values"); in createExtractorFromUrl() 236 if (!isPass) ALOGE("setDataSourceCustom failed"); in createExtractorFromUrl() 264 ALOGE("fopen failed for srcFile %s", srcFile); in getSeekablePoints() 270 ALOGE("createExtractorFromFD failed"); in getSeekablePoints() 311 ALOGE("fopen failed for srcFile %s", srcFile); in generateSeekTestArgs() 317 ALOGE("createExtractorFromFD failed"); in generateSeekTestArgs() 416 ALOGE("createExtractorFromFD failed"); in checkSeekPoints() 433 ALOGE(" flags exp/got: %d / %d", arg->mExpected.flags, received.flags); in checkSeekPoints() [all …]
|
D | NativeMuxerUnitTest.cpp | 54 ALOGE("error: muxer constructor accepts invalid file descriptor"); in nativeTestIfInvalidFdIsRejected() 67 ALOGE("error: muxer constructor accepts read-only file descriptor"); in nativeTestIfReadOnlyFdIsRejected() 82 ALOGE("error: muxer constructor accepts write-only file descriptor"); in nativeTestIfWriteOnlyFdIsRejected() 98 ALOGE("error: muxer constructor accepts non-seekable file descriptor"); in nativeTestIfNonSeekableFdIsRejected() 113 ALOGE("error: muxer constructor accepts invalid output format"); in nativeTestIfInvalidOutputFormatIsRejected() 128 ALOGE("error: muxer.addTrack succeeds with format that has no mime key"); in nativeTestIfInvalidMediaFormatIsRejected() 134 ALOGE("error: muxer.addTrack succeeds with format whose mime is non-compliant"); in nativeTestIfInvalidMediaFormatIsRejected() 153 ALOGE("error: muxer.addTrack succeeds with erroneous key-value pairs in media format"); in nativeTestIfCorruptMediaFormatIsRejected() 173 ALOGE("error: muxer.addTrack succeeds after muxer.start"); in nativeTestIfAddTrackSucceedsAfterStart() 196 ALOGE("error: muxer.addTrack succeeds after muxer.writeSampleData"); in nativeTestIfAddTrackSucceedsAfterWriteSampleData() [all …]
|
D | NativeCodecDecoderTest.cpp | 92 ALOGE("unable to open input file %s", refFile); in setUpAudioReference() 170 ALOGE("AMediaCodec_getInputBuffer failed"); in enqueueCodecConfig() 176 ALOGE("csd exceeds input buffer size, csdSize: %zu bufSize: %zu", csdSize, bufSize); in enqueueCodecConfig() 194 ALOGE("AMediaCodec_getInputBuffer failed"); in enqueueInput() 200 ALOGE("extractor sample size exceeds codec input buffer size %zu %zu", size, bufSize); in enqueueInput() 204 ALOGE("AMediaExtractor_readSampleData failed"); in enqueueInput() 271 ALOGE("unexpected return value from *_dequeueInputBuffer: %d", bufferIndex); in queueCodecConfig() 286 ALOGE("unable to create codec %s", decoder); in decodeToMemory() 327 ALOGE("unable to create codec %s", decoder); in testSimpleDecode() 333 ALOGE("%s error codec-name act/got: %s/%s", log, name, decoder); in testSimpleDecode() [all …]
|
D | NativeCodecTestBase.cpp | 52 ALOGE("received media codec error: %s , code : %d , action code: %d ", detail, error, in onAsyncError() 200 ALOGE("Timestamp ordering check failed: last timestamp: %" PRId64 in isPtsStrictlyIncreasing() 243 ALOGE("input and output presentation timestamp list sizes are not identical sizes " in isOutPtsListIdenticalToInpPtsList() 251 ALOGE("input output pts mismatch, exp/rec %" PRId64 "/%" PRId64 "", in isOutPtsListIdenticalToInpPtsList() 256 ALOGE("stopping after 20 mismatches ... "); in isOutPtsListIdenticalToInpPtsList() 270 ALOGE("ref and test outputs presentation timestamp arrays are of unequal sizes " in equals() 278 ALOGE("presentation timestamp exp/rec %" PRId64 "/%" PRId64 "", *it1, *it2); in equals() 282 ALOGE("stopping after 20 mismatches ... "); in equals() 290 ALOGE("ref and test outputs checksum do not match %lu, %lu", crc32value, that->crc32value); in equals() 292 ALOGE("ref and test outputs decoded buffer are of unequal sizes %zu, %zu", in equals() [all …]
|
/cts/hostsidetests/graphics/gpuprofiling/app/ |
D | android_graphics_cts_GpuCounters.cpp | 32 #define ALOGE(msg, ...) \ macro 39 ALOGE("Vulkan Error in %s", name); \ 63 ALOGE("Error loading lib: %s", error); in startCounterProducer() 69 ALOGE("Error looking for start symbol: %s", error); in startCounterProducer() 75 ALOGE("Did not find the producer library %s", producerPath.c_str()); in startCounterProducer() 76 ALOGE("LD_LIBRARY_PATH=%s", getenv("LD_LIBRARY_PATH")); in startCounterProducer()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_MMapExecutableTest.cpp | 44 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/appsecurity/test-apps/ApkVerityTestApp/jni/ |
D | android_appsecurity_cts_apkveritytestapp_InstalledFilesCheck.cpp | 33 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro 43 ALOGE("statx failed at %s", path.c_str()); in Java_android_appsecurity_cts_apkveritytestapp_InstalledFilesCheck_hasFsverityNative() 55 ALOGE("failed to open %s", path.c_str()); in Java_android_appsecurity_cts_apkveritytestapp_InstalledFilesCheck_hasFsverityNative() 64 ALOGE("ioctl(FS_IOC_GETFLAGS) failed at %s", path.c_str()); in Java_android_appsecurity_cts_apkveritytestapp_InstalledFilesCheck_hasFsverityNative()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/ |
D | poc.cpp | 49 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/CVE-2021-0490/ |
D | poc.cpp | 21 ALOGE("Check failed: " #error_message " " #condition " Line: %d", \ 331 ALOGE("ION_IOC_ALLOC success"); in alloc_handle() 339 ALOGE("[+] open /dev/ion"); in poc_write_kernel() 351 ALOGE("ION_IOC_SHARE handle success"); in poc_write_kernel() 358 ALOGE("re_buf addr:%p", re_buf); in poc_write_kernel() 359 ALOGE("re_buf[0]:%x", re_buf[0]); in poc_write_kernel() 368 ALOGE("read_buf[%lu]:0x%lx", read_num, read_buf[read_num]); in poc_write_kernel() 372 ALOGE("read_num = %lu", read_num); in poc_write_kernel() 373 ALOGE("non zero = %d", counter); in poc_write_kernel() 385 ALOGE("test end"); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3747/ |
D | poc.cpp | 65 ALOGE("OMXClient connect == NULL"); in fuzzIOMXQcomEnc() 71 ALOGE("OMXClient interface mOmx == NULL"); in fuzzIOMXQcomEnc() 85 ALOGE("sendCommand is failed in OMX_StateIdle, err: %d", err); in fuzzIOMXQcomEnc() 95 ALOGE("memory allocate failed for port index 0, err: %d", err); in fuzzIOMXQcomEnc() 109 ALOGE("memory allocate failed for port index 1, err: %d", err); in fuzzIOMXQcomEnc() 122 ALOGE("sendCommand is failed in OMX_StateExecuting, err: %d", err); in fuzzIOMXQcomEnc()
|
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/ |
D | version.cpp | 23 #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/apps/CtsVerifier/jni/midi/ |
D | MidiTestManager.cpp | 24 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro 160 ALOGE("Negative Byte Count in MidiTestManager::matchStream()"); in matchStream() 165 ALOGE("Too Large Byte Count (%d) in MidiTestManager::matchStream()", count); in matchStream() 294 ALOGE("---- TESTSTATUS_FAILED_MISMATCH"); in ProcessInput() 303 ALOGE("---- TESTSTATUS_FAILED_OVERRUN"); in ProcessInput() 310 ALOGE("---- TESTSTATUS_PASSED"); in ProcessInput() 328 ALOGE("Can't open MIDI device for reading err:%d", m_status); in StartReading() 335 ALOGE("Can't start readThread: %s (%d)", strerror(status), status); in StartReading() 346 ALOGE("Can't open MIDI device for writing err:%d", status); in StartWriting() 401 ALOGE("Failed to join readThread: %s (%d)", strerror(status), status); in RunTest() [all …]
|
/cts/tests/sensor/jni/ |
D | android_hardware_cts_SensorDirectReportTest.cpp | 33 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/apps/CtsVerifier/jni/audio_loopback/ |
D | NativeAudioAnalyzer.cpp | 40 ALOGE("ERROR actualInputFormat = %d\n", mActualInputFormat); in readFormattedData() 47 ALOGE("ERROR in read = %d = %s\n", framesRead, in readFormattedData() 69 … ALOGE("%s() numFrames:%d > mInputFramesMaximum:%d", __func__, numFrames, mInputFramesMaximum); in dataCallbackProc() 129 ALOGE("insufficient for no reason, numFrames = %d" in dataCallbackProc() 183 ALOGE("Error Callback, error: %d\n",(int)error); in s_MyErrorCallbackProc() 221 ALOGE("AAudio_createStreamBuilder() returned %s", in openAudio() 237 ALOGE("NativeAudioAnalyzer::openAudio() OUTPUT error %s", in openAudio() 261 ALOGE("NativeAudioAnalyzer::openAudio() INPUT error %s", in openAudio()
|
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_decoder_source.cpp | 89 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()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0386/ |
D | poc.c | 45 ALOGE("Alloc message memory failed"); in main() 55 ALOGE("Alloc data memory failed"); in main() 72 ALOGE("Alloc data2 memory failed"); in main()
|