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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h119 class LayerListIterator;
161 friend class LayerListIterator;
176 class LayerListIterator { class in class:android::HWComposer
181 LayerListIterator() : mLayerList(NULL), mIndex(0) { } function in class:android::HWComposer::LayerListIterator
183 LayerListIterator(HWCLayer* layer, size_t index) function in class:android::HWComposer::LayerListIterator
187 LayerListIterator& operator = (const LayerListIterator& rhs);
191 LayerListIterator(const LayerListIterator& rhs) function in class:android::HWComposer::LayerListIterator
195 ~LayerListIterator() { delet
[all...]

Completed in 30 milliseconds