[roll] Roll fuchsia [input] Implement InputEvent::record_inspect().

Implement InputEvent::record_inspect() and record_inspect() for the
following InputDeviceEvents: LightSensor, ConsumerControls, Mouse,
TouchScreen, and Touchpad. The record_inspect() method should record the
unique properties for a given InputDeviceEvent to the Inspect tree. The resulting Inspect
tree should display a recent_events_log (when enabled) with all recent
events and the relevant properties for those events.

Original-Bug: 127462
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/862279
Original-Revision: 4f54771004c469a49ab6d9fa0d370ea1290f0ab5
GitOrigin-RevId: 56c85e631a744e6756d133cca2d08e9ffb637837
Change-Id: I31ee81978ff91b4dc7db00d7fdd95d02e2630098
1 file changed
tree: de5d2d28b2b86f2e78883d2630ee437a0e507bef
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.