HomeSort by relevance Sort by last modified time
    Searched refs:collectionFromString (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmedia/
TypeConverter.cpp 353 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/media/libmedia/include/media/
TypeConverter.h 101 static void collectionFromString(const std::string &str, typename Traits::Collection &collection,
122 static void collectionFromString(const std::string &str,
170 inline void TypeConverter<Traits>::collectionFromString(const std::string &str,
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 168 collectionFromString<SampleRateTraits>(node->value, sampleRates);
Serializer.cpp 566 collectionFromString<DefaultTraits<int32_t> >((const char*)pointDefinition, point, ",");

Completed in 793 milliseconds