Home
last modified time | relevance | path

Searched refs:setTransactionState (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h138 virtual void setTransactionState(const Vector<ComposerState>& state,
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp388 sf->setTransactionState(composerStates, displayStates, 0, applyToken, {}, -1, {}, {}); in doDropReferenceTransaction()
399 sf->setTransactionState({}, {}, 0, applyToken, {}, -1, uncacheBuffer, {}); in doUncacheBufferTransaction()
504 sf->setTransactionState(composerStates, displayStates, flags, applyToken, mInputWindowCommands, in apply()
DISurfaceComposer.cpp67 virtual void setTransactionState(const Vector<ComposerState>& state, in setTransactionState() function in android::BpSurfaceComposer
1052 setTransactionState(state, displays, stateFlags, applyToken, inputWindowCommands, in onTransact()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h404 void setTransactionState(const Vector<ComposerState>& state,
DSurfaceFlinger.cpp3745 void SurfaceFlinger::setTransactionState(const Vector<ComposerState>& states, in setTransactionState() function in android::SurfaceFlinger
4479 setTransactionState(state, displays, 0, nullptr, mPendingInputWindowCommands, -1, {}, {}); in onInitializeDisplays()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp686 void setTransactionState(const Vector<ComposerState>& /*state*/, in setTransactionState() function in android::FakeSurfaceComposer