Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/containers/
DHybridComponentManager.h38 auto internal_handle = index2Handle(index_u64); in add()
54 auto internal_handle = index2Handle(index_u64); in remove()
64 auto internal_handle = index2Handle(index_u64); in get()
74 auto internal_handle = index2Handle(index_u64); in get_const()
99 auto handle = index2Handle(it.first); in forEach()
108 auto handle = index2Handle(it.first); in forEachLive()
117 auto handle = index2Handle(it.first); in forEachLive_const()
123 static Handle index2Handle(uint64_t index) { in index2Handle() function
DHybridEntityManager.h160 auto handle = index2Handle(it.first); in forEach()
173 auto handle = index2Handle(it.first); in forEachLive()
187 auto handle = index2Handle(it.first); in forEachLive_const()
193 static Handle index2Handle(uint64_t index) { in index2Handle() function
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DHybridComponentManager.h38 auto internal_handle = index2Handle(index_u64); in add()
54 auto internal_handle = index2Handle(index_u64); in remove()
64 auto internal_handle = index2Handle(index_u64); in get()
74 auto internal_handle = index2Handle(index_u64); in get_const()
99 auto handle = index2Handle(it.first); in forEach()
108 auto handle = index2Handle(it.first); in forEachLive()
117 auto handle = index2Handle(it.first); in forEachLive_const()
123 static Handle index2Handle(uint64_t index) { in index2Handle() function