Loading tv/input/aidl/aidl_api/android.hardware.tv.input/current/android/hardware/tv/input/TvMessage.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -37,4 +37,5 @@ parcelable TvMessage { String subType; long groupId; int dataLengthBytes; const long NO_GROUP_ID = (-1) /* -1 */; } tv/input/aidl/android/hardware/tv/input/TvMessage.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,10 @@ package android.hardware.tv.input; @VintfStability parcelable TvMessage { /** * This value for TvMessage.groupId denotes that the message doesn't belong to any group. */ const long NO_GROUP_ID = -1; /** * Extended data type, like “ATSC A/336 Watermark”, “ATSC_CC”, etc. This is opaque * to the framework. Loading Loading
tv/input/aidl/aidl_api/android.hardware.tv.input/current/android/hardware/tv/input/TvMessage.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -37,4 +37,5 @@ parcelable TvMessage { String subType; long groupId; int dataLengthBytes; const long NO_GROUP_ID = (-1) /* -1 */; }
tv/input/aidl/android/hardware/tv/input/TvMessage.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,10 @@ package android.hardware.tv.input; @VintfStability parcelable TvMessage { /** * This value for TvMessage.groupId denotes that the message doesn't belong to any group. */ const long NO_GROUP_ID = -1; /** * Extended data type, like “ATSC A/336 Watermark”, “ATSC_CC”, etc. This is opaque * to the framework. Loading