Lines Matching refs:currentLayers

1055                     const Vector< sp<Layer> >& currentLayers(  in setUpHWComposer()  local
1057 const size_t count = currentLayers.size(); in setUpHWComposer()
1062 const sp<Layer>& layer(currentLayers[i]); in setUpHWComposer()
1078 const Vector< sp<Layer> >& currentLayers( in setUpHWComposer() local
1080 const size_t count = currentLayers.size(); in setUpHWComposer()
1088 const sp<Layer>& layer(currentLayers[i]); in setUpHWComposer()
1099 const Vector< sp<Layer> >& currentLayers( in setUpHWComposer() local
1101 const size_t count = currentLayers.size(); in setUpHWComposer()
1105 const sp<Layer>& layer(currentLayers[i]); in setUpHWComposer()
1172 const Vector< sp<Layer> >& currentLayers(hw->getVisibleLayersSortedByZ()); in postFramebuffer() local
1174 const size_t count = currentLayers.size(); in postFramebuffer()
1180 currentLayers[i]->onLayerDisplayed(hw, &*cur); in postFramebuffer()
1184 currentLayers[i]->onLayerDisplayed(hw, NULL); in postFramebuffer()
1229 const LayerVector& currentLayers(mCurrentState.layersSortedByZ); in handleTransactionLocked() local
1230 const size_t count = currentLayers.size(); in handleTransactionLocked()
1239 const sp<Layer>& layer(currentLayers[i]); in handleTransactionLocked()
1434 const sp<Layer>& layer(currentLayers[i]); in handleTransactionLocked()
1473 if (currentLayers.size() > layers.size()) { in handleTransactionLocked()
1486 if (currentLayers.indexOf(layer) < 0) { in handleTransactionLocked()
1513 const Vector< sp<Layer> >& currentLayers( in updateCursorAsync() local
1515 const size_t count = currentLayers.size(); in updateCursorAsync()
1522 const sp<Layer>& layer(currentLayers[i]); in updateCursorAsync()
1551 const LayerVector& currentLayers, uint32_t layerStack, in computeVisibleRegions() argument
1562 size_t i = currentLayers.size(); in computeVisibleRegions()
1564 const sp<Layer>& layer = currentLayers[i]; in computeVisibleRegions()
2467 const LayerVector& currentLayers = mCurrentState.layersSortedByZ; in listLayersLocked() local
2468 const size_t count = currentLayers.size(); in listLayersLocked()
2470 const sp<Layer>& layer(currentLayers[i]); in listLayersLocked()
2491 const LayerVector& currentLayers = mCurrentState.layersSortedByZ; in dumpStatsLocked() local
2492 const size_t count = currentLayers.size(); in dumpStatsLocked()
2494 const sp<Layer>& layer(currentLayers[i]); in dumpStatsLocked()
2511 const LayerVector& currentLayers = mCurrentState.layersSortedByZ; in clearStatsLocked() local
2512 const size_t count = currentLayers.size(); in clearStatsLocked()
2514 const sp<Layer>& layer(currentLayers[i]); in clearStatsLocked()
2602 const LayerVector& currentLayers = mCurrentState.layersSortedByZ; in dumpAllLocked() local
2603 const size_t count = currentLayers.size(); in dumpAllLocked()
2608 const sp<Layer>& layer(currentLayers[i]); in dumpAllLocked()