HomeSort by relevance Sort by last modified time
    Searched refs:LayerListIterator (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 120 class LayerListIterator;
174 friend class LayerListIterator;
189 class LayerListIterator {
194 LayerListIterator() : mLayerList(NULL), mIndex(0) { }
196 LayerListIterator(HWCLayer* layer, size_t index)
200 LayerListIterator& operator = (const LayerListIterator& rhs);
204 LayerListIterator(const LayerListIterator& rhs)
208 ~LayerListIterator() { delete mLayerList;
    [all...]
HWComposer.cpp 925 HWComposer::LayerListIterator HWComposer::getLayerIterator(int32_t id, size_t index) {
927 return LayerListIterator();
931 return LayerListIterator();
933 return LayerListIterator(new HWCLayerVersion1(mHwc, disp.list->hwLayers), index);
939 HWComposer::LayerListIterator HWComposer::begin(int32_t id) {
946 HWComposer::LayerListIterator HWComposer::end(int32_t id) {
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 932 HWComposer::LayerListIterator cur = hwc.begin(id);
933 const HWComposer::LayerListIterator end = hwc.end(id);
954 HWComposer::LayerListIterator cur = hwc.begin(id);
955 const HWComposer::LayerListIterator end = hwc.end(id);
    [all...]

Completed in 51 milliseconds