Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mCurrent

40     mPrevious(NULL), mCurrent(NULL),
108 //ALOG_ASSERT(mCurrent == &sInitial && previous == &sInitial);
109 next = mCurrent;
113 if (next != mCurrent) {
129 if (!(mCurrent->mCommand & FastThreadState::IDLE)) {
138 mPrevious = mCurrent;
140 mCurrent = next;
159 if (mCurrent->mColdGen != mColdGen) {
160 int32_t *coldFutexAddr = mCurrent->mColdFutexAddr;
178 mColdGen = mCurrent->mColdGen;
198 if (mCurrent != mPrevious) {
202 mPrevious = mCurrent;