Searched refs:sCookieCounter (Results 1 – 4 of 4) sorted by relevance
114 static std::atomic<ClientIdType> sCookieCounter; variable
44 std::atomic<ClientIdType> TranscodingClientManager::sCookieCounter = 0; member in android::TranscodingClientManager111 mClientId(sCookieCounter.fetch_add(1, std::memory_order_relaxed)), in ClientImpl()
198 static uintptr_t sCookieCounter GUARDED_BY(sCookieLock);
48 uintptr_t ResourceManagerService::sCookieCounter = 0; member in android::ResourceManagerService809 while ((cookie = ++sCookieCounter) == 0); in addCookieAndLink_l()