Searched refs:inputProfile (Results 1 – 2 of 2) sorted by relevance
457 sp<AudioProfile> inputProfile = audioProfileVector.getFirstValidProfileFor(f); in findBestMatchingOutputConfig() local459 if (inputProfile == nullptr || outputProfile == nullptr) { in findBestMatchingOutputConfig()462 auto channels = intersectFilterAndOrder(asOutMask(inputProfile->getChannels()), in findBestMatchingOutputConfig()468 intersectAndOrder(inputProfile->getSampleRates(), outputProfile->getSampleRates(), in findBestMatchingOutputConfig()470 intersectAndOrder(inputProfile->getSampleRates(), outputProfile->getSampleRates(), in findBestMatchingOutputConfig()
6128 for (const auto &inputProfile : inputProfiles) { in isUltrasoundSupported() local6129 if (inputProfile->getFlags() & AUDIO_INPUT_FLAG_ULTRASOUND) { in isUltrasoundSupported()6148 for (const auto &inputProfile : inputProfiles) { in isHotwordStreamSupported() local6149 if ((inputProfile->getFlags() & mask) == mask) { in isHotwordStreamSupported()