/frameworks/av/media/libstagefright/timedtext/test/ |
D | TimedTextUnitTest.cpp | 111 ALOGI("Size of the input file %s = %zu", GetParam().c_str(), mFileSize); in SetUp() 139 ALOGI("Size of the Parcel: %zu", parcel.dataSize()); in TEST_P() 181 ALOGI("Display flag: %d", fontInfo.displayFlag); in TEST_P() 183 ALOGI("Horizontal Justification: %d", fontInfo.horizontalJustification); in TEST_P() 185 ALOGI("Vertical Justification: %d", fontInfo.verticalJustification); in TEST_P() 188 ALOGI("rgba value of background: %d", fontInfo.rgbaBackground); in TEST_P() 195 ALOGI("Left: %d", fontInfo.leftPos); in TEST_P() 197 ALOGI("Top: %d", fontInfo.topPos); in TEST_P() 199 ALOGI("Bottom: %d", fontInfo.bottomPos); in TEST_P() 201 ALOGI("Right: %d", fontInfo.rightPos); in TEST_P() [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/renderengine/skia/ |
D | SkiaGLRenderEngine.cpp | 214 ALOGI("OpenGL ES informations:"); in create() 215 ALOGI("vendor : %s", extensions.getVendor()); in create() 216 ALOGI("renderer : %s", extensions.getRenderer()); in create() 217 ALOGI("version : %s", extensions.getVersion()); in create() 218 ALOGI("extensions: %s", extensions.getExtensions()); in create() 219 ALOGI("GL_MAX_TEXTURE_SIZE = %zu", engine->getMaxTextureSize()); in create() 220 ALOGI("GL_MAX_VIEWPORT_DIMS = %zu", engine->getMaxViewportDims()); in create() 259 ALOGI("EGL information:"); in chooseEglConfig() 260 ALOGI("vendor : %s", eglQueryString(display, EGL_VENDOR)); in chooseEglConfig() 261 ALOGI("version : %s", eglQueryString(display, EGL_VERSION)); in chooseEglConfig() [all …]
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
D | SoundTriggerMiddlewareLogging.java | 33 import static com.android.server.utils.EventLogger.Event.ALOGI; 140 IdentityContext.get().packageName, moduleSummary).printLog(ALOGI, TAG)); in listModules() 168 .printLog(ALOGI, TAG)); in attach() 202 .printLog(ALOGI, TAG)); in loadModel() 218 .printLog(ALOGI, TAG)); in loadPhraseModel() 234 .printLog(ALOGI, TAG)); in unloadModel() 250 .printLog(ALOGI, TAG)); in startRecognition() 266 .printLog(ALOGI, TAG)); in stopRecognition() 281 .printLog(ALOGI, TAG)); in forceRecognitionEvent() 297 .printLog(ALOGI, TAG)); in setModelParameter() [all …]
|
/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/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/libs/ui/tests/ |
D | GraphicBufferOverBinder_test.cpp | 70 ALOGI("Binder server running..."); in runBinderServer() 80 ALOGI("Binder server exiting..."); in runBinderServer() 93 ALOGI("Binder service is ready for client."); in SetUp() 132 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/tests/ChoreographerTests/jni/ |
D | android_view_tests_ChoreographerNativeTest.cpp | 78 ALOGI("%s: Vsync callback running", __func__); in vsyncCallback() 88 ALOGI("%s: ran callback now %ld, frameTimeNanos %ld, new count %d", __func__, in vsyncCallback() 97 ALOGI("%s: Posting next callback", __func__); in vsyncCallback() 135 ALOGI("%s: Post first callback at %ld", __func__, static_cast<long>(cb.startTime.count())); in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate() 144 ALOGI("%s: callback called %d times with final start time %ld, end time %ld, effective " in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate()
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | EventLogger.java | 162 return printLog(ALOGI, tag); in printLog() 167 ALOGI, 175 public static final int ALOGI = 0; field in EventLogger.Event 188 case ALOGI: in printLog() 214 case ALOGI: in printSlog()
|
/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/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/services/core/jni/gnss/ |
D | GnssConfiguration.cpp | 84 ALOGI("Config parameter SUPL_ES is deprecated in IGnssConfiguration AIDL HAL."); in setSuplEs() 94 ALOGI("Config parameter GPS_LOCK is not supported in IGnssConfiguration AIDL HAL."); in setGpsLock() 168 ALOGI("Config parameter ES_EXTENSION_SEC is not supported in IGnssConfiguration.hal" in setEsExtensionSec() 175 ALOGI("IGnssConfiguration interface does not support satellite blocklist."); in setBlocklist() 208 ALOGI("Config parameter SUPL_ES is deprecated in IGnssConfiguration.hal version 2.0 and " in setSuplEs() 214 ALOGI("Config parameter GPS_LOCK is deprecated in IGnssConfiguration.hal version 2.0 and " in setGpsLock()
|
/frameworks/av/media/module/libmediatranscoding/ |
D | TranscodingThermalPolicy.cpp | 47 ALOGI("TranscodingThermalPolicy: registerSelf"); in registerSelf() 77 ALOGI("TranscodingThermalPolicy: unregisterSelf"); in unregisterSelf() 120 ALOGI("Transcoding thermal throttling changed: %d", isThrottling); in onStatusChange()
|
/frameworks/av/services/audioflinger/datapath/ |
D | SpdifStreamOut.cpp | 69 ALOGI("SpdifStreamOut::open() AudioFlinger requested sampleRate %d, format %#x," in open() 71 ALOGI("SpdifStreamOut::open() HAL configured for sampleRate %d, format %#x, channelMask %#x", in open() 80 ALOGI("SpdifStreamOut::open() status = %d", status); in open()
|
D | SpdifStreamIn.cpp | 70 ALOGI("SpdifStreamIn::open() AudioFlinger requested sampleRate %d, format %#x, channelMask %#x", in open() 72 ALOGI("SpdifStreamIn::open() HAL configured for sampleRate %d, format %#x, channelMask %#x", in open() 84 ALOGI("SpdifStreamIn::open() status = %d", status); in open()
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | LatencyHistogram.cpp | 82 ALOGI("%s (%" PRId64 ") samples:", histogramName.c_str(), mTotalCount); in log() 88 ALOGI("%s", lineBins.c_str()); in log() 89 ALOGI("%s", lineBinCounts.c_str()); in log()
|
/frameworks/av/camera/cameraserver/ |
D | main_cameraserver.cpp | 39 ALOGI("ServiceManager: %p", sm.get()); in main() 41 ALOGI("ServiceManager: %p done instantiate", sm.get()); in main()
|
/frameworks/native/libs/binder/ |
D | LazyServiceRegistrar.cpp | 137 ALOGI("%s service %s", regStr.c_str(), name.c_str()); in registerServiceLocked() 195 ALOGI("Failed to unregister service %s (%s)", name.c_str(), status.toString8().c_str()); in tryUnregisterLocked() 222 ALOGI("Shutdown prevented by forcePersist override flag."); in maybeTryShutdownLocked() 262 … ALOGI("Process has %zu (of %zu available) client(s) in use after notification %s has clients: %d", in onClients() 270 ALOGI("Trying to shut down the service. No clients in use for any service in process."); in tryShutdownLocked() 273 ALOGI("Unregistered all clients and exiting"); in tryShutdownLocked()
|
/frameworks/av/services/mediaextractor/ |
D | main_extractorservice.cpp | 50 ALOGI("disable media.extractor memory limits (hwasan enabled)"); in main() 52 ALOGI("enable media.extractor memory limits"); in main()
|
/frameworks/av/media/mtp/ |
D | MtpProperty.cpp | 356 ALOGI(" %s (%04X)", MtpDebug::getDevicePropCodeName(mCode), mCode); in print() 358 ALOGI(" %s (%04X)", MtpDebug::getObjectPropCodeName(mCode), mCode); in print() 359 ALOGI(" type %04X", mType); in print() 360 ALOGI(" writeable %s", (mWriteable ? "true" : "false")); in print() 363 ALOGI("%s", buffer.c_str()); in print() 367 ALOGI("%s", buffer.c_str()); in print() 380 ALOGI("%s", buffer.c_str()); in print() 389 ALOGI("%s", buffer.c_str()); in print() 392 ALOGI(" DateTime\n"); in print() 395 ALOGI(" form %d\n", mFormFlag); in print()
|
/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/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/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()
|