Searched refs:lastEventType (Results 1 – 3 of 3) sorted by relevance
655 EXPECT_EQ(EventType::VIDEO_RESET, mSystemCB->lastEventType()); in testBatteryStats()694 EXPECT_EQ(EventType::VIDEO_RESET, mSystemCB->lastEventType()); in testCpusetBoost()701 EXPECT_EQ(EventType::CPUSET_ENABLE, mSystemCB->lastEventType()); in testCpusetBoost()712 EXPECT_EQ(EventType::CPUSET_ENABLE, mSystemCB->lastEventType()); in testCpusetBoost()726 EXPECT_EQ(EventType::CPUSET_DISABLE, mSystemCB->lastEventType()); in testCpusetBoost()
106 EventType lastEventType() { return mLastEvent.type; } in lastEventType() function
123 EventType lastEventType() { return mLastEvent.type; } in lastEventType() function