Home
last modified time | relevance | path

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

1234567891011

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp68 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 …]
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/opt/gamesdk/src/tuningfork/
Dclearcut_backend.cpp41 ALOGI("Process log"); in Process()
81 ALOGI("Message was sent to clearcut"); in Process()
86 ALOGI("%s", "Start clearcut initialization..."); in Init()
97 ALOGI("Clearcut status: %s available", inited ? "" : "not"); in Init()
100 ALOGI("Clearcut status: not available"); in Init()
133 ALOGI("Google Play Services status : %d", result); in IsGooglePlayServiceAvailable()
143 ALOGI("Google Play Services version : %d", versionCode); in IsGooglePlayServiceAvailable()
159 ALOGI("Start searching for clearcut..."); in InitWithClearcut()
230 ALOGI("Clearcut is succesfully found."); in InitWithClearcut()
257 ALOGI("%s", str.str().c_str()); in Print()
Dtuningfork_extra.cpp139 ALOGI("Got settings from tuningfork/tuningfork_settings.bin"); in GetSettingsSerialization()
212 ALOGI("Loaded fps from %s (%zu bytes)", save_filename.c_str(), params->size); in GetSavedFidelityParams()
215 ALOGI("Couldn't load fps from %s", save_filename.c_str()); in GetSavedFidelityParams()
227 ALOGI("Saved fps to %s (%zu bytes)", save_filename.c_str(), params->size); in SaveFidelityParams()
230 ALOGI("Couldn't save fps to %s", save_filename.c_str()); in SaveFidelityParams()
268 ALOGI("Got fidelity params from server"); in StartFidelityParamDownloadThread()
275 ALOGI("Could not get fidelity params from server"); in StartFidelityParamDownloadThread()
354 ALOGI("Using params from dev_tuningfork_fidelityparams_%d.bin as default", in TuningFork_initFromAssetsWithSwappy()
/frameworks/native/opengl/tests/gl_perfapp/jni/
Dgl_code.cpp9 #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/services/surfaceflinger/tests/fakehwc/
DFakeComposerService.cpp31 ALOGI("Maybe killing client %p", mClient.get()); in ~FakeComposerService()
36 ALOGI("FakeComposerService::getCapabilities"); in getCapabilities()
42 ALOGI("FakeComposerService::dumpDebugInfo"); in dumpDebugInfo()
48 ALOGI("FakeComposerService::createClient %p", mClient.get()); in createClient()
DFakeComposerUtils.cpp132 ALOGI("Start SurfaceFlinger"); in startSurfaceFlinger()
145 ALOGI("Stop SurfaceFlinger"); in stopSurfaceFlinger()
159 ALOGI("Test env setup"); in SetUp()
175 ALOGI("Test env tear down"); in TearDown()
180 ALOGI("Test env tear down - done"); in TearDown()
/frameworks/opt/gamesdk/src/swappy/
DChoreographerThread.cpp114 ALOGI("Destroying NDKChoreographerThread"); in ~NDKChoreographerThread()
158 ALOGI("Swappy found %d CPUs [%s].", cpu.getNumberOfCpus(), cpu.getHardware().c_str()); in looperThread()
165 ALOGI("Setting '%s' thread [%d-0x%x] affinity mask to 0x%x.", in looperThread()
177 ALOGI("Terminating Looper thread"); in looperThread()
243 ALOGI("Destroying JavaChoreographerThread"); in ~JavaChoreographerThread()
357 ALOGI("SDK version = %d", sdk); in getSDKVersion()
379 ALOGI("Using Application's Choreographer"); in createChoreographerThread()
384 ALOGI("Using NDK Choreographer"); in createChoreographerThread()
389 ALOGI("Using Java Choreographer"); in createChoreographerThread()
393 ALOGI("Using no Choreographer (Best Effort)"); in createChoreographerThread()
DFrameStatistics.cpp122 ALOGI("== Frame statistics =="); in logFrames()
123 ALOGI("total frames: %" PRIu64, mStats.totalFrames); in logFrames()
127 ALOGI("%s", message.c_str()); in logFrames()
133 ALOGI("%s", message.c_str()); in logFrames()
139 ALOGI("%s", message.c_str()); in logFrames()
145 ALOGI("%s", message.c_str()); in logFrames()
151 ALOGI("%s", message.c_str()); in logFrames()
/frameworks/native/libs/gui/tests/
DSurfaceParcelable_test.cpp94 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/gl2_jni/jni/
Dgl_code.cpp9 #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/
Dgl_code.cpp9 #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/services/vr/bufferhubd/
Dbufferhubd.cpp23 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/32/jni/
Dnative.cpp24 #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/
Dnative.cpp24 #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/
Dnative.cpp24 #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/
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/av/media/mtp/
DMtpProperty.cpp346 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/
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/base/cmds/incidentd/src/
DBroadcaster.cpp184 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/
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/native/libs/vr/libvrflinger/
Dhardware_composer.cpp243 ALOGI("OnPostThreadResumed"); in OnPostThreadResumed()
251 ALOGI("OnPostThreadPaused"); in OnPostThreadPaused()
285 ALOGI("HardwareComposer::PostThread: Quitting."); in PostThreadCondWait()
320 ALOGI("Turning %s display %s", GetDisplayName(display.is_primary), in SetPowerMode()
395 ALOGI("Failed to get width and/or height for %s display. Using default" in GetDisplayParams()
406 ALOGI("Failed to get vsync period for %s display. Using default vsync" in GetDisplayParams()
418 ALOGI("Failed to get dpi_x and/or dpi_y for %s display. Using default" in GetDisplayParams()
434 ALOGI( in GetDisplayParams()
527 ALOGI("HardwareComposer::PostLayers: layer=%zu buffer_id=%d composition=%s", in PostLayers()
568 ALOGI("HardwareComposer::SetDisplaySurfaces: surface count=%zd", in SetDisplaySurfaces()
[all …]
/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()
/frameworks/native/libs/binder/
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/opt/gamesdk/samples/bouncyball/app/src/main/cpp/
DOrbit.cpp55 ALOGI("Swappy changed swap interval to %.2fms", swap_ns / 1e6f); in swapIntervalChangedCallback()
93 ALOGI("start"); in Java_com_prefabulated_bouncyball_OrbitActivity_nStart()
99 ALOGI("stop"); in Java_com_prefabulated_bouncyball_OrbitActivity_nStop()

1234567891011