Home
last modified time | relevance | path

Searched defs:stateToCommit (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DColorLayer.cpp165 void ColorLayer::commitTransaction(const State& stateToCommit) { in commitTransaction()
DLayer.cpp718 void Layer::popPendingState(State* stateToCommit) { in popPendingState()
726 bool Layer::applyPendingStates(State* stateToCommit) { in applyPendingStates()
780 uint32_t Layer::doTransactionResize(uint32_t flags, State* stateToCommit) { in doTransactionResize()
914 void Layer::commitTransaction(const State& stateToCommit) { in commitTransaction()
DBufferStateLayer.cpp127 bool BufferStateLayer::applyPendingStates(Layer::State* stateToCommit) { in applyPendingStates()