Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp96 state.lid_switch_open = in GetCustomDeviceStateActionConfigFromJson()
150 if (device_state.lid_switch_open) { in ToJson()
152 *device_state.lid_switch_open; in ToJson()
Dcustom_actions.h36 std::optional<bool> lid_switch_open; member
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp472 if (device_state.lid_switch_open) { in OnOpen()
474 *device_state.lid_switch_open; in OnOpen()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js609 lidSwitchOpen = states[index].lid_switch_open;