Searched defs:LayerListIterator (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h119 class LayerListIterator;
162 friend class LayerListIterator;
177 class LayerListIterator { class in class:android::HWComposer
182 LayerListIterator() : mLayerList(NULL), mIndex(0) { } function in class:android::HWComposer::LayerListIterator
184 LayerListIterator(HWCLayer* layer, size_t index) function in class:android::HWComposer::LayerListIterator
188 LayerListIterator& operator = (const LayerListIterator& rhs);
192 LayerListIterator(const LayerListIterator& rhs) function in class:android::HWComposer::LayerListIterator
196 ~LayerListIterator() { delet
[all...]

Completed in 93 milliseconds