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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioInputDescriptor.cpp 316 sp<AudioInputDescriptor> inputDesc = NULL;
318 inputDesc = valueAt(i);
319 if (inputDesc->getId() == id) {
323 return inputDesc;
357 sp<AudioInputDescriptor> inputDesc = valueFor(handle);
358 audio_devices_t devices = inputDesc->mProfile->getSupportedDevicesType();
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
AudioPolicyManager.h 305 void addInput(audio_io_handle_t input, const sp<AudioInputDescriptor>& inputDesc);
436 audio_devices_t getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
537 bool isConcurentCaptureAllowed(const sp<AudioInputDescriptor>& inputDesc,
    [all...]
  /frameworks/compile/mclinker/lib/Script/
OutputSectDesc.cpp 187 InputSectDesc inputDesc(InputSectDesc::Keep, spec, *this);
188 pModule.getScript().sectionMap().insert(inputDesc, *this);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 344 void addInput(audio_io_handle_t id, AudioInputDescriptor *inputDesc);

Completed in 310 milliseconds