Searched refs:collectionFromString (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DTypeConverter.h86 static void collectionFromString(const std::string &str, typename Traits::Collection &collection, function in namespace:android
107 static void collectionFromString(const std::string &str,
138 collectionFromString<SampleRateTraits>(samplingRates, samplingRateCollection, del);
145 FormatConverter::collectionFromString(formats, formatCollection, del);
173 OutputChannelConverter::collectionFromString(channels, channelMaskCollection, del);
174 InputChannelConverter::collectionFromString(channels, channelMaskCollection, del);
175 ChannelIndexConverter::collectionFromString(channels, channelMaskCollection, del);
183 InputChannelConverter::collectionFromString(inChannels, inputChannelMaskCollection, del);
184 ChannelIndexConverter::collectionFromString(inChannels, inputChannelMaskCollection, del);
192 OutputChannelConverter::collectionFromString(outChannel
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DTypeConverter.cpp260 void TypeConverter<Traits>::collectionFromString(const std::string &str, function in class:android::TypeConverter
H A DConfigParsingUtils.cpp168 collectionFromString<SampleRateTraits>(node->value, sampleRates);
H A DSerializer.cpp566 collectionFromString<DefaultTraits<int32_t> >((const char*)pointDefinition, point, ",");

Completed in 619 milliseconds