Searched refs:collectionFromString (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libmediahelper/ |
D | TypeConverter.cpp | 426 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/ |
D | TypeConverter.h | 86 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/ |
D | EngineConfig.cpp | 449 collectionFromString<DefaultTraits<int>>( in deserialize() 557 collectionFromString<DefaultTraits<int>>( in deserializeLegacyVolume()
|