mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Clarify unsigned int type in AIDL program id" into main
This commit is contained in:
@@ -30,8 +30,10 @@ parcelable ProgramIdentifier {
|
||||
IdentifierType type = IdentifierType.INVALID;
|
||||
|
||||
/**
|
||||
* The uint64_t value field holds the value in format described in comments
|
||||
* for IdentifierType enum.
|
||||
* The value field holds the value in format described in comments for IdentifierType enum.
|
||||
*
|
||||
* The value should be 64-bit unsigned integer, but is represented as 64-bit signed integer
|
||||
* in AIDL.
|
||||
*/
|
||||
long value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user