Searched refs:mPauseStateNotify (Results 1 – 2 of 2) sorted by relevance
209 mPauseStateNotify = false; in initializeCommonLocked()1543 mStatusIsInternal = mPauseStateNotify ? true : false; in internalUpdateStatusLocked()1585 mPauseStateNotify = false; in internalResumeLocked()1923 idle ? "idle" : "active", mPauseStateNotify ? "true" : "false"); in notifyStatus()1928 if (mPauseStateNotify) return; in notifyStatus()2329 mPauseStateNotify = true; in reconfigureCamera()2349 mPauseStateNotify = false; in reconfigureCamera()
628 bool mPauseStateNotify; variable