Home
last modified time | relevance | path

Searched refs:ALOGI (Results 1 – 25 of 202) sorted by relevance

123456789

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp64 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, in ResolveAttrs()
135 ALOGI("-> From def style: type=0x%x, data=0x%08x", value.dataType, value.data); in ResolveAttrs()
147 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()
160 ALOGI("-> Resolved theme: type=0x%x, data=0x%08x", value.dataType, value.data); in ResolveAttrs()
168 ALOGI("-> Setting to @null!"); in ResolveAttrs()
176 ALOGI("Attribute 0x%08x: type=0x%x, data=0x%08x", cur_ident, value.dataType, value.data); in ResolveAttrs()
210 ALOGI("APPLY STYLE: theme=0x%p defStyleAttr=0x%x defStyleRes=0x%x xml=0x%p", in ApplyStyle()
[all …]
DBackupData.cpp58 if (kIsDebug) ALOGI("BackupDataWriter(%d) @ %ld", fd, (long)m_pos); in BackupDataWriter()
75 if (kIsDebug) ALOGI("writing %zd padding bytes for %d", paddingSize, n); in write_padding_for()
122 if (kIsDebug) ALOGI("writing entity header, %zu bytes", sizeof(entity_header_v1)); in WriteEntityHeader()
130 if (kIsDebug) ALOGI("writing entity header key, %zd bytes", keyLen+1); in WriteEntityHeader()
185 if (kIsDebug) ALOGI("BackupDataReader(%d) @ %ld", fd, (long)m_pos); in BackupDataReader()
/frameworks/native/opengl/tests/gl_perfapp/jni/
Dgl_code.cpp44 ALOGI("done\n"); in doTest()
75 ALOGI("Closing partially written output.n"); in Java_com_android_glperf_GLPerfLib_init()
79 ALOGI("Writing to: %s\n",fileName); in Java_com_android_glperf_GLPerfLib_init()
85 ALOGI("\nvarColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\n"); in Java_com_android_glperf_GLPerfLib_init()
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp143 ALOGI("OpenGL ES informations:"); in create()
144 ALOGI("vendor : %s", extensions.getVendor()); in create()
145 ALOGI("renderer : %s", extensions.getRenderer()); in create()
146 ALOGI("version : %s", extensions.getVersion()); in create()
147 ALOGI("extensions: %s", extensions.getExtension()); in create()
148 ALOGI("GL_MAX_TEXTURE_SIZE = %zu", engine->getMaxTextureSize()); in create()
149 ALOGI("GL_MAX_VIEWPORT_DIMS = %zu", engine->getMaxViewportDims()); in create()
438 ALOGI("EGL information:"); in chooseEglConfig()
439 ALOGI("vendor : %s", eglQueryString(display, EGL_VENDOR)); in chooseEglConfig()
440 ALOGI("version : %s", eglQueryString(display, EGL_VERSION)); in chooseEglConfig()
[all …]
/frameworks/native/services/vr/bufferhubd/
Dbufferhubd.cpp25 ALOGI("Current nofile limit is %llu/%llu.", rlim.rlim_cur, rlim.rlim_max); in main()
35 ALOGI("New nofile limit is %llu/%llu.", rlim.rlim_cur, rlim.rlim_max); in main()
47 ALOGI("Entering message loop."); in main()
/frameworks/av/media/libstagefright/wifi-display/source/
DWifiDisplaySource.cpp254 ALOGI("We now have a client (%d) connected.", sessionID); in onMessageReceived()
379 ALOGI("playback session timed out, reaping."); in onMessageReceived()
401 ALOGI("playback session wants to quit."); in onMessageReceived()
495 ALOGI("TEARDOWN trigger timed out, forcing disconnection."); in onMessageReceived()
511 ALOGI("Saw HDCP notification code %d, ext1 %d, ext2 %d", in onMessageReceived()
690 ALOGI("Sending TEARDOWN trigger."); in sendTrigger()
886 ALOGI("Picked video resolution %zu x %zu %c%zu", in onReceiveM3Response()
889 ALOGI("Picked AVC profile %d, level %d", in onReceiveM3Response()
892 ALOGI("Sink doesn't support video at all."); in onReceiveM3Response()
916 ALOGI("Using PCM audio."); in onReceiveM3Response()
[all …]
DConverter.cpp166 ALOGI("using audio bitrate of %d bps, video bitrate of %d bps", in initEncoder()
218 ALOGI("We going to manually prepend SPS and PPS to IDR frames."); in initEncoder()
328 ALOGI("dropping frame."); in onMessageReceived()
339 ALOGI("queueing mbuf %p", mbuf); in onMessageReceived()
357 ALOGI("audio in silent mode now."); in onMessageReceived()
362 ALOGI("audio no longer in silent mode."); in onMessageReceived()
385 ALOGI("[%s] kWhatEncoderActivity after %lld us", in onMessageReceived()
421 ALOGI("shutting down %s encoder", mIsVideo ? "video" : "audio"); in onMessageReceived()
427 ALOGI("encoder (%s) shut down.", mime.c_str()); in onMessageReceived()
DMediaPuller.cpp121 ALOGI("MediaPuller(%s) stopping.", mime.c_str()); in onMessageReceived()
123 ALOGI("MediaPuller(%s) stopped.", mime.c_str()); in onMessageReceived()
156 ALOGI("stream ended."); in onMessageReceived()
/frameworks/av/services/audioflinger/
DSpdifStreamOut.cpp82 ALOGI("SpdifStreamOut::open() AudioFlinger requested" in open()
87 ALOGI("SpdifStreamOut::open() HAL configured for" in open()
99 ALOGI("SpdifStreamOut::open() status = %d", status); in open()
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp17 ALOGI("GL %s = %s\n", name, v); in printGLString()
23 ALOGI("after %s() glError (0x%x)\n", op, error); in checkGlError()
110 ALOGI("setupGraphics(%d, %d)", w, h); in setupGraphics()
118 ALOGI("glGetAttribLocation(\"vPosition\") = %d\n", in setupGraphics()
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp17 ALOGI("GL %s = %s\n", name, v); in printGLString()
23 ALOGI("after %s() glError (0x%x)\n", op, error); in checkGlError()
110 ALOGI("setupGraphics(%d, %d)", w, h); in setupGraphics()
118 ALOGI("glGetAttribLocation(\"vPosition\") = %d\n", in setupGraphics()
/frameworks/av/services/camera/libcameraservice/utils/
DLatencyHistogram.cpp80 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/av/media/mtp/
DMtpProperty.cpp342 ALOGI(" %s (%04X)", MtpDebug::getDevicePropCodeName(mCode), mCode); in print()
344 ALOGI(" %s (%04X)", MtpDebug::getObjectPropCodeName(mCode), mCode); in print()
345 ALOGI(" type %04X", mType); in print()
346 ALOGI(" writeable %s", (mWriteable ? "true" : "false")); in print()
349 ALOGI("%s", (const char *)buffer); in print()
353 ALOGI("%s", (const char *)buffer); in print()
366 ALOGI("%s", (const char *)buffer); in print()
375 ALOGI("%s", (const char *)buffer); in print()
378 ALOGI(" DateTime\n"); in print()
381 ALOGI(" form %d\n", mFormFlag); in print()
/frameworks/native/libs/binder/
DIServiceManager.cpp83 ALOGI("Check passed after %d seconds for %s from uid=%d pid=%d", in checkPermission()
111 ALOGI("Waiting to check permission %s from uid=%d pid=%d", in checkPermission()
141 ALOGI("Waiting for vendor service %s...", String8(name).string()); in getService()
144 ALOGI("Waiting for service %s...", String8(name).string()); in getService()
DStatic.cpp42 if (N != 1) ALOGI("WARNING: writeLines N=%zu\n", N); in writeLines()
43 ALOGI("%.*s", (int)vec.iov_len, (const char*) vec.iov_base); in writeLines()
/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp174 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/av/media/libstagefright/rtsp/
DUDPPusher.cpp74 ALOGI("No more data to push."); in onPush()
96 ALOGI("No more data to push."); in onPush()
116 ALOGI("emulating BYE packet"); in onMessageReceived()
DMyHandler.h355 ALOGI("Missing 'server_port' field in Transport response."); in pokeAHole()
459 ALOGI("connection request completed with result %d (%s)", in onMessageReceived()
497 ALOGI("DESCRIBE completed with result %d (%s)", in onMessageReceived()
527 ALOGI("rewritten session url: '%s'", mSessionURL.c_str()); in onMessageReceived()
613 ALOGI("SDP connection request completed with result %d (%s)", in onMessageReceived()
667 ALOGI("SETUP(%zu) completed with result %d (%s)", in onMessageReceived()
708 ALOGI("server specified timeout of %lu secs.", in onMessageReceived()
799 ALOGI("PLAY completed with result %d (%s)", in onMessageReceived()
854 ALOGI("OPTIONS completed with result %d (%s)", in onMessageReceived()
935 ALOGI("TEARDOWN completed with result %d (%s)", in onMessageReceived()
[all …]
/frameworks/base/cmds/bootanimation/iot/
Diotbootanimation_main.cpp50 ALOGI("No boot actions specified"); in init()
80 ALOGI("boot animation disabled"); in main()
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
Dnative.cpp27 ALOGI("%d + %d = %d", a, b, result); in add()
92 ALOGI("JNI_OnLoad"); in JNI_OnLoad()
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
Dnative.cpp27 ALOGI("%d + %d = %d", a, b, result); in add()
92 ALOGI("JNI_OnLoad"); in JNI_OnLoad()
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
Dnative.cpp27 ALOGI("%d + %d = %d", a, b, result); in add()
92 ALOGI("JNI_OnLoad"); in JNI_OnLoad()
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp176 ALOGI("Error sending to dropbox. Trying again in %lld minutes", in send_backlog_to_dropbox()
198 ALOGI("reportIncident"); in reportIncident()
214 ALOGI("reportIncidentToStream"); in reportIncidentToStream()
/frameworks/native/services/vr/performanced/
Dmain.cpp33 ALOGI("Starting up..."); in main()
68 ALOGI("Entering message loop."); in main()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp250 ALOGI("Couldn't allocate temporary file name for library"); in copyFileIfChanged()
256 ALOGI("Couldn't open temporary file name: %s: %s\n", localTmpFileName, strerror(errno)); in copyFileIfChanged()
261 ALOGI("Failed uncompressing %s to %s\n", fileName, localTmpFileName); in copyFileIfChanged()
275 ALOGI("Couldn't change modification time on %s: %s\n", localTmpFileName, strerror(errno)); in copyFileIfChanged()
283 ALOGI("Couldn't change permissions on %s: %s\n", localTmpFileName, strerror(errno)); in copyFileIfChanged()
290 ALOGI("Couldn't rename %s to %s: %s\n", localTmpFileName, localFileName, strerror(errno)); in copyFileIfChanged()

123456789