Loading automotive/evs/aidl/android/hardware/automotive/evs/EvsEventDesc.aidl +3 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,9 @@ parcelable EvsEventDesc { @utf8InCpp String deviceId; /** * Possible additional vendor information that is opaque to the EvsManager * Possible additional vendor information that is opaque to the EvsManager. * The size of the payload must not exceed 16-byte if the HIDL recipients are * expected to exist. */ int[] payload; } automotive/evs/aidl/android/hardware/automotive/evs/IEvsCameraStream.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,10 @@ oneway interface IEvsCameraStream { /** * Receives calls from the HAL each time an event happens. * * @param in event EVS event with possible event information. * @param in event EVS event with possible event information. If ths HIDL * recipients are expected to exist, the size of the event * payload must not exceed 16 bytes; otherwise, a notification * will not reach them. */ void notify(in EvsEventDesc event); } Loading
automotive/evs/aidl/android/hardware/automotive/evs/EvsEventDesc.aidl +3 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,9 @@ parcelable EvsEventDesc { @utf8InCpp String deviceId; /** * Possible additional vendor information that is opaque to the EvsManager * Possible additional vendor information that is opaque to the EvsManager. * The size of the payload must not exceed 16-byte if the HIDL recipients are * expected to exist. */ int[] payload; }
automotive/evs/aidl/android/hardware/automotive/evs/IEvsCameraStream.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,10 @@ oneway interface IEvsCameraStream { /** * Receives calls from the HAL each time an event happens. * * @param in event EVS event with possible event information. * @param in event EVS event with possible event information. If ths HIDL * recipients are expected to exist, the size of the event * payload must not exceed 16 bytes; otherwise, a notification * will not reach them. */ void notify(in EvsEventDesc event); }