Home
last modified time | relevance | path

Searched defs:Reject (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayer.cpp1841 struct Reject : public SurfaceFlingerConsumer::BufferRejecter { struct
1842 Layer::State& front;
1843 Layer::State& current;
1844 bool& recomputeVisibleRegions;
1845 bool stickyTransformSet;
1846 const char* name;
1847 int32_t overrideScalingMode;
1848 bool& freezePositionUpdates;
1850 Reject(Layer::State& front, Layer::State& current, function
1863 virtual bool reject(const sp<GraphicBuffer>& buf,
/frameworks/compile/mclinker/include/mcld/LD/
DEhFrameReader.h45 enum State { Q0, Q1, Accept, NumOfStates = 2, Reject = -1 }; enumerator