Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp124 Result<void> OnKeyboardEvent(uint16_t code, bool down) override { in OnKeyboardEvent() function in cuttlefish::ConnectionObserverImpl
170 CF_EXPECT(OnKeyboardEvent(KEY_POWER, button_down)); in OnPowerButton()
174 CF_EXPECT(OnKeyboardEvent(KEY_BACK, button_down)); in OnBackButton()
178 CF_EXPECT(OnKeyboardEvent(KEY_HOMEPAGE, button_down)); in OnHomeButton()
182 CF_EXPECT(OnKeyboardEvent(KEY_MENU, button_down)); in OnMenuButton()
186 CF_EXPECT(OnKeyboardEvent(KEY_VOLUMEDOWN, button_down)); in OnVolumeDownButton()
190 CF_EXPECT(OnKeyboardEvent(KEY_VOLUMEUP, button_down)); in OnVolumeUpButton()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dconnection_observer.h57 virtual Result<void> OnKeyboardEvent(uint16_t keycode, bool down) = 0;
Ddata_channels.cpp147 CF_EXPECT(observer()->OnKeyboardEvent(code, down)); in OnMessageInner()