Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/
H A Ddram_vote_client.cc43 mVoteCountStart = Milliseconds(SystemTime::getMonotonicTime()); in incrementDramVoteCount()
82 duration = Milliseconds(SystemTime::getMonotonicTime()) - mVoteCountStart; in checkDramDuration()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Ddram_vote_client.h75 Milliseconds mVoteCountStart = Milliseconds(0); variable