commit | 1c1fc91e543428546b34773d3dd16b63a449451f | [log] [tgz] |
---|---|---|
author | Matt Buckley <mattbuckley@google.com> | Mon Jan 22 23:44:13 2024 +0000 |
committer | Matt Buckley <mattbuckley@google.com> | Tue Jan 23 00:34:25 2024 +0000 |
tree | 2d2517f7fed734d8d98a90d1cc9d6a93c8643eaa | |
parent | 6dd8341f398d775e5bf00eabcd2192b19fd88256 [diff] |
Add timestamps to FMQ ChannelMessage Figuring out relative message ordering is harder with FMQ because messages on different channels without timestamps do not have a guaranteed ordering. This CL adds timestamps to all channel messages to ensure relative ordering is always known precisely, and to make timing more accurate. Bug: 321810554 Test: atest VtsHalPowerTargetTest Change-Id: Iac341dec2526ac46ae9db57aadbd267224a77989