Searched refs:CRITICAL (Results 1 – 5 of 5) sorted by relevance
27 enum class PriorityType { INVALID, CRITICAL, HIGH, NORMAL }; enumerator31 return PriorityType::CRITICAL; in getPriorityType()71 case PriorityType::CRITICAL: in priorityDump()
68 - 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>` and80 For example, cpuinfo will now move to `DUMPSYS CRITICAL` and will have a81 header `DUMP OF SERVICE CRITICAL CPUINFO`.
122 CRITICAL = 4; // critical memory. enumerator
149 ProcessStatsProto.State.CRITICAL
251 static constexpr Critical CRITICAL = critical; member278 EXPECT_CALL(*test->mRenderSurface, setCritical(static_cast<bool>(CRITICAL))).Times(1); in setupNativeWindowSurfaceCreationCallExpectations()