Searched refs:getNumOfMissedCycles (Results 1 – 4 of 4) sorted by relevance
66 ASSERT_EQ(0, mRecords->getNumOfMissedCycles()); in TEST_F()74 ASSERT_EQ(0, mRecords->getNumOfMissedCycles()); in TEST_F()81 ASSERT_EQ(0, mRecords->getNumOfMissedCycles()); in TEST_F()88 ASSERT_EQ(4, mRecords->getNumOfMissedCycles()); in TEST_F()
51 int32_t getNumOfMissedCycles();
108 int32_t SessionRecords::getNumOfMissedCycles() { in getNumOfMissedCycles() function in aidl::google::hardware::power::impl::pixel::SessionRecords
300 auto numOfMissedCycles = mSessionRecords->getNumOfMissedCycles(); in updateHeuristicBoost()