Searched refs:handleTransactionLocked (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h350 void handleTransactionLocked(uint32_t transactionFlags);
H A DSurfaceFlinger.cpp1263 // handleTransactionLocked will fire. It will determine the delta between
1899 // going to be overwritten by handleTransactionLocked()) outside of
1909 // so we can call handleTransactionLocked() unconditionally.
1915 handleTransactionLocked(transactionFlags);
1923 void SurfaceFlinger::handleTransactionLocked(uint32_t transactionFlags) function in class:android::SurfaceFlinger
H A DSurfaceFlinger_hwc1.cpp1572 // going to be overwritten by handleTransactionLocked()) outside of
1582 // so we can call handleTransactionLocked() unconditionally.
1588 handleTransactionLocked(transactionFlags);
1596 void SurfaceFlinger::handleTransactionLocked(uint32_t transactionFlags) function in class:android::SurfaceFlinger

Completed in 33 milliseconds