Searched refs:audioStreamTypes (Results 1 – 3 of 3) sorted by relevance
119 List<Channel.AudioStreamType> audioStreamTypes = new ArrayList<>(); in initProto() local140 audioStreamTypes.add(Channel.AudioStreamType.forNumber(pmt.getStreamType())); in initProto()160 .addAllAudioStreamTypes(audioStreamTypes) in initProto()364 List<Channel.AudioStreamType> audioStreamTypes = mProto.getAudioStreamTypesList(); in getAudioStreamTypes() local365 List<Integer> audioStreamTypesValues = new ArrayList<>(audioStreamTypes.size()); in getAudioStreamTypes()367 for (Channel.AudioStreamType audioStreamType : audioStreamTypes) { in getAudioStreamTypes()374 List<Channel.AudioStreamType> audioStreamTypes = in setAudioStreamTypes() local378 audioStreamTypes.add(Channel.AudioStreamType.forNumber(audioStreamTypesValue)); in setAudioStreamTypes()383 .addAllAudioStreamTypes(audioStreamTypes) in setAudioStreamTypes()
1597 List<Integer> audioStreamTypes = channel.getAudioStreamTypes(); in updateChannelInfo() local1601 mChannel.setAudioStreamTypes(audioStreamTypes); in updateChannelInfo()
1681 List<Integer> audioStreamTypes = channel.getAudioStreamTypes(); in updateChannelInfo() local1685 mChannel.setAudioStreamTypes(audioStreamTypes); in updateChannelInfo()