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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp3170 const sp<IOProfile> inProfile = mHwModules[i]->mInputProfiles[j]; local
3172 if (inProfile->mSupportedDevices.isEmpty()) {
3179 for (size_t k = 0; k < inProfile->mSupportedDevices.size(); k++) {
3180 profileType = inProfile->mSupportedDevices[k]->mDeviceType;
3188 sp<AudioInputDescriptor> inputDesc = new AudioInputDescriptor(inProfile);
3206 status_t status = mpClientInterface->openInput(inProfile->mModule->mHandle,
3215 for (size_t k = 0; k < inProfile->mSupportedDevices.size(); k++) {
3216 audio_devices_t type = inProfile->mSupportedDevices[k]->mDeviceType;
3218 mAvailableInputDevices.indexOf(inProfile->mSupportedDevices[k]);

Completed in 57 milliseconds