Home
last modified time | relevance | path

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

/external/webrtc/audio/voip/
Dvoip_core.cc36 static constexpr int kMaxChannelId = 100000; variable
141 if (next_channel_id_ >= kMaxChannelId) { in CreateChannel()