Searched refs:collectionFromString (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libmediahelper/ |
D | TypeConverter.cpp | 80 collectionFromString<SampleRateTraits>(samplingRates, samplingRateCollection, del); in samplingRatesFromString() 88 FormatConverter::collectionFromString(formats, formatCollection, del); in formatsFromString() 115 OutputChannelConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString() 116 InputChannelConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString() 117 ChannelIndexConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString() 125 InputChannelConverter::collectionFromString(inChannels, inputChannelMaskCollection, del); in inputChannelMasksFromString() 126 ChannelIndexConverter::collectionFromString(inChannels, inputChannelMaskCollection, del); in inputChannelMasksFromString() 134 OutputChannelConverter::collectionFromString(outChannels, outputChannelMaskCollection, del); in outputChannelMasksFromString() 135 ChannelIndexConverter::collectionFromString(outChannels, outputChannelMaskCollection, del); in outputChannelMasksFromString()
|
/frameworks/av/media/libmediahelper/include/media/ |
D | TypeConverter.h | 74 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
|
/frameworks/av/services/audiopolicy/engine/config/src/ |
D | EngineConfig.cpp | 572 collectionFromString<DefaultTraits<int>>( in deserialize() 680 collectionFromString<DefaultTraits<int>>( in deserializeLegacyVolume()
|