Home | History | Annotate | Download | only in managerdefault

Lines Matching refs:inProfile

3317             const sp<IOProfile> inProfile = mHwModules[i]->mInputProfiles[j];
3319 if (!inProfile->hasSupportedDevices()) {
3325 audio_devices_t profileType = inProfile->getSupportedDeviceForType(inputDeviceTypes);
3331 new AudioInputDescriptor(inProfile);
3348 status_t status = mpClientInterface->openInput(inProfile->getModuleHandle(),
3357 const DeviceVector &supportedDevices = inProfile->getSupportedDevices();
3365 devDesc->importAudioPort(inProfile);