Searched refs:mDramVoteCount (Results 1 – 2 of 2) sorted by relevance
32 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()
78 uint32_t mDramVoteCount = 0; variable