/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerService.cpp | 37 ALOGI("Maybe killing client %p", mClient.get()); in ~FakeComposerService_2_1() 42 ALOGI("FakeComposerService::getCapabilities"); in getCapabilities() 48 ALOGI("FakeComposerService::dumpDebugInfo"); in dumpDebugInfo() 54 ALOGI("FakeComposerService::createClient %p", mClient.get()); in createClient() 66 ALOGI("Maybe killing client %p", mClient.get()); in ~FakeComposerService_2_2() 71 ALOGI("FakeComposerService::getCapabilities"); in getCapabilities() 77 ALOGI("FakeComposerService::dumpDebugInfo"); in dumpDebugInfo() 83 ALOGI("FakeComposerService::createClient %p", mClient.get()); in createClient() 95 ALOGI("Maybe killing client %p", mClient.get()); in ~FakeComposerService_2_3() 100 ALOGI("FakeComposerService::getCapabilities"); in getCapabilities() [all …]
|
D | FakeComposerUtils.cpp | 136 ALOGI("Start SurfaceFlinger"); in startSurfaceFlinger() 149 ALOGI("Stop SurfaceFlinger"); in stopSurfaceFlinger() 163 ALOGI("Test env setup"); in SetUp() 181 ALOGI("Test env tear down"); in TearDown() 187 ALOGI("Test env tear down - done"); in TearDown()
|
/frameworks/base/libs/androidfw/ |
D | AttributeResolution.cpp | 68 ALOGI("APPLY STYLE: theme=0x%p defStyleAttr=0x%x defStyleRes=0x%x", theme, in ResolveAttrs() 106 ALOGI("RETRIEVING ATTR 0x%08x...", cur_ident); in ResolveAttrs() 125 ALOGI("-> From values: type=0x%x, data=0x%08x", value.dataType, value.data); in ResolveAttrs() 134 ALOGI("-> From def style: type=0x%x, data=0x%08x", value.dataType, value.data); in ResolveAttrs() 148 ALOGI("-> Resolved attr: type=0x%x, data=0x%08x", value.dataType, value.data); in ResolveAttrs() 155 ALOGI("-> From theme: type=0x%x, data=0x%08x", value.dataType, value.data); in ResolveAttrs() 163 ALOGI("-> Resolved theme: type=0x%x, data=0x%08x", value.dataType, value.data); in ResolveAttrs() 171 ALOGI("-> Setting to @null!"); in ResolveAttrs() 179 ALOGI("Attribute 0x%08x: type=0x%x, data=0x%08x", cur_ident, value.dataType, value.data); in ResolveAttrs() 209 ALOGI("APPLY STYLE: theme=0x%p defStyleAttr=0x%x defStyleRes=0x%x xml=0x%p", theme, in ApplyStyle() [all …]
|
/frameworks/native/opengl/tests/gl_perfapp/jni/ |
D | gl_code.cpp | 9 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__) macro 49 ALOGI("done\n"); in doTest() 80 ALOGI("Closing partially written output.n"); in Java_com_android_glperf_GLPerfLib_init() 84 ALOGI("Writing to: %s\n",fileName); in Java_com_android_glperf_GLPerfLib_init() 90 ALOGI("\nvarColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\n"); in Java_com_android_glperf_GLPerfLib_init()
|
/frameworks/native/libs/binder/ |
D | LazyServiceRegistrar.cpp | 90 ALOGI("%s service %s", regStr.c_str(), name.c_str()); in registerService() 129 … ALOGI("Process has %zu (of %zu available) client(s) in use after notification %s has clients: %d", in onClients() 144 ALOGI("Shutdown prevented by forcePersist override flag."); in tryShutdown() 148 ALOGI("Trying to shut down the service. No clients in use for any service in process."); in tryShutdown() 159 ALOGI("Failed to unregister service %s", entry.first.c_str()); in tryShutdown() 165 ALOGI("Unregistered all clients and exiting"); in tryShutdown()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceParcelable_test.cpp | 94 ALOGI("Binder server running..."); in runBinderServer() 104 ALOGI("Binder server exiting..."); in runBinderServer() 117 ALOGI("Binder service is ready for client."); in SetUp() 121 ALOGI("...Test: %d", GetParam()); in GetSurface() 165 ALOGI("Test process pid: %d.", pid); in main()
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 9 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__) macro 22 ALOGI("GL %s = %s\n", name, v); in printGLString() 28 ALOGI("after %s() glError (0x%x)\n", op, error); in checkGlError() 115 ALOGI("setupGraphics(%d, %d)", w, h); in setupGraphics() 123 ALOGI("glGetAttribLocation(\"vPosition\") = %d\n", in setupGraphics()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 9 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__) macro 22 ALOGI("GL %s = %s\n", name, v); in printGLString() 28 ALOGI("after %s() glError (0x%x)\n", op, error); in checkGlError() 115 ALOGI("setupGraphics(%d, %d)", w, h); in setupGraphics() 123 ALOGI("glGetAttribLocation(\"vPosition\") = %d\n", in setupGraphics()
|
/frameworks/native/libs/ui/tests/ |
D | GraphicBufferOverBinder_test.cpp | 73 ALOGI("Binder server running..."); in runBinderServer() 83 ALOGI("Binder server exiting..."); in runBinderServer() 96 ALOGI("Binder service is ready for client."); in SetUp() 135 ALOGI("Test process pid: %d.", pid); in main()
|
/frameworks/native/services/vr/bufferhubd/ |
D | bufferhubd.cpp | 23 ALOGI("Current nofile limit is %llu/%llu.", rlim.rlim_cur, rlim.rlim_max); in main() 33 ALOGI("New nofile limit is %llu/%llu.", rlim.rlim_cur, rlim.rlim_max); in main() 45 ALOGI("Entering message loop."); in main()
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/ |
D | native.cpp | 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro 30 ALOGI("%d + %d = %d", a, b, result); in add() 95 ALOGI("JNI_OnLoad"); in JNI_OnLoad()
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/ |
D | native.cpp | 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro 30 ALOGI("%d + %d = %d", a, b, result); in add() 95 ALOGI("JNI_OnLoad"); in JNI_OnLoad()
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/ |
D | native.cpp | 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro 30 ALOGI("%d + %d = %d", a, b, result); in add() 95 ALOGI("JNI_OnLoad"); in JNI_OnLoad()
|
/frameworks/av/services/audioflinger/ |
D | SpdifStreamOut.cpp | 83 ALOGI("SpdifStreamOut::open() AudioFlinger requested" in open() 88 ALOGI("SpdifStreamOut::open() HAL configured for" in open() 100 ALOGI("SpdifStreamOut::open() status = %d", status); in open()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioEventLogger.java | 63 return printLog(ALOGI, tag); in printLog() 66 public static final int ALOGI = 0; field in AudioEventLogger.Event 79 case ALOGI: in printLog()
|
/frameworks/av/media/mtp/ |
D | MtpProperty.cpp | 346 ALOGI(" %s (%04X)", MtpDebug::getDevicePropCodeName(mCode), mCode); in print() 348 ALOGI(" %s (%04X)", MtpDebug::getObjectPropCodeName(mCode), mCode); in print() 349 ALOGI(" type %04X", mType); in print() 350 ALOGI(" writeable %s", (mWriteable ? "true" : "false")); in print() 353 ALOGI("%s", buffer.c_str()); in print() 357 ALOGI("%s", buffer.c_str()); in print() 370 ALOGI("%s", buffer.c_str()); in print() 379 ALOGI("%s", buffer.c_str()); in print() 382 ALOGI(" DateTime\n"); in print() 385 ALOGI(" form %d\n", mFormFlag); in print()
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | LatencyHistogram.cpp | 80 ALOGI("%s (%" PRId64 ") samples:", histogramName.string(), mTotalCount); in log() 86 ALOGI("%s", lineBins.c_str()); in log() 87 ALOGI("%s", lineBinCounts.c_str()); in log()
|
/frameworks/base/cmds/incidentd/src/ |
D | Broadcaster.cpp | 184 ALOGI("Incident report not completed skipping it: %s", in sendBroadcasts() 309 ALOGI("send_approval_broadcasts for %s %s/%s", id.c_str(), pkg.c_str(), cls.c_str()); in send_approval_broadcasts() 328 ALOGI("The user approved the report, so kicking off another broadcast pass. %s %s/%s", in report_approved() 340 ALOGI("Couldn't find report that was just approved: %s %s/%s", in report_approved() 355 ALOGI("The user denied the report, so deleting it. %s %s/%s", in report_denied() 371 ALOGI("send_report_ready_broadcasts for %s %s/%s", id.c_str(), pkg.c_str(), cls.c_str()); in send_report_ready_broadcasts() 431 ALOGI("Can not find IIncidentCompanion service to send broadcast. Will try again later."); in get_incident_companion() 437 ALOGI("The incidentcompanion service is not an IIncidentCompanion. Will try again later."); in get_incident_companion()
|
/frameworks/av/media/libaaudio/src/core/ |
D | AudioStreamBuilder.cpp | 271 ALOGI("rate = %6d, channels = %d, format = %d, sharing = %s, dir = %s", in logParameters() 275 ALOGI("device = %6d, sessionId = %d, perfMode = %d, callback: %s with frames = %d", in logParameters() 281 ALOGI("usage = %6d, contentType = %d, inputPreset = %d, allowedCapturePolicy = %d", in logParameters() 283 ALOGI("privacy sensitive = %s", isPrivacySensitive() ? "true" : "false"); in logParameters()
|
/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/ |
D | VtsHalAutomotiveDisplayV1_0TargetTest.cpp | 49 ALOGI("Test getIGraphicBufferProducer method"); in TEST_P() 73 ALOGI("Test showWindow method"); in TEST_P() 89 ALOGI("Test hideWindow method"); in TEST_P()
|
/frameworks/av/camera/cameraserver/ |
D | main_cameraserver.cpp | 35 ALOGI("ServiceManager: %p", sm.get()); in main() 37 ALOGI("ServiceManager: %p done instantiate", sm.get()); in main()
|
/frameworks/av/media/libstagefright/ |
D | FrameRenderTracker.cpp | 174 ALOGI("[%s] Render Queue: (last render time: %lldns)", in dumpRenderQueue() 179 ALOGI(" RENDERED: handle: %p, media time: %lldus, index: %zd, render time: %lldns", in dumpRenderQueue() 183 ALOGI(" QUEUED: handle: %p, media time: %lldus, fence: %s", in dumpRenderQueue() 187 ALOGI(" DEQUEUED: handle: %p, media time: %lldus, index: %zd", in dumpRenderQueue()
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hardware_composer.cpp | 147 ALOGI("hardware_composer: identification data error\n"); in UpdateEdidData() 149 ALOGI("hardware_composer: identification data unsupported\n"); in UpdateEdidData() 257 ALOGI("OnPostThreadResumed"); in OnPostThreadResumed() 265 ALOGI("OnPostThreadPaused"); in OnPostThreadPaused() 299 ALOGI("HardwareComposer::PostThread: Quitting."); in PostThreadCondWait() 334 ALOGI("Turning %s display %s", GetDisplayName(display.is_primary), in SetPowerMode() 409 ALOGI("Failed to get width and/or height for %s display. Using default" in GetDisplayParams() 420 ALOGI("Failed to get vsync period for %s display. Using default vsync" in GetDisplayParams() 432 ALOGI("Failed to get dpi_x and/or dpi_y for %s display. Using default" in GetDisplayParams() 448 ALOGI( in GetDisplayParams() [all …]
|
/frameworks/native/services/inputflinger/tests/ |
D | EventHub_test.cpp | 46 ALOGI("Device added: %i", event.deviceId); in dumpEvents() 49 ALOGI("Device removed: %i", event.deviceId); in dumpEvents() 52 ALOGI("Finished device scan."); in dumpEvents() 56 ALOGI("Device %" PRId32 " : time = %" PRId64 ", type %i, code %i, value %i", in dumpEvents()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | UDPPusher.cpp | 74 ALOGI("No more data to push."); in onPush() 96 ALOGI("No more data to push."); in onPush() 116 ALOGI("emulating BYE packet"); in onMessageReceived()
|