Searched refs:componentHandle (Results 1 – 3 of 3) sorted by relevance
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | EntityManager.h | 407 …using ComponentIteratorFunc = std::function<void(bool, ComponentHandle componentHandle, EntityHand… 408 …using ConstComponentIteratorFunc = std::function<void(bool, ComponentHandle componentHandle, Entit… 449 auto componentHandle = getComponentHandle(h); in removeByEntity() local 450 removeByComponent(componentHandle); in removeByEntity() 476 …[func](bool live, typename InternalEntityManager::EntityHandle componentHandle, InternalItem& item… in forEachComponent() 477 func(live, componentHandle, item.entityHandle, item.data); in forEachComponent() 483 …[func](bool live, typename InternalEntityManager::EntityHandle componentHandle, InternalItem& item… in forEachLiveComponent() 484 func(live, componentHandle, item.entityHandle, item.data); in forEachLiveComponent() 490 …[func](bool live, typename InternalEntityManager::EntityHandle componentHandle, const InternalItem… in forEachLiveComponent_const() 491 func(live, componentHandle, item.entityHandle, item.data); in forEachLiveComponent_const() [all …]
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/ |
D | EntityManager.h | 419 …using ComponentIteratorFunc = std::function<void(bool, ComponentHandle componentHandle, EntityHand… 420 …using ConstComponentIteratorFunc = std::function<void(bool, ComponentHandle componentHandle, Entit… 461 auto componentHandle = getComponentHandle(h); 462 removeByComponent(componentHandle); 488 …[func](bool live, typename InternalEntityManager::EntityHandle componentHandle, InternalItem& item… 489 func(live, componentHandle, item.entityHandle, item.data); 495 …[func](bool live, typename InternalEntityManager::EntityHandle componentHandle, InternalItem& item… 496 func(live, componentHandle, item.entityHandle, item.data); 502 …[func](bool live, typename InternalEntityManager::EntityHandle componentHandle, const InternalItem… 503 func(live, componentHandle, item.entityHandle, item.data); [all …]
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkReconstruction.cpp | 72 [&totalParents, &next](bool live, uint64_t componentHandle, uint64_t entityHandle, in save() 306 [this](bool live, uint64_t componentHandle, uint64_t entityHandle, in dump() 325 mHandleModifications.forEachLiveComponent_const([this](bool live, uint64_t componentHandle, in dump() argument 522 [&orderedModifies](bool live, uint64_t componentHandle, uint64_t entityHandle, in getOrderedUniqueModifyApis()
|