Lines Matching refs:mLegacyLayers

2371         auto it = mLegacyLayers.find(snapshot->sequence);  in updateLayerHistory()
2372 LLOG_ALWAYS_FATAL_WITH_TRACE_IF(it == mLegacyLayers.end(), in updateLayerHistory()
2460 mLegacyLayers[layer->sequence] = layer; in updateLayerSnapshots()
2530 mLegacyLayers[bgColorLayer->sequence] = bgColorLayer; in updateLayerSnapshots()
2534 auto it = mLegacyLayers.find(layer->id); in updateLayerSnapshots()
2535 if (it == mLegacyLayers.end() && in updateLayerSnapshots()
2542 LLOG_ALWAYS_FATAL_WITH_TRACE_IF(it == mLegacyLayers.end(), in updateLayerSnapshots()
2579 mLegacyLayers.erase(destroyedLayer->id); in updateLayerSnapshots()
3267 auto it = mLegacyLayers.find(snapshot->sequence); in onCompositionPresented()
3268 LLOG_ALWAYS_FATAL_WITH_TRACE_IF(it == mLegacyLayers.end(), in onCompositionPresented()
6721 mLegacyLayers, traceFlags) in dumpDrawingStateProto()
6836 auto it = mLegacyLayers.find(snapshot.sequence); in dumpHwcLayersMinidump()
6837 LLOG_ALWAYS_FATAL_WITH_TRACE_IF(it == mLegacyLayers.end(), in dumpHwcLayersMinidump()
8634 for (auto& layer : mLegacyLayers) { in traverseLegacyLayers()
9388 auto it = mLegacyLayers.find(snapshot->sequence); in moveSnapshotsToCompositionArgs()
9389 LLOG_ALWAYS_FATAL_WITH_TRACE_IF(it == mLegacyLayers.end(), in moveSnapshotsToCompositionArgs()
9460 auto it = mLegacyLayers.find(snapshot->sequence); in getLayerSnapshotsForScreenshots()
9461 LLOG_ALWAYS_FATAL_WITH_TRACE_IF(it == mLegacyLayers.end(), in getLayerSnapshotsForScreenshots()
9464 Layer* legacyLayer = (it == mLegacyLayers.end()) ? nullptr : it->second.get(); in getLayerSnapshotsForScreenshots()