Home
last modified time | relevance | path

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

12

/frameworks/opt/gamesdk/samples/common/include/
DTrace.h37 Trace(ATrace_beginSection_type beginSection, in Trace() argument
40 : ATrace_beginSection(beginSection), in Trace()
50 auto beginSection = reinterpret_cast<ATrace_beginSection_type>( in create() local
52 if (!beginSection) { in create()
68 return std::make_unique<Trace>(beginSection, endSection, isEnabled); in create()
79 void beginSection(const char *name) const { in beginSection() function
113 trace->beginSection(name); in ScopedTrace()
/frameworks/opt/gamesdk/src/common/
DTrace.h37 Trace(ATrace_beginSection_type beginSection, in Trace() argument
40 : ATrace_beginSection(beginSection), in Trace()
50 auto beginSection = reinterpret_cast<ATrace_beginSection_type>( in create() local
52 if (!beginSection) { in create()
68 return std::make_unique<Trace>(beginSection, endSection, isEnabled); in create()
79 void beginSection(const char *name) const { in beginSection() function
113 trace->beginSection(name); in ScopedTrace()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java84 Trace.beginSection("KeyguardService.mBinder#verifyUnlock");
92 Trace.beginSection("KeyguardService.mBinder#setOccluded");
134 Trace.beginSection("KeyguardService.mBinder#onStartedWakingUp");
143 Trace.beginSection("KeyguardService.mBinder#onFinishedWakingUp");
151 Trace.beginSection("KeyguardService.mBinder#onScreenTurningOn");
160 Trace.beginSection("KeyguardService.mBinder#onScreenTurnedOn");
188 Trace.beginSection("KeyguardService.mBinder#onSystemReady");
220 Trace.beginSection("KeyguardService.mBinder#startKeyguardExitAnimation");
DKeyguardViewMediator.java567 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardDoneDrawing");
579 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardDonePending");
596 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardGone");
603 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#readyForKeyguardDone");
988 Trace.beginSection("KeyguardViewMediator#onStartedWakingUp"); in onStartedWakingUp()
1004 Trace.beginSection("KeyguardViewMediator#onScreenTurningOn"); in onScreenTurningOn()
1010 Trace.beginSection("KeyguardViewMediator#onScreenTurnedOn"); in onScreenTurnedOn()
1129 Trace.beginSection("KeyguardViewMediator#verifyUnlock"); in verifyUnlock()
1194 Trace.beginSection("KeyguardViewMediator#setOccluded"); in setOccluded()
1210 Trace.beginSection("KeyguardViewMediator#handleSetOccluded"); in handleSetOccluded()
[all …]
/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
DTouchLatencyActivity.java50 Trace.beginSection("TouchLatencyView constructor"); in TouchLatencyView()
81 Trace.beginSection("TouchLatencyView onTouch"); in onTouch()
98 Trace.beginSection("TouchLatencyView drawTouch"); in drawTouch()
134 Trace.beginSection("TouchLatencyView drawBall"); in drawBall()
195 Trace.beginSection("TouchLatencyView onDraw"); in onDraw()
205 Trace.beginSection("TouchLatencyView changeMode"); in changeMode()
233 Trace.beginSection("TouchLatencyActivity onCreate"); in onCreate()
256 Trace.beginSection("TouchLatencyActivity onCreateOptionsMenu"); in onCreateOptionsMenu()
290 Trace.beginSection("TouchLatencyActivity onOptionsItemSelected"); in onOptionsItemSelected()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java223 Trace.beginSection("BiometricUnlockController#onBiometricAcquired"); in onBiometricAcquired()
235 Trace.beginSection("acquiring wake-and-unlock"); in onBiometricAcquired()
255 Trace.beginSection("BiometricUnlockController#onBiometricAuthenticated"); in onBiometricAuthenticated()
295 Trace.beginSection("release wake-and-unlock"); in startWakeAndUnlock()
305 Trace.beginSection("MODE_DISMISS"); in startWakeAndUnlock()
312 Trace.beginSection("MODE_UNLOCK or MODE_SHOW_BOUNCER"); in startWakeAndUnlock()
324 Trace.beginSection("MODE_WAKE_AND_UNLOCK_PULSING"); in startWakeAndUnlock()
328 Trace.beginSection("MODE_WAKE_AND_UNLOCK"); in startWakeAndUnlock()
330 Trace.beginSection("MODE_WAKE_AND_UNLOCK_FROM_DREAM"); in startWakeAndUnlock()
371 Trace.beginSection("BiometricUnlockController#onFinishedGoingToSleep"); in onFinishedGoingToSleep()
DUnlockMethodCache.java114 Trace.beginSection("UnlockMethodCache#update"); in update()
162 Trace.beginSection("KeyguardUpdateMonitorCallback#onBiometricAuthenticated");
/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()
DUnrefedBitmapCache.java91 Trace.beginSection("sleep"); 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/shared/src/com/android/systemui/shared/recents/utilities/
DAppTrace.java56 public static void beginSection(String key) { in beginSection() method in AppTrace
57 android.os.Trace.beginSection(key); in beginSection()
/frameworks/opt/gamesdk/samples/bouncyball/app/src/main/java/com/prefabulated/bouncyball/
DOrbitActivity.java348 Trace.beginSection("dumpBins"); in dumpBins()
350 Trace.beginSection("addToQueues"); in dumpBins()
355 Trace.beginSection("updateMinuteBins"); in dumpBins()
362 Trace.beginSection("pruneQueue"); in dumpBins()
373 Trace.beginSection("updateInfoGrid"); in dumpBins()
382 Trace.beginSection("updateSwappyStatsGrid"); in dumpBins()
392 Trace.beginSection("clearSecondBins"); in dumpBins()
404 Trace.beginSection("doFrame"); in doFrame()
412 Trace.beginSection("Requesting callback"); in doFrame()
/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/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java65 public static void beginSection(String sectionName) { in beginSection() method in SysTrace
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DSlowBindRecyclerViewActivity.java47 Trace.beginSection("bind item " + position); in createAdapter()
/frameworks/base/apct-tests/perftests/core/src/android/os/
DTracePerfTest.java66 Trace.beginSection("testBeginEndSection"); in testBeginEndSection()
/frameworks/base/core/java/com/android/internal/widget/
DGapWorker.java309 Trace.beginSection(RecyclerView.TRACE_NESTED_PREFETCH_TAG); in prefetchInnerRecyclerViewWithDeadline()
351 Trace.beginSection(RecyclerView.TRACE_PREFETCH_TAG); in run()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java313 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_STARTED_WAKING_UP");
318 … Trace.beginSection("KeyguardUpdateMonitor#handler MSG_FACE_UNLOCK_STATE_CHANGED");
335 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_SCREEN_TURNED_ON");
542 Trace.beginSection("KeyGuardUpdateMonitor#onFingerPrintAuthenticated"); in onFingerprintAuthenticated()
589 Trace.beginSection("KeyGuardUpdateMonitor#handlerFingerPrintAuthenticated"); in handleFingerprintAuthenticated()
692 Trace.beginSection("KeyGuardUpdateMonitor#onFaceAuthenticated"); in onFaceAuthenticated()
741 Trace.beginSection("KeyGuardUpdateMonitor#handlerFaceAuthenticated"); in handleFaceAuthenticated()
1066 …Trace.beginSection("KeyguardUpdateMonitor.mBroadcastAllReceiver#onReceive ACTION_FACE_UNLOCK_START…
1108 Trace.beginSection("KeyguardUpdateMonitor#onAuthenticationSucceeded");
1140 Trace.beginSection("KeyguardUpdateMonitor#onAuthenticationSucceeded");
[all …]
/frameworks/base/core/java/android/os/
DTrace.java330 public static void beginSection(@NonNull String sectionName) { in beginSection() method in Trace
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DTaskStackChangeListeners.java240 Trace.beginSection("onTaskStackChanged"); in handleMessage()
248 Trace.beginSection("onTaskSnapshotChanged"); in handleMessage()

12