Searched refs:getTransactionFlags (Results 1 – 3 of 3) sorted by relevance
585 uint32_t getTransactionFlags() const { return mTransactionFlags; } in getTransactionFlags() function
843 uint32_t getTransactionFlags() const;
2340 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