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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h124 class LayerListIterator;
178 friend class LayerListIterator;
193 class LayerListIterator { class in class:android::HWComposer
198 LayerListIterator() : mLayerList(NULL), mIndex(0) { } function in class:android::HWComposer::LayerListIterator
200 LayerListIterator(HWCLayer* layer, size_t index) function in class:android::HWComposer::LayerListIterator
204 LayerListIterator& operator = (const LayerListIterator& rhs);
208 LayerListIterator(const LayerListIterator& rhs) function in class:android::HWComposer::LayerListIterator
212 ~LayerListIterator() { delet
[all...]

Completed in 27 milliseconds