Home
last modified time | relevance | path

Searched refs:inputDesc (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1935 sp<AudioInputDescriptor> inputDesc; in getInputForAttr() local
1963 sp<AudioInputDescriptor> inputDesc = mInputs.valueAt(index); in getInputForAttr() local
1964 RecordClientVector clients = inputDesc->getClientsForSession(session); in getInputForAttr()
1992 device = inputDesc->getDevice(); in getInputForAttr()
2073 inputDesc = mInputs.valueFor(*input); in getInputForAttr()
2074 inputDesc->addClient(clientDesc); in getInputForAttr()
2184 sp<AudioInputDescriptor> inputDesc = new AudioInputDescriptor(profile, mpClientInterface); in getInputForDevice() local
2191 status_t status = inputDesc->open(&lConfig, device, halInputSource, profileFlags, &input); in getInputForDevice()
2202 inputDesc->close(); in getInputForDevice()
2207 inputDesc->mPolicyMix = policyMix; in getInputForDevice()
[all …]
DAudioPolicyManager.h400 void addInput(audio_io_handle_t input, const sp<AudioInputDescriptor>& inputDesc);
548 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp565 sp<AudioInputDescriptor> inputDesc = valueAt(i); in getInputForClient() local
566 if (inputDesc->getClient(portId) != nullptr) { in getInputForClient()
567 return inputDesc; in getInputForClient()
577 sp<AudioInputDescriptor> inputDesc = valueAt(i); in trackEffectEnabled() local
578 if (inputDesc->mIoHandle == effect->mIo) { in trackEffectEnabled()
579 return inputDesc->trackEffectEnabled(effect, enabled); in trackEffectEnabled()
588 sp<AudioInputDescriptor> inputDesc = valueAt(i); in clearSessionRoutesForDevice() local
589 for (const auto& client : inputDesc->getClientIterable()) { in clearSessionRoutesForDevice()
/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp187 InputSectDesc inputDesc(InputSectDesc::Keep, spec, *this); in activate() local
188 pModule.getScript().sectionMap().insert(inputDesc, *this); in activate()