Home
last modified time | relevance | path

Searched refs:SessionRecords (Results 1 – 6 of 6) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/
DSessionRecords.cpp30 SessionRecords::SessionRecords(const int32_t maxNumOfRecords, const double jankCheckTimeFactor) in SessionRecords() function in aidl::google::hardware::power::impl::pixel::SessionRecords
35 void SessionRecords::addReportedDurations(const std::vector<WorkDuration> &actualDurationsNs, in addReportedDurations()
90 std::optional<int32_t> SessionRecords::getMaxDuration() { in getMaxDuration()
97 std::optional<int32_t> SessionRecords::getAvgDuration() { in getAvgDuration()
104 int32_t SessionRecords::getNumOfRecords() { in getNumOfRecords()
108 int32_t SessionRecords::getNumOfMissedCycles() { in getNumOfMissedCycles()
112 bool SessionRecords::isLowFrameRate(int32_t fpsLowRateThreshold) { in isLowFrameRate()
DSessionRecords.h34 class SessionRecords {
43 SessionRecords(const int32_t maxNumOfRecords, const double jankCheckTimeFactor);
44 ~SessionRecords() = default;
DPowerHintSession.h103 std::unique_ptr<SessionRecords> mSessionRecords GUARDED_BY(mPowerHintSessionLock) = nullptr;
DPowerHintSession.cpp146 ? std::make_unique<SessionRecords>(HintManagerT::GetInstance() in PowerHintSession()
/hardware/google/pixel/power-libperfmgr/aidl/tests/
DSessionRecordsTest.cpp36 mRecords = std::make_shared<SessionRecords>(kMaxNumOfRecords, kJankCheckTimeFactor); in SetUp()
59 std::shared_ptr<SessionRecords> mRecords;
/hardware/google/pixel/power-libperfmgr/
DAndroid.bp67 "aidl/SessionRecords.cpp",
131 "aidl/SessionRecords.cpp",