Searched refs:HalFormats (Results 1 – 1 of 1) sorted by relevance
75 private static final SortedMap<AudioHalVersionInfo, HalFormats> ALL_HAL_FORMATS =95 HalFormats mHalFormats;338 private HalFormats getHalFormats(AudioHalVersionInfo halVersion) { in getHalFormats()339 for (Map.Entry<AudioHalVersionInfo, HalFormats> entry : ALL_HAL_FORMATS.entrySet()) { in getHalFormats()388 new HalFormats( in fillAllHalFormats()402 static class HalFormats { class in AudioDescriptorActivity406 HalFormats(Map<Integer, String> formatCodes, in HalFormats() method in AudioDescriptorActivity.HalFormats