Searched refs:supportedList (Results 1 – 2 of 2) sorted by relevance
297 List<CodecType> supportedList = getSupportedCodecTypes(); in testRequiredMediaCodecList() local298 assertTrue(areRequiredCodecTypesSupported(requiredList, supportedList)); in testRequiredMediaCodecList()352 List<CodecType> requiredList, List<CodecType> supportedList) { in areRequiredCodecTypesSupported() argument355 for (CodecType supportedCodec: supportedList) { in areRequiredCodecTypesSupported()374 List<CodecType> supportedList = new ArrayList<CodecType>(); in getSupportedCodecTypes() local380 supportedList.add(new CodecType(types[j], isEncoder, null /* sampleFormat */)); in getSupportedCodecTypes()383 return supportedList; in getSupportedCodecTypes()
2140 int[] supportedList = capability.getSupportedChannelList(band); in getAvailableBandAndChannelForTesting() local2141 if (supportedList.length != 0) { in getAvailableBandAndChannelForTesting()2142 testBandsAndChannels.put(band, supportedList[0]); in getAvailableBandAndChannelForTesting()