commit | 74d3ac25fbf35a5adaadc9ecc01999517951bfa2 | [log] [tgz] |
---|---|---|
author | Matt Buckley <mattbuckley@google.com> | Mon Apr 22 21:35:59 2024 +0000 |
committer | Matt Buckley <mattbuckley@google.com> | Mon Apr 22 21:37:00 2024 +0000 |
tree | 1bd8907c6970de41ebe68ea3d9dd06342611f87a | |
parent | 1eaced668e12699ef01b7eb1be379f9ea9f61adc [diff] |
Update PowerHAL documentation to clarify Session ID size restriction Test: n/a Bug: 315894228 Change-Id: I69ee157bc79e26578bd13a907662ac8756d7ce47
diff --git a/power/aidl/android/hardware/power/SessionConfig.aidl b/power/aidl/android/hardware/power/SessionConfig.aidl index 93dc9a2..ca89183 100644 --- a/power/aidl/android/hardware/power/SessionConfig.aidl +++ b/power/aidl/android/hardware/power/SessionConfig.aidl
@@ -25,6 +25,9 @@ /** * The session's unique ID, used to identify the session for debugging and * for multiplexing on the per-process FMQ channel. + * + * Values that fit in the 32-bit int range value must be provided when using + * the FMQ API, as the FMQ messages can only accept 32-bit Session IDs. */ long id; }