Searched refs:kValidIceServiceTypes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnection.cc61 static const char* kValidIceServiceTypes[] = { member in namespace:__anon12629
114 for (size_t i = 0; i < ARRAY_SIZE(kValidIceServiceTypes); ++i) {
115 if (type.compare(kValidIceServiceTypes[i]) == 0) {

Completed in 98 milliseconds