Searched refs:outputProfile (Results 1 – 2 of 2) sorted by relevance
412 sp<AudioProfile> outputProfile = outputProfileVector.getFirstValidProfileFor(f); in findBestMatchingOutputConfig() local413 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()
758 for (const auto &outputProfile : primaryHwModule->getOutputProfiles()) { in isA2dpOffloadedOnPrimary() local759 if (outputProfile->supportsDeviceTypes(getAudioDeviceOutAllA2dpSet())) { in isA2dpOffloadedOnPrimary()