Loading tv/tuner/1.0/IFilter.hal +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading tv/tuner/1.0/types.hal +1 −3 Original line number Diff line number Diff line Loading @@ -2230,8 +2230,6 @@ struct DemuxIpFilterSettings { DemuxFilterSectionSettings section; DemuxFilterPesDataSettings pesData; /** * true if the data from IP subtype go to next filter directly */ Loading @@ -2248,7 +2246,7 @@ struct DemuxTlvFilterSettings { /** * true if the filtered data is commpressed ip packet */ bool bIsCompressedIpPacket; bool isCompressedIpPacket; safe_union FilterSettings { /** Loading Loading
tv/tuner/1.0/IFilter.hal +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
tv/tuner/1.0/types.hal +1 −3 Original line number Diff line number Diff line Loading @@ -2230,8 +2230,6 @@ struct DemuxIpFilterSettings { DemuxFilterSectionSettings section; DemuxFilterPesDataSettings pesData; /** * true if the data from IP subtype go to next filter directly */ Loading @@ -2248,7 +2246,7 @@ struct DemuxTlvFilterSettings { /** * true if the filtered data is commpressed ip packet */ bool bIsCompressedIpPacket; bool isCompressedIpPacket; safe_union FilterSettings { /** Loading