Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp184 std::vector<ControlPanelButtonDescriptor> custom_control_panel_buttons_; member in cuttlefish::webrtc_streaming::Streamer::Impl
350 impl_->custom_control_panel_buttons_.push_back(button); in AddCustomControlPanelButton()
359 impl_->custom_control_panel_buttons_.push_back(button); in AddCustomControlPanelButtonWithShellCommand()
369 impl_->custom_control_panel_buttons_.push_back(button); in AddCustomControlPanelButtonWithDeviceStates()
458 for (const auto& button : custom_control_panel_buttons_) { in OnOpen()