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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h125 class LayerListIterator;
183 friend class LayerListIterator;
198 class LayerListIterator { class in class:android::HWComposer
203 LayerListIterator() : mLayerList(NULL), mIndex(0) { } function in class:android::HWComposer::LayerListIterator
205 LayerListIterator(HWCLayer* layer, size_t index) function in class:android::HWComposer::LayerListIterator
209 LayerListIterator& operator = (const LayerListIterator& rhs);
213 LayerListIterator(const LayerListIterator& rhs) function in class:android::HWComposer::LayerListIterator
217 ~LayerListIterator() { delet
[all...]

Completed in 35 milliseconds