Home
last modified time | relevance | path

Searched refs:createdLayers (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/Tracing/
DTransactionTracing.cpp190 update.createdLayers = std::move(newUpdate.layerCreationArgs); in addCommittedTransactions()
244 static_cast<int32_t>(update.createdLayers.size())); in addEntry()
246 for (const auto& args : update.createdLayers) { in addEntry()
DTransactionTracing.h191 std::vector<LayerCreationArgs> createdLayers; member
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1458 bool commitCreatedLayers(VsyncId, std::vector<LayerCreatedState>& createdLayers);
DSurfaceFlinger.cpp9314 std::vector<LayerCreatedState>& createdLayers) { in commitCreatedLayers() argument
9315 if (createdLayers.size() == 0) { in commitCreatedLayers()
9320 for (const auto& createdLayer : createdLayers) { in commitCreatedLayers()