Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/constants/
Dsignaling_constants.h37 constexpr auto kConfigType = "config"; variable
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dsignal_handler.cpp84 reply[webrtc_signaling::kTypeField] = webrtc_signaling::kConfigType; in SendServerConfig()
Dclient_handler.cpp350 reply[webrtc_signaling::kTypeField] = webrtc_signaling::kConfigType; in DoGet()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp605 if (type == cuttlefish::webrtc_signaling::kConfigType) { in OnReceive()