Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2436 sp<AudioInputDescriptor> inputDesc; in getInputForAttr() local
2465 sp<AudioInputDescriptor> inputDesc = mInputs.valueAt(index); in getInputForAttr() local
2466 RecordClientVector clients = inputDesc->getClientsForSession(session); in getInputForAttr()
2494 device = inputDesc->getDevice(); in getInputForAttr()
2577 inputDesc = mInputs.valueFor(*input); in getInputForAttr()
2578 inputDesc->addClient(clientDesc); in getInputForAttr()
2707 sp<AudioInputDescriptor> inputDesc = new AudioInputDescriptor(profile, mpClientInterface); in getInputForDevice() local
2714 status_t status = inputDesc->open(&lConfig, device, halInputSource, profileFlags, &input); in getInputForDevice()
2725 inputDesc->close(); in getInputForDevice()
2730 inputDesc->mPolicyMix = policyMix; in getInputForDevice()
[all …]
DAudioPolicyManager.h512 void addInput(audio_io_handle_t input, const sp<AudioInputDescriptor>& inputDesc);
721 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp585 sp<AudioInputDescriptor> inputDesc = valueAt(i); in getInputForClient() local
586 if (inputDesc->getClient(portId) != nullptr) { in getInputForClient()
587 return inputDesc; in getInputForClient()
597 sp<AudioInputDescriptor> inputDesc = valueAt(i); in trackEffectEnabled() local
598 if (inputDesc->mIoHandle == effect->mIo) { in trackEffectEnabled()
599 return inputDesc->trackEffectEnabled(effect, enabled); in trackEffectEnabled()
608 sp<AudioInputDescriptor> inputDesc = valueAt(i); in clearSessionRoutesForDevice() local
609 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()