/device/google/cuttlefish/host/libs/input_connector/ |
D | socket_input_connector.cpp | 231 bool down) override; 234 bool down) override; 235 Result<void> SendKeyboardEvent(uint16_t code, bool down) override; 261 const std::string& device_label, int x, int y, bool down) { in SendTouchEvent() argument 266 buffer->AddEvent(EV_KEY, BTN_TOUCH, down); in SendTouchEvent() 278 bool down) { in SendMultiTouchEvent() argument 285 CF_EXPECT(SendTouchEvent(device_label, slot.x, slot.y, down)); in SendMultiTouchEvent() 303 if (down && !was_down) { in SendMultiTouchEvent() 308 if (down) { in SendMultiTouchEvent() 333 bool down) { in SendKeyboardEvent() argument [all …]
|
D | input_connector.h | 43 int y, bool down) = 0; 46 const std::vector<MultitouchSlot>& slots, bool down) = 0; 47 virtual Result<void> SendKeyboardEvent(uint16_t code, bool down) = 0;
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | connection_observer.cpp | 82 bool down) override { in OnTouchEvent() argument 83 CF_EXPECT(input_events_sink_->SendTouchEvent(device_label, x, y, down)); in OnTouchEvent() 89 Json::Value x, Json::Value y, bool down, in OnMultiTouchEvent() argument 98 input_events_sink_->SendMultiTouchEvent(device_label, slots, down)); in OnMultiTouchEvent() 102 Result<void> OnKeyboardEvent(uint16_t code, bool down) override { in OnKeyboardEvent() argument 103 CF_EXPECT(input_events_sink_->SendKeyboardEvent(code, down)); in OnKeyboardEvent()
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | data_channels.cpp | 108 int32_t down = evt["down"].asInt(); in OnMessageInner() local 112 CF_EXPECT(observer()->OnTouchEvent(label, x, y, down)); in OnMessageInner() 124 int32_t down = evt["down"].asInt(); in OnMessageInner() local 131 down, size)); in OnMessageInner() 137 auto down = evt["event_type"].asString() == std::string("keydown"); in OnMessageInner() local 139 CF_EXPECT(observer()->OnKeyboardEvent(code, down)); in OnMessageInner()
|
D | connection_observer.h | 48 int y, bool down) = 0; 52 bool down, int size) = 0; 54 virtual Result<void> OnKeyboardEvent(uint16_t keycode, bool down) = 0;
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 279 sendMousePosition({x, y, down, display_label}) { property 282 down: down ? 1 : 0, property 291 sendMultiTouch({idArr, xArr, yArr, down, device_label}) { property 297 down: down ? 1 : 0, property
|
D | touch.js | 75 function sendEventUpdate(dc, touchInputElement, evs /*[{x, y, id}]*/, scaleCoordinates, down) { argument 95 {idArr, xArr, yArr, down: down, device_label}); property
|
/device/linaro/dragonboard/installer/db845c/ |
D | README | 26 while holding down the "VOL-" button plug in the power cable. 27 Continue holding down the "VOL-" button and tap the "ON/OFF" 51 removed to fully power the device down, it is easy to forget 65 continuing to hold down the "USB" button, tap the "ON/OFF"
|
/device/google/cuttlefish/ |
D | README.md | 56 7. Scroll down to the OTA images. These packages look like 59 8. Scroll down to `cvd-host_package.tar.gz`. You should always download a host
|
/device/sample/skins/WVGAMedDpi/ |
D | layout | 47 dpad-down { 90 volume-down {
|
/device/google/gs101-sepolicy/whitechapel/vendor/google/ |
D | hal_uwb_vendor.te | 9 # allow hal_uwb_vendor to set wpan interfaces up and down
|
/device/linaro/dragonboard/shared/utils/ethaddr/ |
D | set_ethaddr.sh | 23 /vendor/bin/ifconfig eth0 down
|
/device/google/gs201-sepolicy/whitechapel_pro/ |
D | hal_uwb_vendor.te | 9 # allow hal_uwb_vendor to set wpan interfaces up and down
|
/device/linaro/dragonboard/installer/rb5/ |
D | README | 49 removed to fully power the device down, it is easy to forget
|
/device/google/cuttlefish/tools/ |
D | network-setup.sh | 136 sudo ifconfig ${ROCKNET} down
|
/device/google/zuma/conf/ |
D | init.zuma.rc | 905 # bugreport is triggered by holding down volume down, volume up and power 964 write /sys/devices/platform/cpupm/cpupm/cpd_cl1 0 #Disable power down 965 write /sys/devices/platform/cpupm/cpupm/cpd_cl2 0 #Disable power down 980 write /sys/devices/platform/cpupm/cpupm/cpd_cl1 1 #Enable power down 981 write /sys/devices/platform/cpupm/cpupm/cpd_cl2 1 #Enable power down
|
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/ |
D | README.md | 100 …t, put a note at the top of the README saying that development has slowed down or stopped complete…
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/ |
D | style.css | 237 .bluetooth-drop-down select {
|
/device/linaro/hikey-kernel/hikey960/5.10/ |
D | abi_symbollist | 759 down
|
D | abi_symbollist.report | 426 down UNKNOWN
|
/device/google/sunfish/ |
D | init.hardware.rc | 707 # bugreport is triggered by holding down volume down, volume up and power
|
/device/google/redbull/ |
D | init.hardware.rc | 765 # bugreport is triggered by holding down volume down, volume up and power
|
/device/google/coral/ |
D | init.hardware.rc | 802 # bugreport is triggered by holding down volume down, volume up and power
|
/device/google/zumapro/conf/ |
D | init.zumapro.board.rc | 626 # bugreport is triggered by holding down volume down, volume up and power
|
/device/google/gs101/conf/ |
D | init.gs101.rc | 800 # bugreport is triggered by holding down volume down, volume up and power
|