mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
4066574002c31334086431399d362caa6fa5c81d
Currently, we do not have a way to parse subscriptions response messages. But we have parsing methods for SUBSCRIPTIONS_CHANGE type of messages. These messages have the exact same payload as SUBSCRIPTIONS_RESPONSE messages. So all we need to do is allow existing methods to parse SUBSCRIPTIONS_RESPONSE messages along with SUBSCRIPTIONS_CHANGE messages. Bug: 138664881 Fixes: 138664881, 137955333 Test: Added more tests for the new message type. Ran tests on Hawk. Change-Id: I53432e2215e03bb94fd36b7d62f42fe0be1994cf
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%