Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/include/
DEngineBase.h240 sp<DeviceDescriptor> getInputDeviceForEchoRef(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp544 device = getInputDeviceForEchoRef(attr, availableInputDevices); in getInputDeviceForAttributes()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp909 sp<DeviceDescriptor> device2 = getInputDeviceForEchoRef(attr, availableInputDevices); in getInputDeviceForAttributes()
/frameworks/av/services/audiopolicy/engine/common/src/
DEngineBase.cpp810 sp<DeviceDescriptor> EngineBase::getInputDeviceForEchoRef(const audio_attributes_t &attr, in getInputDeviceForEchoRef() function in android::audio_policy::EngineBase