Home
last modified time | relevance | path

Searched defs:destroyedHandles (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DUpdate.h34 std::vector<std::pair<uint32_t, std::string /* debugName */>> destroyedHandles; member
H A DLayerLifecycleManager.cpp91 void LayerLifecycleManager::onHandlesDestroyed( in onHandlesDestroyed()
/aosp_15_r20/frameworks/native/services/surfaceflinger/Tracing/tools/
H A DLayerTraceGenerator.cpp120 std::vector<std::pair<uint32_t, std::string>> destroyedHandles; in generate() local