Searched refs:kStallType (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/cpp/watchdog/server/tests/ |
D | PressureMonitorTest.cpp | 69 const psi_stall_type kStallType; member 80 kStallType, kThresholdUs, kWindowUs, epollData.u32, state); in toString() 99 return ExplainMatchResult(AllOf(Field("kStallType", &PsiMonitorInfo::kStallType, 100 Eq(expected.kStallType)), 115 .kStallType = kLowPsiStallLevel, 122 .kStallType = kMediumPsiStallLevel, 129 .kStallType = kHighPsiStallLevel, 210 .kStallType = stallType, in MockPsiApis()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | PressureMonitor.cpp | 67 .kStallType = kLowPsiStallLevel, in init() 72 .kStallType = kMediumPsiStallLevel, in init() 77 .kStallType = kHighPsiStallLevel, in init() 129 int fd = mInitPsiMonitorFunc(info.kStallType, info.kThresholdUs.count(), in initializePsiMonitorsLocked()
|
D | PressureMonitor.h | 170 const psi_stall_type kStallType = PSI_TYPE_COUNT; member
|