Lines Matching refs:inProfile
1423 for (const auto &inProfile : inputProfiles) { in getMsdProfiles() local
1424 if (hwAvSync == ((inProfile->getFlags() & AUDIO_INPUT_FLAG_HW_AV_SYNC) != 0) && in getMsdProfiles()
1425 inProfile->supportsDevice(sourceDevice)) { in getMsdProfiles()
1426 appendAudioProfiles(sourceProfiles, inProfile->getAudioProfiles()); in getMsdProfiles()
5028 for (const auto& inProfile : hwModule->getInputProfiles()) { in onNewAudioModulesAvailableInt() local
5029 if (!inProfile->canOpenNewIo()) { in onNewAudioModulesAvailableInt()
5031 inProfile->maxOpenCount, inProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()
5034 if (!inProfile->hasSupportedDevices()) { in onNewAudioModulesAvailableInt()
5040 const DeviceVector &supportedDevices = inProfile->getSupportedDevices(); in onNewAudioModulesAvailableInt()
5044 __func__, inProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()
5048 new AudioInputDescriptor(inProfile, mpClientInterface); in onNewAudioModulesAvailableInt()
5066 device->importAudioPortAndPickAudioProfile(inProfile, true); in onNewAudioModulesAvailableInt()