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

/frameworks/av/media/libmedia/
H A DTypeConverter.cpp353 collectionFromString<SampleRateTraits>(samplingRates, samplingRateCollection, del);
361 FormatConverter::collectionFromString(formats, formatCollection, del);
389 OutputChannelConverter::collectionFromString(channels, channelMaskCollection, del);
390 InputChannelConverter::collectionFromString(channels, channelMaskCollection, del);
391 ChannelIndexConverter::collectionFromString(channels, channelMaskCollection, del);
399 InputChannelConverter::collectionFromString(inChannels, inputChannelMaskCollection, del);
400 ChannelIndexConverter::collectionFromString(inChannels, inputChannelMaskCollection, del);
408 OutputChannelConverter::collectionFromString(outChannels, outputChannelMaskCollection, del);
409 ChannelIndexConverter::collectionFromString(outChannels, outputChannelMaskCollection, del);
/frameworks/av/include/media/
H A DTypeConverter.h101 static void collectionFromString(const std::string &str, typename Traits::Collection &collection, function in namespace:android
122 static void collectionFromString(const std::string &str,
170 inline void TypeConverter<Traits>::collectionFromString(const std::string &str, function in class:android::TypeConverter
/frameworks/av/media/libmedia/include/media/
H A DTypeConverter.h101 static void collectionFromString(const std::string &str, typename Traits::Collection &collection, function in namespace:android
122 static void collectionFromString(const std::string &str,
170 inline void TypeConverter<Traits>::collectionFromString(const std::string &str, function in class:android::TypeConverter
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DConfigParsingUtils.cpp168 collectionFromString<SampleRateTraits>(node->value, sampleRates);
H A DSerializer.cpp566 collectionFromString<DefaultTraits<int32_t> >((const char*)pointDefinition, point, ",");

Completed in 659 milliseconds