Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3DeviceInjectionMethods.cpp151 parent->mPauseStateNotify = true; in injectCamera()
211 parent->mPauseStateNotify = true; in stopInjection()
H A DCamera3Device.cpp344 mPauseStateNotify = false; in initializeCommonLocked()
1890 mPauseStateNotify = false; in internalResumeLocked()
2180 idle ? "idle" : "active", mPauseStateNotify ? "true" : "false"); in notifyStatus()
2185 if (mPauseStateNotify) return; in notifyStatus()
2552 mPauseStateNotify = true; in reconfigureCamera()
2563 mPauseStateNotify = false; in reconfigureCamera()
H A DCamera3Device.h541 bool mPauseStateNotify; variable