Searched refs:lastEventType (Results 1 – 3 of 3) sorted by relevance
111 EventType lastEventType() { return mLastEvent.type; } in lastEventType() function
876 EXPECT_EQ(EventType::VIDEO_RESET, mSystemCB->lastEventType()); in testBatteryStats()925 EXPECT_EQ(EventType::VIDEO_RESET, mSystemCB->lastEventType()); in testCpusetBoost()936 EXPECT_EQ(EventType::CPUSET_ENABLE, mSystemCB->lastEventType()); in testCpusetBoost()951 EXPECT_EQ(EventType::CPUSET_ENABLE, mSystemCB->lastEventType()); in testCpusetBoost()965 EXPECT_EQ(EventType::CPUSET_DISABLE, mSystemCB->lastEventType()); in testCpusetBoost()
124 EventType lastEventType() { return mLastEvent.type; } in lastEventType() function