Home
last modified time | relevance | path

Searched refs:OnKeyboardEvent (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp102 Result<void> OnKeyboardEvent(uint16_t code, bool down) override { in OnKeyboardEvent() function in cuttlefish::ConnectionObserverImpl
148 CF_EXPECT(OnKeyboardEvent(KEY_POWER, button_down)); in OnPowerButton()
152 CF_EXPECT(OnKeyboardEvent(KEY_BACK, button_down)); in OnBackButton()
156 CF_EXPECT(OnKeyboardEvent(KEY_HOMEPAGE, button_down)); in OnHomeButton()
160 CF_EXPECT(OnKeyboardEvent(KEY_MENU, button_down)); in OnMenuButton()
164 CF_EXPECT(OnKeyboardEvent(KEY_VOLUMEDOWN, button_down)); in OnVolumeDownButton()
168 CF_EXPECT(OnKeyboardEvent(KEY_VOLUMEUP, button_down)); in OnVolumeUpButton()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dconnection_observer.h54 virtual Result<void> OnKeyboardEvent(uint16_t keycode, bool down) = 0;
Ddata_channels.cpp139 CF_EXPECT(observer()->OnKeyboardEvent(code, down)); in OnMessageInner()