Searched refs:inProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2853 const sp<IOProfile> inProfile = mHwModules[i]->mInputProfiles[j]; local
2855 if (inProfile->mSupportedDevices.isEmpty()) {
2862 for (size_t k = 0; k < inProfile->mSupportedDevices.size(); k++) {
2863 profileType = inProfile->mSupportedDevices[k]->type();
2871 sp<AudioInputDescriptor> inputDesc = new AudioInputDescriptor(inProfile);
2889 status_t status = mpClientInterface->openInput(inProfile->getModuleHandle(),
2898 for (size_t k = 0; k < inProfile->mSupportedDevices.size(); k++) {
2899 audio_devices_t type = inProfile->mSupportedDevices[k]->type();
2901 mAvailableInputDevices.indexOf(inProfile->mSupportedDevices[k]);
2907 devDesc->importAudioPort(inProfile);
[all...]

Completed in 129 milliseconds