Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dstreamer.h96 void AddCustomControlPanelButton(const std::string& command,
Dstreamer.cpp282 void Streamer::AddCustomControlPanelButton(const std::string& command, in AddCustomControlPanelButton() function in cuttlefish::webrtc_streaming::Streamer
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp362 streamer->AddCustomControlPanelButton(button.command, button.title, in main()