/cts/hostsidetests/security/securityPatch/CVE-2016-2460/ |
D | poc.cpp | 39 ALOGI("Get iMPService instance, 0x%08lx\n", (unsigned long)iMPService.get()); in main() 42 ALOGI("Get recorder instance, 0x%08lx\n", (unsigned long)recorder.get()); in main() 55 ALOGI("Get iGBP instance, 0x%08lx\n", (unsigned long)iGBP.get()); in main() 63 ALOGI("dataAvail = %d\n", len); in main()
|
/cts/hostsidetests/seccomp/app/jni/ |
D | android_seccomp_cts_app_SeccompDeviceTest.cpp | 28 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__) macro 43 ALOGI("Calling syscall %d", nr); in testSyscallBlocked() 62 ALOGI("syscall caused process termination"); in testSyscallBlocked()
|
/cts/tests/sensor/jni/ |
D | android_hardware_cts_SensorNativeTest.cpp | 43 ALOGI("testInitialized"); in test() 48 ALOGI("testInvalidParameter"); in test() 61 ALOGI("testDirectReport: sensorType = %d, channelType = %d, ratelevel = %d", in test()
|
D | nativeTestHelper.h | 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro
|
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_utils.cpp | 162 ALOGI("RESULT: Bitrate expected=%d Achieved=%d Deviation=%.2g%%", in checkOverallBitrate() 166 ALOGI("RESULT: ERROR: bitrate deviation(%.2g%%) exceeds threshold (+/-%.2g%%)", in checkOverallBitrate() 232 ALOGI("RESULT: Intra-period: configured=%d frames (%d sec). Actual=%d frames", in checkIntraPeriod() 252 ALOGI("RESULT: ERROR: Dynamic sync-frame requested at frame=%d, got at frame=%d", in checkDynamicKeyFrames() 260 ALOGI("RESULT: Dynamic Key-frame locations - actual/requested :"); in checkDynamicKeyFrames() 261 ALOGI("RESULT: %s", debugStr.c_str()); in checkDynamicKeyFrames() 308 ALOGI("RESULT: ERROR: dynamic bitrate deviation(%.2g%%) exceeds threshold (+/-%.2g%%)", in checkDynamicBitrate() 321 ALOGI("RESULT: Dynamic Bitrates : [from-frame - to-frame] actual/expected :"); in checkDynamicBitrate() 322 ALOGI("RESULT: %s", debugStr.c_str()); in checkDynamicBitrate()
|
D | native_media_encoder_jni.cpp | 99 ALOGI("Encoder: created persistent surface %p", ps); in getPersistentSurface() 112 ALOGI("NativeEncoder::prepare"); in prepare() 116 ALOGI("Encoder format: %s", AMediaFormat_toString(config)); in prepare() 135 ALOGI("created input surface = %p", mLocalSurface.get()); in prepare() 137 ALOGI("setting persistent input surface %p", surface.get()); in prepare() 145 ALOGI("starting encoder.."); in start() 161 ALOGI("encoder done.."); in waitForCompletion() 167 ALOGI("RESULT: Encoder Output Format: %s", s); in validate() 172 ALOGI("RESULT: input frames = %d, Encoded frames = %d", in validate() 224 ALOGI("Encoder DynamicParam @frame[%d] - applying setting : %s", in run()
|
D | native-media-jni.cpp | 253 ALOGI("track %d format: %s", i, s); in testExtractor() 469 ALOGI("track %d format: %s", i, s); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative() 635 ALOGI("@@@@ native window: %p", window); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative() 655 ALOGI("track %d format: %s", i, s); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative() 733 ALOGI("input tracks: %d", numtracks); in Java_android_media_cts_NativeDecoderTest_testMuxerNative() 737 ALOGI("track %d format: %s", i, s); in Java_android_media_cts_NativeDecoderTest_testMuxerNative() 744 ALOGI("track %d -> %zd format %s", i, tidx, s); in Java_android_media_cts_NativeDecoderTest_testMuxerNative() 847 ALOGI("null pssh"); in Java_android_media_cts_NativeDecoderTest_testPsshNative() 851 ALOGI("pssh has %zd entries", info->numentries); in Java_android_media_cts_NativeDecoderTest_testPsshNative() 858 ALOGI("entry uuid %02x%02x..%02x%02x, data size %zd", in Java_android_media_cts_NativeDecoderTest_testPsshNative() [all …]
|
D | native_media_decoder_source.cpp | 215 ALOGI("configure decoder. surface = %p", mSurface.get()); in prepare()
|
D | native-mediadrm-jni.cpp | 726 ALOGI("AMediaDrm_queryKeyStatus: key=%s, value=%s", keyStatus[i].mKey, keyStatus[i].mValue); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testQueryKeyStatusNative()
|
/cts/hostsidetests/gputools/layers/jni/ |
D | nullLayer.cpp | 27 #define ALOGI(msg, ...) \ macro 35 ALOGI("%s", msg); in StaticLogMessage() 100 ALOGI("%s", msg); in nullCreateInstance()
|
/cts/tests/tests/graphics/jni/ |
D | CameraTestHelpers.cpp | 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro 52 ALOGI("Found %d camera(s).", mCameraIdList->numCameras); in initCamera()
|
D | ImageReaderTestHelpers.cpp | 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
D | android_graphics_cts_CameraGpuCtsActivity.cpp | 38 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
/cts/tests/camera/libctscamera2jni/ |
D | dng-validate-jni.cpp | 86 ALOGI("Validating DNG buffer"); in dng_validate() 381 ALOGI("DNG validation complete"); in dng_validate() 439 ALOGI("Output from DNG validation:"); in Java_android_hardware_camera2_cts_DngCreatorTest_validateDngNative() 456 ALOGI(" |%s", line.c_str()); in Java_android_hardware_camera2_cts_DngCreatorTest_validateDngNative()
|
D | native-camera-jni.cpp | 481 ALOGI("Writing jpeg file to %s", dumpFilePath); in validateImageCb() 889 ALOGI("Preview not inited. Will not create preview request!"); in createRequestsWithErrorLog() 926 ALOGI("AImageReader not inited. Will not create still request!"); in createRequestsWithErrorLog() 1028 ALOGI("Session take ~%d ms to close", i*100); in resetWithErrorLog() 1184 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "fail"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetAndCloseNative() 1205 ALOGI("Number of cameras: %d", cameraIdList->numCameras); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetCameraIdsNative() 1207 ALOGI("Camera ID: %s", cameraIdList->cameraIds[i]); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetCameraIdsNative() 1220 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "fail"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetCameraIdsNative() 1269 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "failed"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerAvailabilityCallbackNative() 1372 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "failed"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerCharacteristicsNative() [all …]
|
/cts/hostsidetests/gputools/apps/jni/ |
D | android_gputools_cts_RootlessGpuDebug.cpp | 25 #define ALOGI(msg, ...) \ macro
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 37 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro 738 ALOGI("Test skipped: cube map arrays require GL ES 3.2, found %d.%d", in SetUpBuffer() 749 ALOGI("Test skipped: texture arrays require GL ES 3.0, found %d.%d", in SetUpBuffer() 759 ALOGI("Test skipped: GL_SRGB8_ALPHA8 requires GL ES 3.0, found %d.%d", in SetUpBuffer() 764 ALOGI("Test skipped: GL_RGB10_A2 requires GL ES 3.0, found %d.%d", in SetUpBuffer() 769 ALOGI("Test skipped: GL_RGBA16F requires GL ES 3.0, found %d.%d", in SetUpBuffer() 782 ALOGI("Test skipped: sRGB hardware buffers require EGL_EXT_image_gl_colorspace"); in SetUpBuffer() 787 ALOGI("Test skipped: cube map array hardware buffers require " in SetUpBuffer() 795 ALOGI("Test skipped: %s not supported", in SetUpBuffer() 1181 ALOGI("Test skipped: requires GPU_COLOR_OUTPUT, but format is not color-renderable"); in SetUpBuffer()
|
/cts/tests/tests/media/libimagereaderjni/ |
D | AImageReaderCts.cpp | 40 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro 495 ALOGI("Session take ~%d ms to capture %d images", i * kCaptureWaitUs / 1000, in takePictures()
|
/cts/tests/tests/mediastress/jni/ |
D | native-media-jni.cpp | 31 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro
|