Home
last modified time | relevance | path

Searched refs:beginSection (Results 1 – 25 of 94) sorted by relevance

1234

/frameworks/base/startop/apps/ColorChanging/app/src/main/java/com/android/startop/colorchanging/
DMainActivity.java34 Trace.beginSection("gray"); in onCreate()
40 Trace.beginSection("red"); in goRed()
46 Trace.beginSection("orange"); in goOrange()
52 Trace.beginSection("yellow"); in goYellow()
58 Trace.beginSection("green"); in goGreen()
64 Trace.beginSection("blue"); in goBlue()
70 Trace.beginSection("indigo"); in goIndigo()
76 Trace.beginSection("violet"); in goViolet()
82 Trace.beginSection("cyan"); in goCyan()
88 Trace.beginSection("black"); in goBlack()
/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
DTouchLatencyActivity.java50 Trace.beginSection("TouchLatencyView constructor"); in TouchLatencyView()
85 Trace.beginSection("TouchLatencyView onTouch"); in onTouch()
102 Trace.beginSection("TouchLatencyView drawTouch"); in drawTouch()
138 Trace.beginSection("TouchLatencyView drawBall"); in drawBall()
197 Trace.beginSection("TouchLatencyView onDraw"); in onDraw()
207 Trace.beginSection("TouchLatencyView changeMode"); in changeMode()
236 Trace.beginSection("TouchLatencyActivity onCreate"); in onCreate()
259 Trace.beginSection("TouchLatencyActivity onCreateOptionsMenu"); in onCreateOptionsMenu()
293 Trace.beginSection("TouchLatencyActivity onOptionsItemSelected"); in onOptionsItemSelected()
/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java126 Trace.beginSection("create fd"); in decode()
143 Trace.beginSection("poll for reusable bitmap"); in decode()
152 Trace.beginSection("get bytesize"); in decode()
161 Trace.beginSection("get orientation"); in decode()
167 Trace.beginSection("create orientation fd and stream"); in decode()
210 Trace.beginSection("decodeBounds"); in decode()
263 Trace.beginSection("create reusable bitmap"); in decode()
306 Trace.beginSection("decodeCropped" + mOpts.inSampleSize); in decode()
374 Trace.beginSection("decode" + mOpts.inSampleSize); in decode()
472 Trace.beginSection("create stream"); in reset()
DContiguousFIFOAggregator.java99 Trace.beginSection("pool expect"); in expect()
135 Trace.beginSection("pool forget"); in forget()
166 Trace.beginSection("pool execute"); in execute()
194 Trace.beginSection("pool maybeExecuteNow loop"); in maybeExecuteNow()
DUnrefedPooledCache.java73 Trace.beginSection("cache get"); in get()
89 Trace.beginSection("cache put"); in put()
111 Trace.beginSection("pool offer"); in offer()
122 Trace.beginSection("pool poll"); in poll()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DInputStreamBuffer.java130 Trace.beginSection("get"); in get()
160 Trace.beginSection("has"); in has()
188 Trace.beginSection("advance to"); in advanceTo()
262 Trace.beginSection("fill"); in fill()
339 Trace.beginSection("to debug string"); in toDebugString()
DTrace.java33 public static void beginSection(String tag) { in beginSection() method in Trace
35 android.os.Trace.beginSection(tag); in beginSection()
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DInputStreamBuffer.java130 Trace.beginSection("get"); in get()
160 Trace.beginSection("has"); in has()
188 Trace.beginSection("advance to"); in advanceTo()
262 Trace.beginSection("fill"); in fill()
339 Trace.beginSection("to debug string"); in toDebugString()
DTrace.java33 public static void beginSection(String tag) { in beginSection() method in Trace
35 android.os.Trace.beginSection(tag); in beginSection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java363 Trace.beginSection("BiometricUnlockController#onBiometricAcquired"); in onBiometricAcquired()
375 Trace.beginSection("acquiring wake-and-unlock"); in onBiometricAcquired()
388 Trace.beginSection("BiometricUnlockController#onBiometricDetected"); in onBiometricDetected()
399 Trace.beginSection("BiometricUnlockController#onBiometricAuthenticated"); in onBiometricAuthenticated()
461 Trace.beginSection("release wake-and-unlock"); in startWakeAndUnlock()
471 Trace.beginSection("MODE_DISMISS_BOUNCER"); in startWakeAndUnlock()
477 Trace.beginSection("MODE_UNLOCK_COLLAPSING"); in startWakeAndUnlock()
492 Trace.beginSection("MODE_SHOW_BOUNCER"); in startWakeAndUnlock()
500 Trace.beginSection("MODE_WAKE_AND_UNLOCK_PULSING"); in startWakeAndUnlock()
504 Trace.beginSection("MODE_WAKE_AND_UNLOCK"); in startWakeAndUnlock()
[all …]
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/log/
DLogcatEchoTrackerDebug.kt55 Trace.beginSection("LogcatEchoTrackerDebug#clearCache") in clearCache()
61 Trace.beginSection("LogcatEchoTrackerDebug#attach") in attach()
108 Trace.beginSection("LogcatEchoTrackerDebug#readSetting") in readSetting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/
DTableLogBuffer.kt154 Trace.beginSection("TableLogBuffer#logChange(string)") in logChange()
161 Trace.beginSection("TableLogBuffer#logChange(boolean)") in logChange()
168 Trace.beginSection("TableLogBuffer#logChange(int)") in logChange()
199 Trace.beginSection("TableLogBuffer#saveEvictedValue") in saveEvictedValue()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java175 Trace.beginSection("bind"); in bind()
205 Trace.beginSection("unbind"); in unbind()
217 Trace.beginSection("set image"); in setImage()
218 Trace.beginSection("release reference"); in setImage()
315 Trace.beginSection("decode"); in decode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java750 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardDoneDrawing");
762 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardDonePending");
781 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardGone");
790 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#readyForKeyguardDone");
1646 Trace.beginSection("KeyguardViewMediator#onStartedWakingUp"); in onStartedWakingUp()
1760 Trace.beginSection("KeyguardViewMediator#verifyUnlock"); in verifyUnlock()
1824 Trace.beginSection("KeyguardViewMediator#setOccluded"); in setOccluded()
1856 Trace.beginSection("KeyguardViewMediator#handleSetOccluded"); in handleSetOccluded()
2061 Trace.beginSection("KeyguardViewMediator#showLocked acquiring mShowKeyguardWakeLock"); in showLocked()
2078 Trace.beginSection("KeyguardViewMediator#hideLocked"); in hideLocked()
[all …]
DKeyguardService.java449 Trace.beginSection("mExitAnimationRunner.onAnimationStart#startKeyguardExitAnimation");
512 Trace.beginSection("KeyguardService.mBinder#verifyUnlock");
522 Trace.beginSection("KeyguardService.mBinder#setOccluded");
569 Trace.beginSection("KeyguardService.mBinder#onStartedWakingUp");
579 Trace.beginSection("KeyguardService.mBinder#onFinishedWakingUp");
587 Trace.beginSection("KeyguardService.mBinder#onScreenTurningOn");
621 Trace.beginSection("KeyguardService.mBinder#onScreenTurnedOn");
650 Trace.beginSection("KeyguardService.mBinder#onSystemReady");
687 Trace.beginSection("KeyguardService.mBinder#startKeyguardExitAnimation");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java398 Trace.beginSection("ShadeListBuilder.buildList"); in buildList()
461 Trace.beginSection("ShadeListBuilder.onRenderList"); in buildList()
467 Trace.beginSection("ShadeListBuilder.logEndBuildList"); in buildList()
475 Trace.beginSection("ShadeListBuilder.logFinalList"); in buildList()
486 Trace.beginSection("ShadeListBuilder.notifySectionEntriesUpdated"); in notifySectionEntriesUpdated()
535 Trace.beginSection("ShadeListBuilder.filterNotifs"); in filterNotifs()
571 Trace.beginSection("ShadeListBuilder.groupNotifs"); in groupNotifs()
629 Trace.beginSection("ShadeListBuilder.stabilizeGroupingNotifs"); in stabilizeGroupingNotifs()
697 Trace.beginSection("ShadeListBuilder.promoteNotifs"); in promoteNotifs()
720 Trace.beginSection("ShadeListBuilder.pruneIncompleteGroups"); in pruneIncompleteGroups()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDisplayMode.kt42 Trace.beginSection("UdfpsDisplayMode.enable") in enable()
71 Trace.beginSection("UdfpsDisplayMode.disable") in disable()
/frameworks/base/apct-tests/perftests/core/src/android/database/
DSQLiteDatabasePerfTest.java237 android.os.Trace.beginSection(traceTag); in testInsertInternal()
305 android.os.Trace.beginSection(traceTag); in testBulkInsertInternal()
367 android.os.Trace.beginSection(traceTag); in testUpdateInternal()
393 android.os.Trace.beginSection("ReadDatabase"); in doReadLoop()
412 android.os.Trace.beginSection("ReadDatabase"); in doReadLoop()
435 android.os.Trace.beginSection("UpdateDatabase"); in doUpdateLoop()
/frameworks/base/services/core/java/com/android/server/wm/
DTransitionTracer.java108 Trace.beginSection("TransitionProto#addChange"); in writeChange()
155 Trace.beginSection("TransitionTracer#startTrace"); in startTrace()
183 Trace.beginSection("TransitionTracer#stopTrace"); in stopTrace()
203 Trace.beginSection("TransitionTracer#writeTraceToFileLocked"); in writeTraceToFileLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java196 Trace.beginSection("KeyguardStateController#notifyKeyguardChanged"); in notifyKeyguardChanged()
203 Trace.beginSection("KeyguardStateController#notifyUnlockedChanged"); in notifyUnlockedChanged()
236 Trace.beginSection("KeyguardStateController#update"); in update()
429 Trace.beginSection("KeyguardUpdateMonitorCallback#onBiometricAuthenticated"); in onBiometricAuthenticated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
DImageWallpaper.java139 Trace.beginSection("ImageWallpaper.CanvasEngine#onCreate"); in onCreate()
232 Trace.beginSection("ImageWallpaper.CanvasEngine#drawFrame"); in drawFrameOnCanvas()
277 Trace.beginSection("ImageWallpaper.CanvasEngine#unloadBitmap"); in unloadBitmapInternal()
290 Trace.beginSection("ImageWallpaper.CanvasEngine#loadWallpaper"); in loadWallpaperAndDrawFrameInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DImageExporter.java236 Trace.beginSection("ImageExporter_execute");
292 Trace.beginSection("ImageExporter_createEntry");
314 Trace.beginSection("ImageExporter_writeImage");
332 Trace.beginSection("ImageExporter_writeExif");
362 Trace.beginSection("ImageExporter_publishEntry");
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java615 Trace.beginSection("WPMS.reportEngineShown-" + waitForEngineShown); in reportEngineShown()
1299 Trace.beginSection("WPMS.Engine.onSurfaceCreated"); in updateSurface()
1327 Trace.beginSection("WPMS.Engine.onSurfaceChanged"); in updateSurface()
1347 Trace.beginSection("WPMS.Engine.onApplyWindowInsets"); in updateSurface()
1353 Trace.beginSection("WPMS.Engine.onSurfaceRedrawNeeded"); in updateSurface()
1380 Trace.beginSection("WPMS.Engine.onVisibilityChanged-true"); in updateSurface()
1386 Trace.beginSection("WPMS.Engine.onVisibilityChanged-false"); in updateSurface()
1466 Trace.beginSection("WPMS.Engine.onCreate"); in attach()
1473 Trace.beginSection("WPMS.Engine.updateSurface"); in attach()
1827 Trace.beginSection("WallpaperService#updatePageColors"); in updatePageColors()
[all …]
/frameworks/base/startop/apps/test/src/
DLayoutInflationActivity.java34 Trace.beginSection("inflate layout: " + layoutName); in onCreate()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java65 public static void beginSection(String sectionName) { in beginSection() method in SysTrace

1234