Home
last modified time | relevance | path

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

/device/generic/car/emulator/usbpt/protocan/protocanbus/
DExtraCanClient.cpp82 std::set<int> buttons; in decodeButtons() local
84 if (val & (1 << 0)) buttons.insert(AKEYCODE_BUTTON_A); // NAV in decodeButtons()
85 if (val & (1 << 1)) buttons.insert(AKEYCODE_BUTTON_B); // TEL in decodeButtons()
86 if (val & (1 << 2)) buttons.insert(AKEYCODE_MUSIC); // MEDIA in decodeButtons()
87 if (val & (1 << 3)) buttons.insert(AKEYCODE_MENU); // MENU in decodeButtons()
88 if (val & (1 << 4)) buttons.insert(AKEYCODE_BACK); // BACK in decodeButtons()
89 if (val & (1 << 5)) buttons.insert(AKEYCODE_ENTER); // ENC-PUSH in decodeButtons()
90 if (val & (1 << 8)) buttons.insert(AKEYCODE_DPAD_UP); // DPAD-UP in decodeButtons()
91 if (val & (1 << 9)) buttons.insert(AKEYCODE_DPAD_DOWN); // DPAD-DOWN in decodeButtons()
92 if (val & (1 << 10)) buttons.insert(AKEYCODE_DPAD_LEFT); // DPAD-LEFT in decodeButtons()
[all …]
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcontrols.js59 let buttons = [];
62 buttons.push(ele);
64 buttons = document.getElementsByClassName(button_id_class);
66 for (var button of buttons) {
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/
Dstyle.css88 /* Control panel buttons and device screen(s). */
143 #control-panel-custom-buttons {
145 /* Give the custom buttons column a blue background. */
/device/sample/skins/WVGAMedDpi/
Dlayout26 buttons {
109 buttons {
/device/google/cuttlefish/host/frontend/webrtc/html_client/
Dstyle.css145 /* Control panel buttons and device screen(s). */
289 #control-panel-custom-buttons {
291 /* Give the custom buttons column a blue background. */
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp73 config.buttons.push_back( in GetCustomActionServerConfigFromJson()
134 for (const auto& button : custom_action.buttons) { in ToJson()
Dcustom_actions.h51 std::vector<ControlPanelButton> buttons; member
/device/linaro/dragonboard/installer/db845c/
DREADME64 button (next to volume buttons near the USB-A ports). While
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp319 for (const auto& button : custom_action.buttons) { in main()
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dtrace-events-all1268 escc_sunmouse_event(int dx, int dy, int buttons_state) "dx=%d dy=%d buttons=0x%01x"
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Dtrace-events-all1268 escc_sunmouse_event(int dx, int dy, int buttons_state) "dx=%d dy=%d buttons=0x%01x"