Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3DeviceInjectionMethods.cpp151 parent->mPauseStateNotify = true; in injectCamera()
211 parent->mPauseStateNotify = true; in stopInjection()
DCamera3Device.cpp343 mPauseStateNotify = false; in initializeCommonLocked()
1887 mPauseStateNotify = false; in internalResumeLocked()
2177 idle ? "idle" : "active", mPauseStateNotify ? "true" : "false"); in notifyStatus()
2182 if (mPauseStateNotify) return; in notifyStatus()
2547 mPauseStateNotify = true; in reconfigureCamera()
2558 mPauseStateNotify = false; in reconfigureCamera()
DCamera3Device.h533 bool mPauseStateNotify; variable