Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DServerState.cpp141 while (!mAllocatedHandlerIds.insert(id).second) { in acquireHandlerId()
149 CHECK_EQ(mAllocatedHandlerIds.erase(id), 1); in releaseHandlerId()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DServerState.h76 std::set<size_t> mAllocatedHandlerIds; member