Home
last modified time | relevance | path

Searched refs:outputProfile (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp412 sp<AudioProfile> outputProfile = outputProfileVector.getFirstValidProfileFor(f); in findBestMatchingOutputConfig() local
413 if (inputProfile == nullptr || outputProfile == nullptr) { in findBestMatchingOutputConfig()
417 outputProfile->getChannels(), preferredOutputChannelVector); in findBestMatchingOutputConfig()
422 intersectAndOrder(inputProfile->getSampleRates(), outputProfile->getSampleRates(), in findBestMatchingOutputConfig()
424 intersectAndOrder(inputProfile->getSampleRates(), outputProfile->getSampleRates(), in findBestMatchingOutputConfig()
DAudioOutputDescriptor.cpp758 for (const auto &outputProfile : primaryHwModule->getOutputProfiles()) { in isA2dpOffloadedOnPrimary() local
759 if (outputProfile->supportsDeviceTypes(getAudioDeviceOutAllA2dpSet())) { in isA2dpOffloadedOnPrimary()