Lines Matching refs:inProfile
1844 for (const auto &inProfile : inputProfiles) { in getMsdProfiles() local
1845 if (hwAvSync == ((inProfile->getFlags() & AUDIO_INPUT_FLAG_HW_AV_SYNC) != 0) && in getMsdProfiles()
1846 inProfile->supportsDevice(sourceDevice)) { in getMsdProfiles()
1847 appendAudioProfiles(sourceProfiles, inProfile->getAudioProfiles()); in getMsdProfiles()
6617 for (const auto& inProfile : hwModule->getInputProfiles()) { in onNewAudioModulesAvailableInt() local
6618 if (!inProfile->canOpenNewIo()) { in onNewAudioModulesAvailableInt()
6620 inProfile->maxOpenCount, inProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()
6623 if (!inProfile->hasSupportedDevices()) { in onNewAudioModulesAvailableInt()
6629 const DeviceVector &supportedDevices = inProfile->getSupportedDevices(); in onNewAudioModulesAvailableInt()
6633 __func__, inProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()
6637 new AudioInputDescriptor(inProfile, mpClientInterface); in onNewAudioModulesAvailableInt()
6655 device->importAudioPortAndPickAudioProfile(inProfile, true); in onNewAudioModulesAvailableInt()