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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
TypeConverter.h 128 typedef TypeConverter<InputChannelTraits> InputChannelConverter;
167 !InputChannelConverter::fromString(literalChannels, channels)) {
179 InputChannelConverter::collectionFromString(channels, channelMaskCollection, del);
189 InputChannelConverter::collectionFromString(inChannels, inputChannelMaskCollection, del);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
TypeConverter.cpp 166 const InputChannelConverter::Table InputChannelConverter::mTable[] = {
172 const size_t InputChannelConverter::mSize = sizeof(InputChannelConverter::mTable) /
173 sizeof(InputChannelConverter::mTable[0]);
ConfigParsingUtils.cpp 46 if (InputChannelConverter::fromString(node->value, mask)) {

Completed in 42 milliseconds