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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
TypeConverter.cpp 260 void TypeConverter<Traits>::collectionFromString(const std::string &str,
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
TypeConverter.h 86 static void collectionFromString(const std::string &str, typename Traits::Collection &collection,
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(outChannels, outputChannelMaskCollection, del)
    [all...]

Completed in 199 milliseconds