Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/renderengine/skia/debug/
H A DSkiaCapture.cpp48 if (CC_LIKELY(!mCaptureRunning)) { in tryCapture()
85 if (CC_LIKELY(!mCaptureRunning)) { in endCapture()
101 if (CC_LIKELY(!mCaptureRunning)) { in tryOffscreenCapture()
121 if (CC_LIKELY(!mCaptureRunning)) { in endOffscreenCapture()
162 mCaptureRunning = false; in writeToFile()
197 mCaptureRunning = true; in setupMultiFrameCapture()
H A DSkiaCapture.h53 bool isCaptureRunning() { return mCaptureRunning; } in isCaptureRunning()
81 bool mCaptureRunning = false; variable