Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DLayerState.h123 struct ComposerState { struct
164 int compare_type(const ComposerState& lhs, const ComposerState& rhs) { in compare_type()
DISurfaceComposer.h40 struct ComposerState;
125 virtual void setTransactionState(const Vector<ComposerState>& state,
DSurfaceComposerClient.h152 std::unordered_map<sp<SurfaceControl>, ComposerState, SCHash> mComposerStates;
/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.h411 virtual void setTransactionState(const Vector<ComposerState>& state,
517 bool containsAnyInvalidClientState(const Vector<ComposerState>& states);
518 uint32_t setClientStateLocked(const ComposerState& composerState);
520 void setDestroyStateLocked(const ComposerState& composerState);
DSurfaceInterceptor.cpp400 const Vector<ComposerState>& stateUpdates, in addTransactionLocked()
523 void SurfaceInterceptor::saveTransaction(const Vector<ComposerState>& stateUpdates, in saveTransaction()
DSurfaceFlinger.cpp3172 bool SurfaceFlinger::containsAnyInvalidClientState(const Vector<ComposerState>& states) { in containsAnyInvalidClientState()
3173 for (const ComposerState& state : states) { in containsAnyInvalidClientState()
3195 const Vector<ComposerState>& states, in setTransactionState()
3227 for (const ComposerState& state : states) { in setTransactionState()
3235 for (const ComposerState& state : states) { in setTransactionState()
3330 uint32_t SurfaceFlinger::setClientStateLocked(const ComposerState& composerState) { in setClientStateLocked()
3491 void SurfaceFlinger::setDestroyStateLocked(const ComposerState& composerState) { in setDestroyStateLocked()
3660 Vector<ComposerState> state; in onInitializeDisplays()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockSurfaceInterceptor.h37 void(const Vector<ComposerState>&,
/frameworks/native/libs/gui/
DLayerState.cpp92 status_t ComposerState::write(Parcel& output) const { in write()
97 status_t ComposerState::read(const Parcel& input) { in read()
DISurfaceComposer.cpp77 const Vector<ComposerState>& state, in setTransactionState()
573 ComposerState s; in onTransact()
574 Vector<ComposerState> state; in onTransact()
DSurfaceComposerClient.cpp140 Vector<ComposerState> composerStates; in apply()
200 ComposerState s; in getLayerState()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp551 void setTransactionState(const Vector<ComposerState>& /*state*/, in setTransactionState() argument