Searched defs:inProfile (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2809 const sp<IOProfile> inProfile = mHwModules[i]->mInputProfiles[j]; local
2811 if (inProfile->mSupportedDevices.isEmpty()) {
2818 for (size_t k = 0; k < inProfile->mSupportedDevices.size(); k++) {
2819 profileType = inProfile->mSupportedDevices[k]->type();
2827 sp<AudioInputDescriptor> inputDesc = new AudioInputDescriptor(inProfile);
2845 status_t status = mpClientInterface->openInput(inProfile->getModuleHandle(),
2854 for (size_t k = 0; k < inProfile->mSupportedDevices.size(); k++) {
2855 audio_devices_t type = inProfile->mSupportedDevices[k]->type();
2857 mAvailableInputDevices.indexOf(inProfile->mSupportedDevices[k]);
2863 devDesc->importAudioPort(inProfile);
[all...]

Completed in 38 milliseconds