Searched defs:handleTransactionLocked (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
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 37 milliseconds