Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp106 std::vector<DeviceState> device_states; member
365 const std::vector<DeviceState>& device_states) { in AddCustomControlPanelButtonWithDeviceStates() argument
368 button.device_states = device_states; in AddCustomControlPanelButtonWithDeviceStates()
465 } else if (!button.device_states.empty()) { in OnOpen()
466 Json::Value device_states(Json::arrayValue); in OnOpen() local
467 for (const DeviceState& device_state : button.device_states) { in OnOpen()
477 device_states.append(device_state_entry); in OnOpen()
479 button_entry[kControlPanelButtonDeviceStates] = device_states; in OnOpen()
Dstreamer.h119 const std::vector<DeviceState>& device_states);
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js314 } else if (button.device_states) {
318 this.#getCustomDeviceStateButtonCb(button.device_states),
320 for (const device_state of button.device_states) {
588 #getCustomDeviceStateButtonCb(device_states) { argument
589 let states = device_states;
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp104 config.device_states.push_back(state); in GetCustomDeviceStateActionConfigFromJson()
148 for (const auto& device_state : custom_action.device_states) { in ToJson()
Dcustom_actions.h56 std::vector<DeviceState> device_states; member
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp337 custom_action.device_states); in main()