Home
last modified time | relevance | path

Searched refs:lastEventType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp655 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()
H A DResourceManagerServiceTestUtils.h106 EventType lastEventType() { return mLastEvent.type; } in lastEventType() function
/aosp12/frameworks/av/services/mediaresourcemanager/fuzzer/
H A Dmediaresourcemanager_fuzzer.cpp123 EventType lastEventType() { return mLastEvent.type; } in lastEventType() function