Searched refs:inProfile (Results 1 – 1 of 1) sorted by relevance
2767 const sp<IOProfile> inProfile = mHwModules[i]->mInputProfiles[j]; in AudioPolicyManager() local2769 if (inProfile->mSupportedDevices.isEmpty()) { in AudioPolicyManager()2776 for (size_t k = 0; k < inProfile->mSupportedDevices.size(); k++) { in AudioPolicyManager()2777 profileType = inProfile->mSupportedDevices[k]->mDeviceType; in AudioPolicyManager()2785 sp<AudioInputDescriptor> inputDesc = new AudioInputDescriptor(inProfile); in AudioPolicyManager()2795 status_t status = mpClientInterface->openInput(inProfile->mModule->mHandle, in AudioPolicyManager()2804 for (size_t k = 0; k < inProfile->mSupportedDevices.size(); k++) { in AudioPolicyManager()2805 audio_devices_t type = inProfile->mSupportedDevices[k]->mDeviceType; in AudioPolicyManager()2807 mAvailableInputDevices.indexOf(inProfile->mSupportedDevices[k]); in AudioPolicyManager()