/device/google/cuttlefish/host/frontend/vnc_server/ |
D | virtual_inputs.h | 33 virtual void GenerateKeyPressEvent(int code, bool down) = 0; 34 virtual void PressPowerButton(bool down) = 0;
|
D | virtual_inputs.cpp | 254 void GenerateKeyPressEvent(int key_code, bool down) override { in GenerateKeyPressEvent() argument 256 InitInputEvent(&events[0], EV_KEY, keymapping_[key_code], down); in GenerateKeyPressEvent() 262 void PressPowerButton(bool down) override { in PressPowerButton() argument 264 InitInputEvent(&events[0], EV_KEY, KEY_POWER, down); in PressPowerButton()
|
/device/google/cuttlefish/tools/ |
D | vlan_prototype_down.sh | 12 /sbin/ifconfig "${tap}" down 21 /sbin/ifconfig "${bridge}" down
|
D | network-setup.sh | 136 sudo ifconfig ${ROCKNET} down
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | connection_observer.h | 29 bool down) = 0; 32 virtual void OnKeyboardEvent(uint16_t keycode, bool down) = 0;
|
D | client_handler.cpp | 185 int32_t down = evt["down"].asInt(); in OnMessage() local 189 observer_->OnTouchEvent(label, x, y, down); in OnMessage() 220 auto down = evt["event_type"].asString() == std::string("keydown"); in OnMessage() local 222 observer_->OnKeyboardEvent(code, down); in OnMessage()
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | connection_observer.cpp | 98 bool down) override { in OnTouchEvent() argument 106 buffer->AddEvent(EV_KEY, BTN_TOUCH, down); in OnTouchEvent() 117 void OnKeyboardEvent(uint16_t code, bool down) override { in OnKeyboardEvent() argument 123 buffer->AddEvent(EV_KEY, code, down); in OnKeyboardEvent()
|
/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" 56 removed to fully power the device down, it is easy to forget 70 continuing to hold down the "USB" button, tap the "ON/OFF"
|
/device/google/cuttlefish/ |
D | README.md | 18 6. Scroll down to the OTA images. These packages look like 21 7. Scroll down to `cvd-host_package.tar.gz`. You should always download a host
|
/device/linaro/dragonboard/db845c/ |
D | eth_mac_addr.sh | 13 /system/bin/ip link set dev eth0 down
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/js/ |
D | cf_webrtc.js | 101 sendMousePosition({x, y, down, display_label}) { property 104 down: down ? 1 : 0, property
|
D | app.js | 151 function sendMouseUpdate(down, e) { argument 188 {x: Math.trunc(x), y: Math.trunc(y), down, display_label}); property
|
/device/sample/skins/WVGAMedDpi/ |
D | layout | 47 dpad-down { 90 volume-down {
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b07 | 1 …down sync notificationservreg_monitor.c:ADSP:Invalid state, should be UP/DOWNservreg_monitor.c:A… 17 …; q61Tloadps: %d; Ab(KBps): %dsysmon_dcvs.c:ADSP: DCVS core clock vote down threshold changed t… 25 …ssfully enabled..!aprv2_mpd_kernel.c:Sent end command response from pd down state ret=0x%X Au…
|
/device/google/wahoo/ |
D | init.hardware.rc | 789 # bugreport is triggered by holding down volume down, volume up and power
|
/device/google/bonito/ |
D | init.hardware.rc | 726 # bugreport is triggered by holding down volume down, volume up and power
|
/device/google/crosshatch/ |
D | init.hardware.rc | 847 # bugreport is triggered by holding down volume down, volume up and power
|
/device/google/coral/ |
D | init.hardware.rc | 914 # bugreport is triggered by holding down volume down, volume up and power
|
/device/google/cuttlefish_kernel/5.4-x86_64/ |
D | System.map | 7757 ffffffff8123e5a0 T down 49755 ffffffff82011118 t down.cfi_jt
|
/device/google/cuttlefish_kernel/5.4-arm64/ |
D | System.map | 17597 ffffffc010243264 T down 137732 ffffffc010df31bc t down.cfi_jt
|