Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp209 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()
DCamera3Device.h628 bool mPauseStateNotify; variable