Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Ddata_channels.cpp200 auto button_state = evt["button_state"].asString(); in OnMessageInner() local
201 LOG(VERBOSE) << "Control command: " << command << " (" << button_state in OnMessageInner()
204 CF_EXPECT(observer()->OnPowerButton(button_state == "down")); in OnMessageInner()
206 CF_EXPECT(observer()->OnBackButton(button_state == "down")); in OnMessageInner()
208 CF_EXPECT(observer()->OnHomeButton(button_state == "down")); in OnMessageInner()
210 CF_EXPECT(observer()->OnMenuButton(button_state == "down")); in OnMessageInner()
212 CF_EXPECT(observer()->OnVolumeDownButton(button_state == "down")); in OnMessageInner()
214 CF_EXPECT(observer()->OnVolumeUpButton(button_state == "down")); in OnMessageInner()
216 observer()->OnCustomActionButton(command, button_state); in OnMessageInner()
Dconnection_observer.h73 const std::string& button_state) = 0;
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp172 const std::string &button_state) override { in OnCustomActionButton() argument
179 std::string action_server_message = command + ":" + button_state; in OnCustomActionButton()
184 << button_state << ")"; in OnCustomActionButton()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js975 button_state: e.type == 'mousedown' ? 'down' : 'up', property
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dtrace-events-all1338 xenfb_mouse_event(void *opaque, int dx, int dy, int dz, int button_state, int abs_pointer_wanted) "…
1339 xenfb_key_event(void *opaque, int scancode, int button_state) "%p scancode %d bs 0x%x"
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Dtrace-events-all1338 xenfb_mouse_event(void *opaque, int dx, int dy, int dz, int button_state, int abs_pointer_wanted) "…
1339 xenfb_key_event(void *opaque, int scancode, int button_state) "%p scancode %d bs 0x%x"