Home
last modified time | relevance | path

Searched refs:startIntervalUs (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/
DSessionRecords.cpp64 int32_t startIntervalUs = 0; in addReportedDurations() local
66 startIntervalUs = (startTimeNs - mLastStartTimeNs) / 1000; in addReportedDurations()
71 mRecords[mLatestRecordIndex] = CycleRecord{startIntervalUs, totalDurationUs, cycleMissed}; in addReportedDurations()
120 return (mRecords[ind1].startIntervalUs >= cycleDurationThresholdUs) && in isLowFrameRate()
121 (mRecords[ind2].startIntervalUs >= cycleDurationThresholdUs) && in isLowFrameRate()
122 (mRecords[ind3].startIntervalUs >= cycleDurationThresholdUs); in isLowFrameRate()
DSessionRecords.h37 int32_t startIntervalUs{0};