Home
last modified time | relevance | path

Searched defs:profileToAdd (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfile.h153 ssize_t addProfileFromHal(const sp<AudioProfile> &profileToAdd) in addProfileFromHal()
306 sp<AudioProfile> profileToAdd = new AudioProfile(format, profile->getChannels(), in setSampleRatesFor() local
325 sp<AudioProfile> profileToAdd = new AudioProfile(format, channelMasks, in setChannelsFor() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp192 sp<AudioProfile> profileToAdd = new AudioProfile(gDynamicFormat, channels, sampleRates); in loadHwModuleProfile() local
201 sp<AudioProfile> profileToAdd = new AudioProfile(formats[i], channels, sampleRates); in loadHwModuleProfile() local