Loading services/audiopolicy/managerdefault/AudioPolicyManager.h +2 −1 Original line number Diff line number Diff line Loading @@ -348,7 +348,8 @@ protected: } virtual const DeviceVector getAvailableInputDevices() const { return mAvailableInputDevices.filterForEngine(); // legacy and non-legacy remote-submix are managed by the engine, do not filter return mAvailableInputDevices; } virtual const sp<DeviceDescriptor> &getDefaultOutputDevice() const { Loading Loading
services/audiopolicy/managerdefault/AudioPolicyManager.h +2 −1 Original line number Diff line number Diff line Loading @@ -348,7 +348,8 @@ protected: } virtual const DeviceVector getAvailableInputDevices() const { return mAvailableInputDevices.filterForEngine(); // legacy and non-legacy remote-submix are managed by the engine, do not filter return mAvailableInputDevices; } virtual const sp<DeviceDescriptor> &getDefaultOutputDevice() const { Loading