/frameworks/native/opengl/tests/gl_perfapp/jni/ |
D | gl_code.cpp | 46 ALOGI("done\n"); in doTest() 77 ALOGI("Closing partially written output.n"); in Java_com_android_glperf_GLPerfLib_init() 81 ALOGI("Writing to: %s\n",fileName); in Java_com_android_glperf_GLPerfLib_init() 87 ALOGI("\nvarColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\n"); in Java_com_android_glperf_GLPerfLib_init()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 137 ALOGI("OpenGL ES informations:"); in create() 138 ALOGI("vendor : %s", extensions.getVendor()); in create() 139 ALOGI("renderer : %s", extensions.getRenderer()); in create() 140 ALOGI("version : %s", extensions.getVersion()); in create() 141 ALOGI("extensions: %s", extensions.getExtension()); in create() 142 ALOGI("GL_MAX_TEXTURE_SIZE = %zu", engine->getMaxTextureSize()); in create() 143 ALOGI("GL_MAX_VIEWPORT_DIMS = %zu", engine->getMaxViewportDims()); in create() 430 ALOGI("EGL information:"); in chooseEglConfig() 431 ALOGI("vendor : %s", eglQueryString(display, EGL_VENDOR)); in chooseEglConfig() 432 ALOGI("version : %s", eglQueryString(display, EGL_VERSION)); in chooseEglConfig() [all …]
|
/frameworks/native/cmds/installd/ |
D | utils.c | 437 CACHE_NOISY(ALOGI("Looking up %s in %s\n", dir, basepath)); in lookup_media_dir() 448 CACHE_NOISY(ALOGI("Found direct: %s\n", basepath)); in lookup_media_dir() 465 CACHE_NOISY(ALOGI("Found search: %s\n", basepath)); in lookup_media_dir() 505 CACHE_NOISY(ALOGI("Allocated large cache mem block: %p size %d", res, len)); in _cache_malloc() 523 CACHE_NOISY(ALOGI("Allocated new cache mem block: %p", newBlock)); in _cache_malloc() 530 CACHE_NOISY(ALOGI("cache_malloc: ret %p size %d, block=%p, nextPos=%p", in _cache_malloc() 550 ALOGI("Collected cache so far: %zd directories, %zd files", in _inc_num_cache_collected() 608 CACHE_NOISY(ALOGI("Setting file %p at position %d in array %p", file, in _add_cache_file_t() 627 CACHE_NOISY(ALOGI("_add_cache_files: parent=%p dirName=%s dir=%p pathBase=%s", in _add_cache_files() 670 CACHE_NOISY(ALOGI("Collecting dir %s\n", pathBase)); in _add_cache_files() [all …]
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | WifiDisplaySource.cpp | 248 ALOGI("We now have a client (%d) connected.", sessionID); in onMessageReceived() 373 ALOGI("playback session timed out, reaping."); in onMessageReceived() 395 ALOGI("playback session wants to quit."); in onMessageReceived() 489 ALOGI("TEARDOWN trigger timed out, forcing disconnection."); in onMessageReceived() 505 ALOGI("Saw HDCP notification code %d, ext1 %d, ext2 %d", in onMessageReceived() 684 ALOGI("Sending TEARDOWN trigger."); in sendTrigger() 880 ALOGI("Picked video resolution %u x %u %c%u", in onReceiveM3Response() 883 ALOGI("Picked AVC profile %d, level %d", in onReceiveM3Response() 886 ALOGI("Sink doesn't support video at all."); in onReceiveM3Response() 912 ALOGI("Using PCM audio."); in onReceiveM3Response() [all …]
|
D | Converter.cpp | 165 ALOGI("using audio bitrate of %d bps, video bitrate of %d bps", in initEncoder() 217 ALOGI("We going to manually prepend SPS and PPS to IDR frames."); in initEncoder() 327 ALOGI("dropping frame."); in onMessageReceived() 338 ALOGI("queueing mbuf %p", mbuf); in onMessageReceived() 356 ALOGI("audio in silent mode now."); in onMessageReceived() 361 ALOGI("audio no longer in silent mode."); in onMessageReceived() 384 ALOGI("[%s] kWhatEncoderActivity after %lld us", in onMessageReceived() 420 ALOGI("shutting down %s encoder", mIsVideo ? "video" : "audio"); in onMessageReceived() 426 ALOGI("encoder (%s) shut down.", mime.c_str()); in onMessageReceived()
|
D | MediaPuller.cpp | 121 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()
|
D | PlaybackSession.cpp | 253 ALOGI("kWhatStopped %s posted", mIsAudio ? "audio" : "video"); in onMessageReceived() 469 ALOGI("destroyAsync"); in destroyAsync() 511 ALOGI("output EOS on track %d", trackIndex); in onMessageReceived() 523 ALOGI("Reached EOS"); in onMessageReceived() 584 ALOGI("Track %d stopped", trackIndex); in onMessageReceived() 592 ALOGI("not all tracks are stopped yet"); in onMessageReceived() 671 ALOGI("sink reports avg. latency of %lld ms (max %lld ms)", in onSinkFeedback() 704 ALOGI("setting video bitrate to %d bps", videoBitrate); in onSinkFeedback() 738 ALOGI("setting frame rate to %.2f Hz", rateHz); in onSinkFeedback()
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 17 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/gl2_jni/jni/ |
D | gl_code.cpp | 17 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/media/mtp/ |
D | MtpProperty.cpp | 336 ALOGI(" %s (%04X)", MtpDebug::getDevicePropCodeName(mCode), mCode); in print() 338 ALOGI(" %s (%04X)", MtpDebug::getObjectPropCodeName(mCode), mCode); in print() 339 ALOGI(" type %04X", mType); in print() 340 ALOGI(" writeable %s", (mWriteable ? "true" : "false")); in print() 343 ALOGI("%s", (const char *)buffer); in print() 347 ALOGI("%s", (const char *)buffer); in print() 360 ALOGI("%s", (const char *)buffer); in print() 369 ALOGI("%s", (const char *)buffer); in print() 372 ALOGI(" DateTime\n"); in print() 375 ALOGI(" form %d\n", mFormFlag); in print()
|
/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()
|
D | MyHandler.h | 342 ALOGI("Missing 'server_port' field in Transport response."); in pokeAHole() 446 ALOGI("connection request completed with result %d (%s)", in onMessageReceived() 484 ALOGI("DESCRIBE completed with result %d (%s)", in onMessageReceived() 514 ALOGI("rewritten session url: '%s'", mSessionURL.c_str()); in onMessageReceived() 600 ALOGI("SDP connection request completed with result %d (%s)", in onMessageReceived() 654 ALOGI("SETUP(%d) completed with result %d (%s)", in onMessageReceived() 695 ALOGI("server specified timeout of %lu secs.", in onMessageReceived() 786 ALOGI("PLAY completed with result %d (%s)", in onMessageReceived() 845 ALOGI("OPTIONS completed with result %d (%s)", in onMessageReceived() 926 ALOGI("TEARDOWN completed with result %d (%s)", in onMessageReceived() [all …]
|
D | ARTPSession.cpp | 160 ALOGI("access unit complete, size=%d, ntp-time=%llu", in onMessageReceived() 171 ALOGI("access unit complete: nalType=0x%02x, nalRefIdc=0x%02x", in onMessageReceived() 182 ALOGI("ignoring damaged AU"); in onMessageReceived()
|
/frameworks/native/libs/binder/ |
D | Static.cpp | 42 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()
|
D | IServiceManager.cpp | 82 ALOGI("Check passed after %d seconds for %s from uid=%d pid=%d", in checkPermission() 110 ALOGI("Waiting to check permission %s from uid=%d pid=%d", in checkPermission() 140 ALOGI("Waiting for service %s...\n", String8(name).string()); in getService()
|
/frameworks/base/libs/androidfw/ |
D | BackupData.cpp | 65 if (DEBUG) ALOGI("BackupDataWriter(%d) @ %ld", fd, (long)m_pos); in BackupDataWriter() 82 if (DEBUG) ALOGI("writing %zd padding bytes for %d", paddingSize, n); in write_padding_for() 129 if (DEBUG) ALOGI("writing entity header, %zu bytes", sizeof(entity_header_v1)); in WriteEntityHeader() 137 if (DEBUG) ALOGI("writing entity header key, %zd bytes", keyLen+1); in WriteEntityHeader() 192 if (DEBUG) ALOGI("BackupDataReader(%d) @ %ld", fd, (long)m_pos); in BackupDataReader()
|
D | ObbFile.cpp | 182 ALOGI("couldn't read ObbFile footer: %s\n", strerror(errno)); in parseObbFile() 189 ALOGI("char: 0x%02x\n", scanBuf[i]); in parseObbFile() 220 ALOGI("Obb scan succeeded: packageName=%s, version=%d\n", mPackageName.string(), mVersion); in parseObbFile()
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/ |
D | native.cpp | 27 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/ |
D | native.cpp | 27 ALOGI("%d + %d = %d", a, b, result); in add() 92 ALOGI("JNI_OnLoad"); in JNI_OnLoad()
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/ |
D | native.cpp | 27 ALOGI("%d + %d = %d", a, b, result); in add() 92 ALOGI("JNI_OnLoad"); in JNI_OnLoad()
|
/frameworks/base/core/jni/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 227 ALOGI("Couldn't allocate temporary file name for library"); in copyFileIfChanged() 233 ALOGI("Couldn't open temporary file name: %s: %s\n", localTmpFileName, strerror(errno)); in copyFileIfChanged() 238 ALOGI("Failed uncompressing %s to %s\n", fileName, localTmpFileName); in copyFileIfChanged() 252 ALOGI("Couldn't change modification time on %s: %s\n", localTmpFileName, strerror(errno)); in copyFileIfChanged() 260 ALOGI("Couldn't change permissions on %s: %s\n", localTmpFileName, strerror(errno)); in copyFileIfChanged() 267 ALOGI("Couldn't rename %s to %s: %s\n", localTmpFileName, localFileName, strerror(errno)); in copyFileIfChanged()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecSource.cpp | 288 ALOGI("puller (%s) stopping", mIsVideo ? "video" : "audio"); in stop() 290 ALOGI("puller (%s) stopped", mIsVideo ? "video" : "audio"); in stop() 493 ALOGI("encoder (%s) stopped", mIsVideo ? "video" : "audio"); in signalEOS() 601 ALOGI("MediaCodecSource (%s) resuming", mIsVideo ? "video" : "audio"); in onStart() 611 ALOGI("MediaCodecSource (%s) starting", mIsVideo ? "video" : "audio"); in onStart() 631 ALOGI("MediaCodecSource (%s) started", mIsVideo ? "video" : "audio"); in onStart() 785 ALOGI("encoder (%s) stopping", mIsVideo ? "video" : "audio"); in onMessageReceived() 792 ALOGI("encoder (%s) already stopped", in onMessageReceived()
|
D | NuCachedSource2.cpp | 342 ALOGI("The attempt to reconnect failed, %d retries remaining", in fetchInternal() 357 ALOGI("caching reached eos."); in fetchInternal() 375 ALOGI("retrying a previously failed read succeeded."); in fetchInternal() 401 ALOGI("Keep alive"); in onFetch() 409 ALOGI("Cache full, done prefetching for now"); in onFetch() 499 ALOGI("restarting prefetcher, totalSize = %zu", mCache->totalSize()); in restartPrefetcherIfNecessary_l() 643 ALOGI("new range: offset= %lld", offset); in seekInternal_l()
|
/frameworks/ex/framesequence/jni/utils/ |
D | log.h | 93 #ifndef ALOGI 94 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) macro
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 275 ALOGI("found something resembling an H.264/MPEG syncword " in appendData() 308 ALOGI("found something resembling an H.264/MPEG syncword " in appendData() 343 ALOGI("found something resembling an AAC syncword at " in appendData() 377 ALOGI("found something resembling an AC3 syncword at " in appendData() 404 ALOGI("found something resembling an MPEG audio " in appendData() 452 ALOGI("size = %zu, timeUs = %.2f secs", size, timeUs / 1E6); in appendData() 658 ALOGI("found AAC codec config (%d Hz, %d channels)", in dequeueAccessUnitAAC() 1051 ALOGI("found MPEG2 video codec config (%d x %d)", width, height); in dequeueAccessUnitMPEGVideo() 1217 ALOGI("found MPEG4 video codec config (%d x %d)", in dequeueAccessUnitMPEG4Video()
|