Home
last modified time | relevance | path

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

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