Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp3042 uint64_t asUint64 = (uint64_t)(uintptr_t)(sync); in onFenceCreated() local
3043 existence.add(asUint64); in onFenceCreated()
3044 existence.set(asUint64, true); in onFenceCreated()
3049 uint64_t asUint64 = (uint64_t)(uintptr_t)(sync); in onFenceDestroyed() local
3050 existence.remove(asUint64); in onFenceDestroyed()
3055 uint64_t asUint64 = (uint64_t)(uintptr_t)(sync); in exists() local
3056 return existence.get(asUint64); in exists()