Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp302 constexpr char kProtocolName[] = "cf-webrtc-device"; variable
319 {kProtocolName, LwsCallback, 0, kBufferSize, 0, NULL, 0},
590 connect_info.local_protocol_name = kProtocolName; in ConnectInner()