Home
last modified time | relevance | path

Searched refs:entityHandle (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/containers/
DEntityManager.h407 … std::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, Data& data)>;
408 …td::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, const Data& da…
445 return mData.get(h)->entityHandle; in getEntityHandle()
458 mEntityToComponentMap.erase(item->entityHandle); in removeByComponent()
477 func(live, componentHandle, item.entityHandle, item.data); in forEachComponent()
484 func(live, componentHandle, item.entityHandle, item.data); in forEachLiveComponent()
491 func(live, componentHandle, item.entityHandle, item.data); in forEachLiveComponent_const()
497 EntityHandle entityHandle; member
520 … std::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, Data& data)>;
522 …std::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, const Data& d…
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DEntityManager.h419 … std::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, Data& data)>;
420 …td::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, const Data& da…
457 return mData.get(h)->entityHandle;
470 mEntityToComponentMap.erase(item->entityHandle);
489 func(live, componentHandle, item.entityHandle, item.data);
496 func(live, componentHandle, item.entityHandle, item.data);
503 func(live, componentHandle, item.entityHandle, item.data);
509 EntityHandle entityHandle;
532 … std::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, Data& data)>;
534 …std::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, const Data& d…
/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp72 [&totalParents, &next](bool live, uint64_t componentHandle, uint64_t entityHandle, in save()
76 HandleWithState handleWithState = {entityHandle, static_cast<HandleState>(state)}; in save()
306 [this](bool live, uint64_t componentHandle, uint64_t entityHandle, in dump()
309 (unsigned long long)entityHandle); in dump()
326 uint64_t entityHandle, in dump() argument
329 (unsigned long long)entityHandle); in dump()
522 [&orderedModifies](bool live, uint64_t componentHandle, uint64_t entityHandle, in getOrderedUniqueModifyApis()