diff options
author | Nolen Johnson <johnsonnolen@gmail.com> | 2022-09-25 16:18:40 -0400 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2023-08-12 21:49:15 +0200 |
commit | ca09dc08d50975d3aa6156c15b787933ee5f988c (patch) | |
tree | eca59100a2475dba07e059695152aa4e163e36af /overlay | |
parent | 5774dc4ce30cd2462864d47a7d4746892379530f (diff) |
msm8996-common: AOSP WFD doesn't support protected Wi-Fi Display buffers
Change-Id: I971373b5c57b8591b1bf676849cc511f8a425023
(cherry picked from commit d52231052828d4390d630681d651874ffb50388b)
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index c6d7909..17bce04 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -239,18 +239,6 @@ --> <bool name="config_enableWifiDisplay">true</bool> - <!-- Set to true if the wifi display supports compositing content stored - in gralloc protected buffers. For this to be true, there must exist - a protected hardware path for surface flinger to composite and send - protected buffers to the wifi display video encoder. - If this flag is false, we advise applications not to use protected - buffers (if possible) when presenting content to a wifi display because - the content may be blanked. - This flag controls whether the {@link Display#FLAG_SUPPORTS_PROTECTED_BUFFERS} - flag is set for wifi displays. - --> - <bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool> - <!-- When true use the linux /dev/input/event subsystem to detect the switch changes on the headphone/microphone jack. When false use the older uevent framework. --> <bool name="config_useDevInputEventForAudioJack">true</bool> |