HomeSort by relevance Sort by last modified time
    Searched defs:inputDesc (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioInputDescriptor.cpp 215 sp<AudioInputDescriptor> inputDesc = NULL;
217 inputDesc = valueAt(i);
218 if (inputDesc->getId() == id) {
222 return inputDesc;
252 sp<AudioInputDescriptor> inputDesc = valueFor(handle);
253 audio_devices_t devices = inputDesc->mProfile->getSupportedDevicesType();
  /frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.cpp 97 EffectVector *inputDesc;
99 inputDesc = new EffectVector(audioSession);
100 mInputs.add(input, inputDesc);
103 inputDesc = mInputs.valueAt(idx);
105 inputDesc->mRefCount++;
107 ALOGV("addInputEffects(): input: %d, refCount: %d", input, inputDesc->mRefCount);
108 if (inputDesc->mRefCount == 1) {
126 inputDesc->mEffects.add(fx);
128 inputDesc->setProcessorEnabled(true);
143 EffectVector *inputDesc = mInputs.valueAt(index)
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 477 AudioInputDescriptor *inputDesc = mInputs.valueFor(activeInput);
478 audio_devices_t newDevice = getDeviceForInputSource(inputDesc->mInputSource);
479 if ((newDevice != AUDIO_DEVICE_NONE) && (newDevice != inputDesc->mDevice)) {
481 inputDesc->mDevice, newDevice, activeInput);
482 inputDesc->mDevice = newDevice;
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 874 milliseconds