Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/
H A Ddram_vote_client.cc32 bool needDram = (enabled || mDramVoteCount > 0); in voteDramAccess()
42 if (mDramVoteCount++ == 0) { in incrementDramVoteCount()
62 CHRE_ASSERT_LOG(mDramVoteCount > 0, in decrementDramVoteCount()
65 if (--mDramVoteCount == 0) { in decrementDramVoteCount()
81 if (mDramVoteCount > 0) { in checkDramDuration()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Ddram_vote_client.h78 uint32_t mDramVoteCount = 0; variable