Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/
DRingStream.h51 mInSnapshotOperation = true; in pausePreSnapshot()
55 mInSnapshotOperation = false; in resume()
59 return mInSnapshotOperation; in inSnapshotOperation()
91 bool mInSnapshotOperation = false; variable
DRingStream.cpp202 if (mShouldExitForSnapshot && mInSnapshotOperation) { in readRaw()