[roll] Roll fuchsia [input-pipeline][refactor] Change InputEvent::event_time to use zx::Time

Currently the field is using type EventTime u64. Consequently, it's very
easy to get confused about the time units. zx::Time is a better time
type as it makes this module more consistent with the other modules.

Some `event_time` is using real clock, instead of the fake clock from
the TestExecutor

Original-Bug: 90144
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/634462
Original-Revision: 736d1cff60799806705e26b3473457acbfb31bb7
GitOrigin-RevId: a04c616fc5449be2ab9c5f099e9ed8fa54b5e635
Change-Id: Ifa3d26614105cadc166fea44636c241448031f51
1 file changed
tree: 989118f755ee0301994fc212dbd7ad47ecdd742f
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.