Home
last modified time | relevance | path

Searched refs:ComposerState (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.h38 struct ComposerState;
57 const Vector<ComposerState>& stateUpdates,
92 void saveTransaction(const Vector<ComposerState>& stateUpdates,
153 void addTransactionLocked(Increment* increment, const Vector<ComposerState>& stateUpdates,
DSurfaceFlinger.h391 void setTransactionState(const Vector<ComposerState>& state,
553 void applyTransactionState(const Vector<ComposerState>& state,
573 bool containsAnyInvalidClientState(const Vector<ComposerState>& states);
575 const Vector<ComposerState>& states);
576 uint32_t setClientStateLocked(const ComposerState& composerState, int64_t desiredPresentTime,
1048 TransactionState(const Vector<ComposerState>& composerStates, in TransactionState()
1062 Vector<ComposerState> states;
DSurfaceInterceptor.cpp404 const Vector<ComposerState>& stateUpdates, in addTransactionLocked()
529 void SurfaceInterceptor::saveTransaction(const Vector<ComposerState>& stateUpdates, in saveTransaction()
DSurfaceFlinger.cpp3620 bool SurfaceFlinger::containsAnyInvalidClientState(const Vector<ComposerState>& states) { in containsAnyInvalidClientState()
3621 for (const ComposerState& state : states) { in containsAnyInvalidClientState()
3643 const Vector<ComposerState>& states) { in transactionIsReadyToBeApplied()
3652 for (const ComposerState& state : states) { in transactionIsReadyToBeApplied()
3664 void SurfaceFlinger::setTransactionState(const Vector<ComposerState>& states, in setTransactionState()
3712 void SurfaceFlinger::applyTransactionState(const Vector<ComposerState>& states, in applyTransactionState()
3753 for (const ComposerState& state : states) { in applyTransactionState()
3886 const ComposerState& composerState, int64_t desiredPresentTime, in setClientStateLocked()
4375 Vector<ComposerState> state; in onInitializeDisplays()
/frameworks/native/libs/gui/include/gui/
DLayerState.h276 static inline int compare_type(const ComposerState& lhs, const ComposerState& rhs) { in compare_type()
DISurfaceComposer.h48 struct ComposerState;
135 virtual void setTransactionState(const Vector<ComposerState>& state,
DSurfaceComposerClient.h289 std::unordered_map<sp<SurfaceControl>, ComposerState, SCHash> mComposerStates;
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockSurfaceInterceptor.h37 void(const Vector<ComposerState>&,
/frameworks/native/libs/gui/
DLayerState.cpp171 status_t ComposerState::write(Parcel& output) const { in write()
176 status_t ComposerState::read(const Parcel& input) { in read()
DSurfaceComposerClient.cpp377 Vector<ComposerState> composerStates; in doDropReferenceTransaction()
380 ComposerState s; in doDropReferenceTransaction()
474 Vector<ComposerState> composerStates; in apply()
551 ComposerState s; in getLayerState()
DISurfaceComposer.cpp67 virtual void setTransactionState(const Vector<ComposerState>& state, in setTransactionState()
1006 Vector<ComposerState> state; in onTransact()
1009 ComposerState s; in onTransact()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp560 void setTransactionState(const Vector<ComposerState>& /*state*/, in setTransactionState() argument