Searched refs:sCookieCounter (Results 1 – 2 of 2) 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()