frameworks/av
修訂 | 25134ebcd771b73a7e2048f883eaca11c4fc8472 (tree) |
---|---|
時間 | 2020-02-12 10:18:34 |
作者 | Kevin Rocard <krocard@goog...> |
Commiter | android-build-team Robot |
Revert "audiopolicy: align input and output devices for engine"
This reverts commit 4b8d5ce58d98d4a163f63e17735450a7cac4821c.
Bug: 132241823
Reason for revert: Breaks Screen Mirroring during Live caption
Change-Id: I4bf711e5c5e4233fcf58bda5477380b488fde2fa
(cherry picked from commit e0d004fe12fc2535d62d52bea0666b690ba057b0)
(cherry picked from commit 66d0e72c9da1d5af852556872262a1e928796389)
@@ -346,7 +346,7 @@ protected: | ||
346 | 346 | } |
347 | 347 | virtual const DeviceVector getAvailableOutputDevices() const |
348 | 348 | { |
349 | - return mAvailableOutputDevices; | |
349 | + return mAvailableOutputDevices.filterForEngine(); | |
350 | 350 | } |
351 | 351 | virtual const DeviceVector getAvailableInputDevices() const |
352 | 352 | { |