Home
last modified time | relevance | path

Searched defs:mIsDirty (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DStateQueue.h201 bool mIsDirty; // whether mutating state has been modified since last push variable
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.h232 bool mIsDirty = false; variable
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java335 protected boolean mIsDirty = false; field in BackingStore.Backing