Home
last modified time | relevance | path

Searched refs:forceUpdate (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp250 bool forceUpdate) in setPlaneColorBlob() argument
253 if (!prop.id() || (stage.enable && !stage.dirty && !forceUpdate)) in setPlaneColorBlob()
295 if ((blobId == 0) && (oldDppBlobs.getBlob(type) == 0) && !forceUpdate) in setPlaneColorBlob()
DExynosDisplayDrmInterfaceModule.h127 bool forceUpdate);
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1502 int32_t updateIdleHint(const int64_t deadlineTime, const bool forceUpdate);
DExynosDisplay.cpp351 const bool forceUpdate) { in updateIdleHint() argument
361 if (mIdleHintIsEnabled != enableIdleHint || forceUpdate) { in updateIdleHint()