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