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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h129 class LayerListIterator;
188 friend class LayerListIterator;
203 class LayerListIterator { class in class:android::HWComposer
208 LayerListIterator() : mLayerList(NULL), mIndex(0) { } function in class:android::HWComposer::LayerListIterator
210 LayerListIterator(HWCLayer* layer, size_t index) function in class:android::HWComposer::LayerListIterator
214 LayerListIterator& operator = (const LayerListIterator& rhs);
218 LayerListIterator(const LayerListIterator& rhs) function in class:android::HWComposer::LayerListIterator
222 ~LayerListIterator() { delet
[all...]

Completed in 35 milliseconds