Searched defs:mIsDirty (Results 1 - 3 of 3) sorted by relevance
/frameworks/av/services/audioflinger/ | ||
H A D | StateQueue.h | 174 bool isDirty() const { return mIsDirty; } 201 bool mIsDirty; // whether mutating state has been modified since last push member in class:android::StateQueue |
/frameworks/base/libs/hwui/renderthread/ | ||
H A D | CanvasContext.h | 225 bool mIsDirty = false; member in class:android::uirenderer::renderthread::CanvasContext |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ | ||
H A D | BackingStore.java | 335 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; |
Completed in 11 milliseconds