Loading tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/FrontendScanMessage.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -50,4 +50,5 @@ union FrontendScanMessage { android.hardware.tv.tuner.FrontendModulation modulation; android.hardware.tv.tuner.FrontendDvbcAnnex annex; boolean isHighPriority; int[] dvbtCellIds; } tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/FrontendScanMessageType.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -50,4 +50,5 @@ enum FrontendScanMessageType { MODULATION = 12, DVBC_ANNEX = 13, HIGH_PRIORITY = 14, DVBT_CELL_IDS = 15, } tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/FrontendStatus.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -75,4 +75,5 @@ union FrontendStatus { android.hardware.tv.tuner.FrontendIsdbtMode isdbtMode; android.hardware.tv.tuner.FrontendIsdbtPartialReceptionFlag partialReceptionFlag; int[] streamIdList; int[] dvbtCellIds; } tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/FrontendStatusType.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -75,4 +75,5 @@ enum FrontendStatusType { ISDBT_MODE = 37, ISDBT_PARTIAL_RECEPTION_FLAG = 38, STREAM_ID_LIST = 39, DVBT_CELL_IDS = 40, } tv/tuner/aidl/android/hardware/tv/tuner/FrontendScanMessage.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -70,4 +70,10 @@ union FrontendScanMessage { FrontendDvbcAnnex annex; boolean isHighPriority; /** * DVB-T Cell Ids. */ int[] dvbtCellIds; } Loading
tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/FrontendScanMessage.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -50,4 +50,5 @@ union FrontendScanMessage { android.hardware.tv.tuner.FrontendModulation modulation; android.hardware.tv.tuner.FrontendDvbcAnnex annex; boolean isHighPriority; int[] dvbtCellIds; }
tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/FrontendScanMessageType.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -50,4 +50,5 @@ enum FrontendScanMessageType { MODULATION = 12, DVBC_ANNEX = 13, HIGH_PRIORITY = 14, DVBT_CELL_IDS = 15, }
tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/FrontendStatus.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -75,4 +75,5 @@ union FrontendStatus { android.hardware.tv.tuner.FrontendIsdbtMode isdbtMode; android.hardware.tv.tuner.FrontendIsdbtPartialReceptionFlag partialReceptionFlag; int[] streamIdList; int[] dvbtCellIds; }
tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/FrontendStatusType.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -75,4 +75,5 @@ enum FrontendStatusType { ISDBT_MODE = 37, ISDBT_PARTIAL_RECEPTION_FLAG = 38, STREAM_ID_LIST = 39, DVBT_CELL_IDS = 40, }
tv/tuner/aidl/android/hardware/tv/tuner/FrontendScanMessage.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -70,4 +70,10 @@ union FrontendScanMessage { FrontendDvbcAnnex annex; boolean isHighPriority; /** * DVB-T Cell Ids. */ int[] dvbtCellIds; }