Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/
DRingStream.cpp202 if (mShouldExitForSnapshot && mInSnapshotOperation) { in readRaw()
214 mShouldExitForSnapshot = true; in readRaw()
219 mShouldExitForSnapshot = false; in readRaw()
DRingStream.h90 bool mShouldExitForSnapshot = false; variable