Home | History | Annotate | Download | only in os

Lines Matching defs:mHeld

881         private boolean mHeld;
903 if (mHeld) {
965 // Do this even if the wake lock is already thought to be held (mHeld == true)
978 mHeld = true;
1010 if (mHeld) {
1016 mHeld = false;
1032 return mHeld;
1067 if (changed && mHeld) {
1097 + " held=" + mHeld + ", refCount=" + mCount + "}";