HomeSort by relevance Sort by last modified time
    Searched refs:ComposerState (Results 1 - 7 of 7) sorted by null

  /frameworks/native/include/gui/
ISurfaceComposer.h 36 class ComposerState;
85 virtual void setTransactionState(const Vector<ComposerState>& state,
  /frameworks/native/libs/gui/
LayerState.cpp 65 status_t ComposerState::write(Parcel& output) const {
70 status_t ComposerState::read(const Parcel& input) {
ISurfaceComposer.cpp 72 const Vector<ComposerState>& state,
79 Vector<ComposerState>::const_iterator b(state.begin());
80 Vector<ComposerState>::const_iterator e(state.end());
247 ComposerState s;
248 Vector<ComposerState> state;
SurfaceComposerClient.cpp 98 int compare_type(const ComposerState& lhs, const ComposerState& rhs) {
116 SortedVector<ComposerState> mComposerStates;
205 Vector<ComposerState> transaction;
247 ComposerState s;
257 ComposerState* const out = mComposerStates.editArray();
  /frameworks/native/include/private/gui/
LayerState.h 90 struct ComposerState {
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 179 virtual void setTransactionState(const Vector<ComposerState>& state,
SurfaceFlinger.cpp     [all...]

Completed in 137 milliseconds