/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 | 30 #define ALOGI(msg, ...) \ macro 44 ALOGI("%s", msg); in StaticLogMessage() 116 ALOGI("%s", msg); in nullCreateDevice() 150 ALOGI("%s", msg); in nullCreateInstance()
|
/cts/hostsidetests/graphics/gpuprofiling/app/ |
D | android_graphics_cts_GpuCounters.cpp | 30 #define ALOGI(msg, ...) \ macro 55 ALOGI("%s", "Loading producer library"); in startCounterProducer() 60 ALOGI("Trying %s", producerPath.c_str()); in startCounterProducer() 80 ALOGI("Calling start at %p", startFunc); in startCounterProducer() 82 ALOGI("Producer %s has exited.", producerPath.c_str()); in startCounterProducer() 93 ALOGI("%s", "SIGTERM received"); in main() 98 ALOGI("%s %d", "startCounterProducer returned", result); in main() 100 ALOGI("%s", "Waiting for host"); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0386/ |
D | poc.c | 58 ALOGI("nl_msg.nm_size : %zx\n", message->nm_size); in main() 72 ALOGI("message address [%p, %p]", hdr, nlmsg_tail(hdr)); in main() 73 ALOGI("message len = 0x%x", result); in main() 86 ALOGI("\n\n\nPutting down overflow.......\n\n\n"); in main() 89 ALOGI("message address [%p, %p]", hdr, nlmsg_tail(hdr)); in main() 90 ALOGI("message len = 0x%x", hdr->nlmsg_len); in main()
|
/cts/apps/CtsVerifier/jni/midi/ |
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()
|
D | MidiTestManager.cpp | 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro 149 ALOGI("gClsMidiTestModule:%p", clsMidiTestModule); in jniSetup() 155 ALOGI("mMidEndTestgMidEndTest:%p", mMidEndTest); in jniSetup() 213 ALOGI("---- matchStream() count:%d", count); in matchStream() 266 ALOGI(" success:%d", matches); in matchStream() 312 ALOGI("---- sendMessages()..."); in sendMessages() 315 ALOGI("--------"); in sendMessages() 317 ALOGI(" 0x%X", mTestMsgs[msgIndex].mMsgBytes[byteIndex]); in sendMessages() 339 ALOGI("---- totalSent:%d", totalSent); in sendMessages() 374 ALOGI("---- msgs:%zd, bytes:%zu", numMessagesReceived, numBytesReceived); in ProcessInput() [all …]
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3747/ |
D | poc.cpp | 78 ALOGI("%s node allocation fails", name); in fuzzIOMXQcomEnc() 100 ALOGI("useBuffer, port index 0, err: %d", err); in fuzzIOMXQcomEnc() 114 ALOGI("useBuffer, port index 1, err: %d", err); in fuzzIOMXQcomEnc() 119 ALOGI("sendCommand, err: %d", err); in fuzzIOMXQcomEnc() 129 ALOGI("emptyBuffer, err: %d", err); in fuzzIOMXQcomEnc() 135 ALOGI("fillBuffer, err: %d", err); in fuzzIOMXQcomEnc() 138 ALOGI("freeNode, err: %d", err); in fuzzIOMXQcomEnc()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2460/ |
D | poc.cpp | 40 ALOGI("Get iMPService instance, 0x%08lx\n", (unsigned long)iMPService.get()); in main() 45 ALOGI("Get recorder instance, 0x%08lx\n", (unsigned long)recorder.get()); in main() 58 ALOGI("Get iGBP instance, 0x%08lx\n", (unsigned long)iGBP.get()); in main() 66 ALOGI("dataAvail = %d\n", 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/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/media/muxer/jni/ |
D | native_muxer_jni.cpp | 41 ALOGI("input tracks: %d", numtracks); in Java_android_media_muxer_cts_NativeMuxerTest_testMuxerNative() 46 ALOGI("track %d format: %s", i, s); in Java_android_media_muxer_cts_NativeMuxerTest_testMuxerNative() 54 ALOGI("track %d -> %zd format %s", i, tidx, s); in Java_android_media_muxer_cts_NativeMuxerTest_testMuxerNative()
|
/cts/tests/tests/media/misc/jni/ |
D | native-media-jni.cpp | 100 ALOGI("null pssh"); in Java_android_media_misc_cts_NativeDecoderTest_testPsshNative() 104 ALOGI("pssh has %zd entries", info->numentries); in Java_android_media_misc_cts_NativeDecoderTest_testPsshNative() 111 ALOGI("entry uuid %02x%02x..%02x%02x, data size %zd", in Java_android_media_misc_cts_NativeDecoderTest_testPsshNative() 120 ALOGI("got crypto"); in Java_android_media_misc_cts_NativeDecoderTest_testPsshNative() 123 ALOGI("no crypto"); in Java_android_media_misc_cts_NativeDecoderTest_testPsshNative()
|
/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/hostsidetests/securitybulletin/securityPatch/CVE-2016-2482/ |
D | poc.cpp | 115 ALOGI("setParameter, err: %d", err); in fuzzIOMXSetParameterChangeCount() 145 ALOGI("freeNode, err: %d", err); in fuzzIOMXSetParameterChangeCount()
|
/cts/apps/CtsVerifier/jni/megaaudio/player/ |
D | JavaSourceProxy.cpp | 19 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro 131 ALOGI("allocNativeSource(%p)", javaSource); in Java_org_hyphonate_megaaudio_player_JavaSourceProxy_allocNativeSource()
|
/cts/hostsidetests/gputools/apps/jni/ |
D | android_gputools_cts_RootlessGpuDebug.cpp | 31 #define ALOGI(msg, ...) \ macro 54 ALOGI("VK_EXT_debug_utils: %u", properties[i].specVersion); in initVulkan()
|
/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 | 765 ALOGI("Writing jpeg file to %s", dumpFilePath); in validateImageCb() 1553 ALOGI("Preview not inited. Will not create preview request!"); in createRequestsWithErrorLog() 1590 ALOGI("AImageReader not inited. Will not create still request!"); in createRequestsWithErrorLog() 1745 ALOGI("Session take ~%d ms to close", i*100); in resetWithErrorLog() 1939 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "fail"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetAndCloseNative() 1960 ALOGI("Number of cameras: %d", cameraIdList->numCameras); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetCameraIdsNative() 1962 ALOGI("Camera ID: %s", cameraIdList->cameraIds[i]); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetCameraIdsNative() 1975 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "fail"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetCameraIdsNative() 2082 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "failed"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerExtendedAvailabilityCallbackNative() 2131 ALOGI("%s %s", __FUNCTION__, pass ? "pass" : "failed"); in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerAvailabilityCallbackNative() [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()
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 37 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro 1272 ALOGI("Test skipped: cube map arrays require GL ES 3.2, found %d.%d", in SetUpBuffer() 1283 ALOGI("Test skipped: texture arrays require GL ES 3.0, found %d.%d", in SetUpBuffer() 1299 ALOGI("Test skipped: GL_RGB8/GL_RGBA8 renderbuffers require GL ES 3.0 or " in SetUpBuffer() 1305 ALOGI("Test skipped: GL_SRGB8_ALPHA8 requires GL ES 3.0 or GL_EXT_sRGB, " in SetUpBuffer() 1310 ALOGI("Test skipped: GL_RGB10_A2 requires GL ES 3.0, found %d.%d", in SetUpBuffer() 1315 ALOGI("Test skipped: GL_RGBA16F requires GL ES 3.0, found %d.%d", in SetUpBuffer() 1322 ALOGI("Test skipped: depth textures require GL ES 3.0 or " in SetUpBuffer() 1329 ALOGI("Test skipped: depth-stencil textures require GL ES 3.0 or " in SetUpBuffer() 1336 ALOGI("Test skipped: External textures are not supported but required " in SetUpBuffer() [all …]
|
/cts/apps/CtsVerifier/jni/verifier/ |
D | com_android_cts_verifier_camera_StatsImage.cpp | 30 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro 299 ALOGI("Computing stats image... " in com_android_cts_verifier_camera_its_computeStatsImage()
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
D | NativeAudioAnalyzer.h | 29 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro
|
/cts/hostsidetests/graphics/gpuprofiling/app/jni/ |
D | android_graphics_cts_GpuRenderStages.cpp | 28 #define ALOGI(msg, ...) \ macro
|