Home
last modified time | relevance | path

Searched refs:fixedHandle (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/containers/
DEntityManager.h175 EntityHandle addFixed(EntityHandle fixedHandle, const Item& item, size_t type) { in addFixed() argument
189 size_t newIndex = getHandleIndex(fixedHandle); in addFixed()
229 mEntries[newIndex].handle = fixedHandle; in addFixed()
230 mEntries[newIndex].liveGeneration = getHandleGeneration(fixedHandle); in addFixed()
273 return fixedHandle; in addFixed()
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DEntityManager.h190 EntityHandle addFixed(EntityHandle fixedHandle, const Item& item, size_t type) {
204 uint64_t newIndex = getHandleIndex(fixedHandle);
244 mEntries[newIndex].handle = fixedHandle;
245 mEntries[newIndex].liveGeneration = getHandleGeneration(fixedHandle);
288 return fixedHandle;