Home
last modified time | relevance | path

Searched defs:label (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.h26 std::string label; member
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.cpp184 auto label = evt["display_label"].asString(); in OnMessage() local
203 auto label = evt["display_label"].asString(); in OnMessage() local
307 const std::string &label) { in AddDisplay()
507 auto label = data_channel->label(); in OnDataChannel() local
Dstreamer.cpp175 std::shared_ptr<VideoSink> StreamerImpl::AddDisplay(const std::string& label, in AddDisplay()
195 void StreamerImpl::AddAudio(const std::string& label) { in AddAudio()
427 auto& label = entry.first; in CreateClientHandler() local
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/js/
Dcf_webrtc.js17 function createDataChannel(pc, label, onMessage) { argument