Home
last modified time | relevance | path

Searched refs:destroyedHandles (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/Tracing/tools/
DLayerTraceGenerator.cpp120 std::vector<std::pair<uint32_t, std::string>> destroyedHandles; in generate() local
121 destroyedHandles.reserve((size_t)entry.destroyed_layer_handles_size()); in generate()
124 destroyedHandles.push_back({entry.destroyed_layer_handles(j), ""}); in generate()
135 lifecycleManager.onHandlesDestroyed(destroyedHandles, /*ignoreUnknownHandles=*/true); in generate()
/frameworks/native/services/surfaceflinger/FrontEnd/
DUpdate.h49 std::vector<std::pair<uint32_t, std::string /* debugName */>> destroyedHandles; member
DLayerLifecycleManager.cpp91 const std::vector<std::pair<uint32_t, std::string /* debugName */>>& destroyedHandles, in onHandlesDestroyed()
94 for (const auto& [layerId, name] : destroyedHandles) { in onHandlesDestroyed()
/frameworks/native/services/surfaceflinger/Tracing/
DTransactionTracing.cpp192 update.destroyedLayerHandles.reserve(newUpdate.destroyedHandles.size()); in addCommittedTransactions()
193 for (auto& [handle, _] : newUpdate.destroyedHandles) { in addCommittedTransactions()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2444 update.destroyedHandles = std::move(mDestroyedHandles); in updateLayerSnapshots()
2456 mLayerLifecycleManager.onHandlesDestroyed(update.destroyedHandles); in updateLayerSnapshots()
9577 update.destroyedHandles = std::move(mDestroyedHandles); in flushLifecycleUpdates()