Home
last modified time | relevance | path

Searched refs:CRITICAL (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/utils/
DPriorityDumper.cpp27 enum class PriorityType { INVALID, CRITICAL, HIGH, NORMAL }; enumerator
31 return PriorityType::CRITICAL; in getPriorityType()
71 case PriorityType::CRITICAL: in priorityDump()
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md68 - CRITICAL - services that must dump first, and fast (under 100ms). Ex: cpuinfo.
75 identified by their HEADER `DUMPSYS CRITICAL` and `DUMPSYS HIGH`.
78 `DUMP OF SERVICE CRITICAL <servicename>` and
80 For example, cpuinfo will now move to `DUMPSYS CRITICAL` and will have a
81 header `DUMP OF SERVICE CRITICAL CPUINFO`.
/frameworks/base/core/proto/android/service/
Dprocstats.proto122 CRITICAL = 4; // critical memory. enumerator
/frameworks/base/core/java/com/android/internal/app/procstats/
DDumpUtils.java149 ProcessStatsProto.State.CRITICAL
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp251 static constexpr Critical CRITICAL = critical; member
278 EXPECT_CALL(*test->mRenderSurface, setCritical(static_cast<bool>(CRITICAL))).Times(1); in setupNativeWindowSurfaceCreationCallExpectations()