From b442c9bc17a175b247e578fb3fccca6295d59010 Mon Sep 17 00:00:00 2001 From: Henry Fang Date: Tue, 3 Dec 2019 18:13:01 -0800 Subject: [PATCH] Tuner HAL minor corrections Test: Manual bug: 135708935 Change-Id: I2f74b2a4266ea86a80dab8b729bf57a78319b207 (cherry picked from commit d5f570e7d791f6777e808fde6d7f7dffad14353d) Merged-In: I2f74b2a4266ea86a80dab8b729bf57a78319b207 --- tv/tuner/1.0/IFilter.hal | 2 +- tv/tuner/1.0/types.hal | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tv/tuner/1.0/IFilter.hal b/tv/tuner/1.0/IFilter.hal index 3ed09f6db5..94e3c0ce26 100644 --- a/tv/tuner/1.0/IFilter.hal +++ b/tv/tuner/1.0/IFilter.hal @@ -104,11 +104,11 @@ interface IFilter { * * It is used by the client to ask the hardware resource id for the filter. * - * @param filterId the hardware resource Id for the filter. * @return result Result status of the operation. * SUCCESS if successful, * INVALID_STATE if failed for wrong state. * UNKNOWN_ERROR if failed for other reasons. + * @return filterId the hardware resource Id for the filter. */ getId() generates (Result result, uint32_t filterId); diff --git a/tv/tuner/1.0/types.hal b/tv/tuner/1.0/types.hal index ef33952cd9..944da5a840 100644 --- a/tv/tuner/1.0/types.hal +++ b/tv/tuner/1.0/types.hal @@ -2230,8 +2230,6 @@ struct DemuxIpFilterSettings { DemuxFilterSectionSettings section; - DemuxFilterPesDataSettings pesData; - /** * true if the data from IP subtype go to next filter directly */ @@ -2248,7 +2246,7 @@ struct DemuxTlvFilterSettings { /** * true if the filtered data is commpressed ip packet */ - bool bIsCompressedIpPacket; + bool isCompressedIpPacket; safe_union FilterSettings { /**