Searched refs:mIsDirty (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
H A DStateQueue.cpp46 mInMutation(false), mIsDirty(false), mIsInitialized(false)
88 mIsDirty = true;
108 if (mIsDirty) {
153 mIsDirty = false;
H A DStateQueue.h174 bool isDirty() const { return mIsDirty; }
201 bool mIsDirty; // whether mutating state has been modified since last push member in class:android::StateQueue
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java335 protected boolean mIsDirty = false; field in class:BackingStore.Backing
397 mIsDirty = true;
401 return mIsDirty;
447 mIsDirty = false;
528 mIsDirty = false;
621 mIsDirty = false;
743 mIsDirty = false;
871 mIsDirty = false;
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp224 } else if (mIsDirty && hasSurface()) {
348 mIsDirty = true;
432 mIsDirty = false;
H A DCanvasContext.h226 bool mIsDirty = false; member in class:android::uirenderer::renderthread::CanvasContext

Completed in 1556 milliseconds