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.h404 void setTransactionState(const Vector<ComposerState>& state,
570 void applyTransactionState(const Vector<ComposerState>& state,
590 bool containsAnyInvalidClientState(const Vector<ComposerState>& states);
592 const Vector<ComposerState>& states);
593 uint32_t setClientStateLocked(const ComposerState& composerState, int64_t desiredPresentTime,
1067 TransactionState(const Vector<ComposerState>& composerStates, in TransactionState()
1081 Vector<ComposerState> states;
DSurfaceInterceptor.cpp404 const Vector<ComposerState>& stateUpdates, in addTransactionLocked()
529 void SurfaceInterceptor::saveTransaction(const Vector<ComposerState>& stateUpdates, in saveTransaction()
DSurfaceFlinger.cpp3701 bool SurfaceFlinger::containsAnyInvalidClientState(const Vector<ComposerState>& states) { in containsAnyInvalidClientState()
3702 for (const ComposerState& state : states) { in containsAnyInvalidClientState()
3724 const Vector<ComposerState>& states) { in transactionIsReadyToBeApplied()
3733 for (const ComposerState& state : states) { in transactionIsReadyToBeApplied()
3745 void SurfaceFlinger::setTransactionState(const Vector<ComposerState>& states, in setTransactionState()
3793 void SurfaceFlinger::applyTransactionState(const Vector<ComposerState>& states, in applyTransactionState()
3834 for (const ComposerState& state : states) { in applyTransactionState()
3968 const ComposerState& composerState, int64_t desiredPresentTime, in setClientStateLocked()
4466 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;
138 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()
1007 Vector<ComposerState> state; in onTransact()
1010 ComposerState s; in onTransact()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp686 void setTransactionState(const Vector<ComposerState>& /*state*/, in setTransactionState() argument