Home
last modified time | relevance | path

Searched refs:collectionFromString (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libmediahelper/
H A DTypeConverter.cpp78 collectionFromString<SampleRateTraits>(samplingRates, samplingRateCollection, del); in samplingRatesFromString()
86 FormatConverter::collectionFromString(formats, formatCollection, del); in formatsFromString()
113 OutputChannelConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString()
114 InputChannelConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString()
115 ChannelIndexConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString()
123 InputChannelConverter::collectionFromString(inChannels, inputChannelMaskCollection, del); in inputChannelMasksFromString()
124 ChannelIndexConverter::collectionFromString(inChannels, inputChannelMaskCollection, del); in inputChannelMasksFromString()
132 OutputChannelConverter::collectionFromString(outChannels, outputChannelMaskCollection, del); in outputChannelMasksFromString()
133 ChannelIndexConverter::collectionFromString(outChannels, outputChannelMaskCollection, del); in outputChannelMasksFromString()
/aosp12/frameworks/av/media/libmediahelper/include/media/
H A DTypeConverter.h74 static void collectionFromString(const std::string &str, typename Traits::Collection &collection,
95 static void collectionFromString(const std::string &str,
166 inline void TypeConverter<Traits>::collectionFromString(const std::string &str, in collectionFromString() function
/aosp12/frameworks/av/services/audiopolicy/engine/config/src/
H A DEngineConfig.cpp463 collectionFromString<DefaultTraits<int>>( in deserialize()
571 collectionFromString<DefaultTraits<int>>( in deserializeLegacyVolume()