Home
last modified time | relevance | path

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

/frameworks/av/media/libmediahelper/
DTypeConverter.cpp426 collectionFromString<SampleRateTraits>(samplingRates, samplingRateCollection, del); in samplingRatesFromString()
434 FormatConverter::collectionFromString(formats, formatCollection, del); in formatsFromString()
462 OutputChannelConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString()
463 InputChannelConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString()
464 ChannelIndexConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString()
472 InputChannelConverter::collectionFromString(inChannels, inputChannelMaskCollection, del); in inputChannelMasksFromString()
473 ChannelIndexConverter::collectionFromString(inChannels, inputChannelMaskCollection, del); in inputChannelMasksFromString()
481 OutputChannelConverter::collectionFromString(outChannels, outputChannelMaskCollection, del); in outputChannelMasksFromString()
482 ChannelIndexConverter::collectionFromString(outChannels, outputChannelMaskCollection, del); in outputChannelMasksFromString()
/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h86 static void collectionFromString(const std::string &str, typename Traits::Collection &collection,
107 static void collectionFromString(const std::string &str,
155 inline void TypeConverter<Traits>::collectionFromString(const std::string &str, in collectionFromString() function
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp449 collectionFromString<DefaultTraits<int>>( in deserialize()
557 collectionFromString<DefaultTraits<int>>( in deserializeLegacyVolume()