Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Dgoldfish_sync.cpp33 static uint64_t sUniqueId = 0; variable
43 uint64_t res = sUniqueId; in next_unique_id()
44 sUniqueId += 1; in next_unique_id()