Searched refs:setTransactionState (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 138 virtual void setTransactionState(const Vector<ComposerState>& state,
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 388 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()
|
D | ISurfaceComposer.cpp | 67 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/ |
D | SurfaceFlinger.h | 404 void setTransactionState(const Vector<ComposerState>& state,
|
D | SurfaceFlinger.cpp | 3745 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/ |
D | Surface_test.cpp | 686 void setTransactionState(const Vector<ComposerState>& /*state*/, in setTransactionState() function in android::FakeSurfaceComposer
|