Searched refs:OnKeyboardEvent (Results 1 – 3 of 3) sorted by relevance
102 Result<void> OnKeyboardEvent(uint16_t code, bool down) override { in OnKeyboardEvent() function in cuttlefish::ConnectionObserverImpl148 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()
54 virtual Result<void> OnKeyboardEvent(uint16_t keycode, bool down) = 0;
139 CF_EXPECT(observer()->OnKeyboardEvent(code, down)); in OnMessageInner()