/cts/hostsidetests/gputools/layers/jni/ |
D | glesLayer.cpp | 30 #define ALOGI(msg, ...) \ macro 38 ALOGI("%s", msg); in StaticLogMessage() 51 ALOGI("%s%u", "glesLayer_glCompileShaderA called with parameter ", shader); in glesLayer_glCompileShaderA() 54 ALOGI("%s", "Unable to find funcMap entry for glCompileShader"); in glesLayer_glCompileShaderA() 64 ALOGI("%s%u", "glesLayer_CompileShaderB called with parameter ", shader); in glesLayer_glCompileShaderB() 67 ALOGI("%s", "Unable to find funcMap entry for glCompileShader"); in glesLayer_glCompileShaderB() 77 …ALOGI("%s %i, %i, %i", "glesLayer_glDrawArraysInstanced called with parameters (minus GLenum):", f… in glesLayer_glDrawArraysInstanced() 80 ALOGI("%s", "Unable to find funcMap entry for glDrawArraysInstanced"); in glesLayer_glDrawArraysInstanced() 90 ALOGI("%s %i", "glesLayer_glBindBuffer called with parameters (minus GLenum):", buffer); in glesLayer_glBindBuffer() 93 ALOGI("%s", "Unable to find funcMap entry for glBindBuffer"); in glesLayer_glBindBuffer() [all …]
|
D | nullLayer.cpp | 27 #define ALOGI(msg, ...) \ macro 35 ALOGI("%s", msg); in StaticLogMessage() 101 ALOGI("%s", msg); in nullCreateDevice() 138 ALOGI("%s", msg); in nullCreateInstance()
|
/cts/apps/CtsVerifier/jni/midi/ |
D | MidiTestManager.cpp | 22 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro 104 ALOGI("gClsMidiTestModule:%p", clsMidiTestModule); in jniSetup() 110 ALOGI("mMidEndTestgMidEndTest:%p", mMidEndTest); in jniSetup() 140 ALOGI("---- matchStream() count:%d", count); in matchStream() 148 ALOGI("---- mismatch @%d [%d : %d]", in matchStream() 156 ALOGI(" returns:%d", matches); in matchStream() 167 ALOGI("---- sendMessages()..."); in sendMessages() 170 ALOGI("--------"); in sendMessages() 172 ALOGI(" 0x%X", mTestMsgs[msgIndex].mMsgBytes[byteIndex]); in sendMessages() 187 ALOGI("---- totalSent:%d", totalSent); in sendMessages() [all …]
|
D | com_android_cts_verifier_audio_midilib_NativeMidiManager.cpp | 19 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro 43 ALOGI("NativeMidiManager_startTest(%p, %p)", testModuleObj, midiObj); in Java_com_android_cts_verifier_audio_midilib_NativeMidiManager_startTest() 51 ALOGI("nativeSendDevice:%p, status:%d", nativeMidiDevice, status); in Java_com_android_cts_verifier_audio_midilib_NativeMidiManager_startTest() 58 ALOGI("device release status:%d", status); in Java_com_android_cts_verifier_audio_midilib_NativeMidiManager_startTest()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0386/ |
D | poc.c | 49 ALOGI("nl_msg.nm_size : %zx\n", message->nm_size); in main() 63 ALOGI("message address [%p, %p]", hdr, nlmsg_tail(hdr)); in main() 64 ALOGI("message len = 0x%x", result); in main() 77 ALOGI("\n\n\nPutting down overflow.......\n\n\n"); in main() 80 ALOGI("message address [%p, %p]", hdr, nlmsg_tail(hdr)); in main() 81 ALOGI("message len = 0x%x", hdr->nlmsg_len); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/ |
D | poc.cpp | 62 ALOGI("-----------decode------------"); in fuzzIOMXQcomVpx() 98 ALOGI("useBuffer, port index 0, err: %d", err); in fuzzIOMXQcomVpx() 117 ALOGI("useBuffer, port index 1, err: %d", err); in fuzzIOMXQcomVpx() 135 ALOGI("emptyBuffer, err: %d", err); in fuzzIOMXQcomVpx() 138 ALOGI("fillBuffer, err: %d", err); in fuzzIOMXQcomVpx() 142 ALOGI("freeNode, err: %d", err); in fuzzIOMXQcomVpx()
|
/cts/hostsidetests/securitybulletin/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/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 | 271 ALOGI("track %d format: %s", i, s); in testExtractor() 516 ALOGI("track %d format: %s", i, s); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative() 682 ALOGI("@@@@ native window: %p", window); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative() 702 ALOGI("track %d format: %s", i, s); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative() 780 ALOGI("input tracks: %d", numtracks); in Java_android_media_cts_NativeDecoderTest_testMuxerNative() 784 ALOGI("track %d format: %s", i, s); in Java_android_media_cts_NativeDecoderTest_testMuxerNative() 791 ALOGI("track %d -> %zd format %s", i, tidx, s); in Java_android_media_cts_NativeDecoderTest_testMuxerNative() 894 ALOGI("null pssh"); in Java_android_media_cts_NativeDecoderTest_testPsshNative() 898 ALOGI("pssh has %zd entries", info->numentries); in Java_android_media_cts_NativeDecoderTest_testPsshNative() 905 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()
|
/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/hostsidetests/seccomp/app/jni/ |
D | android_seccomp_cts_app_SeccompDeviceTest.cpp | 29 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__) macro 62 ALOGI("syscall caused process termination"); in doTestSyscallBlocked() 76 return doTestSyscallBlocked([&](){ ALOGI("Calling syscall %d", nr); syscall(nr); }); in testSyscallBlocked()
|
/cts/tests/tests/content/jni/ |
D | NativeCursorWindow.cpp | 27 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro 81 ALOGI("opening %s", chars); in Java_android_content_cts_CursorWindowContentProvider_makeNativeCursorWindowFd()
|
/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 | 636 ALOGI("Writing jpeg file to %s", dumpFilePath); in validateImageCb() 1303 ALOGI("Preview not inited. Will not create preview request!"); in createRequestsWithErrorLog() 1340 ALOGI("AImageReader not inited. Will not create still request!"); in createRequestsWithErrorLog() 1473 ALOGI("Session take ~%d ms to close", i*100); in resetWithErrorLog() 1640 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "fail"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetAndCloseNative() 1661 ALOGI("Number of cameras: %d", cameraIdList->numCameras); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetCameraIdsNative() 1663 ALOGI("Camera ID: %s", cameraIdList->cameraIds[i]); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetCameraIdsNative() 1676 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "fail"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetCameraIdsNative() 1725 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "failed"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerAvailabilityCallbackNative() 1854 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "failed"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerCharacteristicsNative() [all …]
|
/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/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 37 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro 1266 ALOGI("Test skipped: cube map arrays require GL ES 3.2, found %d.%d", in SetUpBuffer() 1277 ALOGI("Test skipped: texture arrays require GL ES 3.0, found %d.%d", in SetUpBuffer() 1293 ALOGI("Test skipped: GL_RGB8/GL_RGBA8 renderbuffers require GL ES 3.0 or " in SetUpBuffer() 1299 ALOGI("Test skipped: GL_SRGB8_ALPHA8 requires GL ES 3.0 or GL_EXT_sRGB, " in SetUpBuffer() 1304 ALOGI("Test skipped: GL_RGB10_A2 requires GL ES 3.0, found %d.%d", in SetUpBuffer() 1309 ALOGI("Test skipped: GL_RGBA16F requires GL ES 3.0, found %d.%d", in SetUpBuffer() 1316 ALOGI("Test skipped: depth textures require GL ES 3.0 or " in SetUpBuffer() 1323 ALOGI("Test skipped: depth-stencil textures require GL ES 3.0 or " in SetUpBuffer() 1330 ALOGI("Test skipped: External textures are not supported but required " in SetUpBuffer() [all …]
|
D | AHardwareBufferTest.cpp | 39 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
/cts/hostsidetests/gputools/apps/jni/ |
D | android_gputools_cts_RootlessGpuDebug.cpp | 28 #define ALOGI(msg, ...) \ macro
|
/cts/tests/tests/media/libimagereaderjni/ |
D | AImageReaderCts.cpp | 40 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro 497 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
|