• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/av


Commit MetaInfo

修訂25134ebcd771b73a7e2048f883eaca11c4fc8472 (tree)
時間2020-02-12 10:18:34
作者Kevin Rocard <krocard@goog...>
Commiterandroid-build-team Robot

Log Message

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)

Change Summary

差異

--- a/services/audiopolicy/managerdefault/AudioPolicyManager.h
+++ b/services/audiopolicy/managerdefault/AudioPolicyManager.h
@@ -346,7 +346,7 @@ protected:
346346 }
347347 virtual const DeviceVector getAvailableOutputDevices() const
348348 {
349- return mAvailableOutputDevices;
349+ return mAvailableOutputDevices.filterForEngine();
350350 }
351351 virtual const DeviceVector getAvailableInputDevices() const
352352 {