Home
last modified time | relevance | path

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

/frameworks/native/include/gui/
DISurfaceComposer.h39 class ComposerState; variable
102 virtual void setTransactionState(const Vector<ComposerState>& state,
/frameworks/native/libs/gui/
DLayerState.cpp69 status_t ComposerState::write(Parcel& output) const { in write()
74 status_t ComposerState::read(const Parcel& input) { in read()
DISurfaceComposer.cpp73 const Vector<ComposerState>& state, in setTransactionState()
80 Vector<ComposerState>::const_iterator b(state.begin()); in setTransactionState()
81 Vector<ComposerState>::const_iterator e(state.end()); in setTransactionState()
318 ComposerState s; in onTransact()
319 Vector<ComposerState> state; in onTransact()
DSurfaceComposerClient.cpp98 int compare_type(const ComposerState& lhs, const ComposerState& rhs) { in compare_type()
116 SortedVector<ComposerState> mComposerStates;
211 Vector<ComposerState> transaction; in closeGlobalTransactionImpl()
253 ComposerState s; in getLayerStateLocked()
263 ComposerState* const out = mComposerStates.editArray(); in getLayerStateLocked()
/frameworks/native/include/private/gui/
DLayerState.h95 struct ComposerState { struct
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h198 virtual void setTransactionState(const Vector<ComposerState>& state,
DSurfaceFlinger.cpp1986 const Vector<ComposerState>& state, in setTransactionState()
2018 const ComposerState& s(state[i]); in setTransactionState()
2285 Vector<ComposerState> state; in onInitializeDisplays()