Home
last modified time | relevance | path

Searched refs:getTransactionFlags (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayer.h585 uint32_t getTransactionFlags() const { return mTransactionFlags; } in getTransactionFlags() function
DSurfaceFlinger.h843 uint32_t getTransactionFlags() const;
DSurfaceFlinger.cpp2340 const bool shouldCommit = (getTransactionFlags() & ~eTransactionFlushNeeded) || needsTraversal; in updateLayerSnapshotsLegacy()
2593 mustComposite |= (getTransactionFlags() & ~eTransactionFlushNeeded) || newDataLatched; in updateLayerSnapshots()
4807 uint32_t SurfaceFlinger::getTransactionFlags() const { in getTransactionFlags() function in android::SurfaceFlinger