Home
last modified time | relevance | path

Searched defs:componentHandle (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp75 const HandleWithStateReconstruction& item) { in save()
348 mHandleModifications.forEachLiveComponent_const([this](bool live, uint64_t componentHandle, in dump()
350 const HandleModification& modification) { in dump()
549 const HandleModification& mod) { orderedModifies.push_back(mod); }); in getOrderedUniqueModifyApis()
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/containers/
DEntityManager.h441 auto componentHandle = getComponentHandle(h); in removeByEntity() local