- Dec 23, 2021
-
-
Leon Scroggins authored
Revert submission 16511727-wm_DISPLAY_DECORATION Reason for revert: b/211835607 Reverted Changes: I1da3199ba:Allow changing composition from DISPLAY_DECORATION... I1fae74b36:Update documentation for DISPLAY_DECORATION I1da03a88f:Add eLayerIsDisplayDecoration flag I7f22dfd03:Add/plumb SurfaceControl.DISPLAY_DECORATION Change-Id: Ifa4d06453b5707626c614aad203c727681e23fed
-
- Dec 21, 2021
-
-
Leon Scroggins III authored
After some discussion, we've decided to always set the ScreenDecorations to DISPLAY_DECORATION. HWC can decide, based on the format, whether to truly treat it as DISPLAY_DECORATION, or to change to DEVICE composition. Previously we were concerned that SurfaceFlinger couldn't use this information (if we provided it). Looking to the future, it's possible SF may use this information to help make a better plan for the next frame. Bug: 193170859 Test: manual Change-Id: I1da3199bacf5877e88876249c60c0a33fcd44c1e
-
Leon Scroggins III authored
When this flag is set on a BufferLayer, it should use Composition.DISPLAY_DECORATION. The intent is that it will be set to true once on a SurfaceControl for the ScreenDecorations, and it will remain true, regardless of the currently used PixelFormat. When the PixelFormat changes (e.g. from A8 to RGBA8888 to accommodate the privacy dot), the HWC may change how it treats the layer. Only respect the new flag if the caller has the INTERNAL_SYSTEM_WINDOW permission. Bug: 193170859 Test: manual Change-Id: I1da03a88fb642fa775c192627f20459cae694951
-
- Dec 20, 2021
-
-
Hui Wang authored
-
Hui Wang authored
Bug: 206437821 Test: make Change-Id: I7a024da0c901b3dcc8bc5385181411cdc12a1426
-
Prabir Pradhan authored
-
- Dec 17, 2021
-
-
Treehugger Robot authored
Merge "Support compiling libgui against musl" am: a98ef807 am: 6e8a6be7 am: e19f2113 am: 0f5c13ea Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1927604 Change-Id: I8afd8e8c91dc8b08aa9839c7fb6f33484ec9f374
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1927604 Change-Id: I64aa2e35835649cc95e4c073cbc3152dc71b605b
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1927604 Change-Id: Ia1c09835627569c23aaeb399a53b1e26d8c0f63d
-
Automerger Merge Worker authored
Merge "Merge "Rename libbpf to libbpf_bcc" am: 780faba4 am: 38332fbf am: 7aa0c9ee am: 99394837"
-
TreeHugger Robot authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1906050 Change-Id: Ic50a810410d45fb203d685ac976a1c107aa82cb3
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1927604 Change-Id: Iee0712f7e646a5d7c56da3f0687274c9169e8806
-
Treehugger Robot authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1906050 Change-Id: Ib07f813b7560724fd9fdb82faa2f8c682914d201
-
Steven Moreland authored
Merge "libbinder: log when wrong number of threads start" am: 88c01694 am: 7cd700ee am: 9f2837e2 am: 9d704cf3 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1925163 Change-Id: Id2123e64909259323f330169c7dd6c9ff5ad185e
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1906050 Change-Id: Ieafa691434522b7d5529ad7191d28bc05b9925a4
-
Steven Moreland authored
Merge "libbinder: log when wrong number of threads start" am: 88c01694 am: 7cd700ee am: 9f2837e2 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1925163 Change-Id: Id886ac4bc291972cbcfcd49e53f1c437e23adc9c
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1906050 Change-Id: I2ec680b6dcff403fbe8b1b560d91f7400ac9ac12
-
Steven Moreland authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1925163 Change-Id: Ief8d7cefd5eab1a4a3fbb35faf7d471314404851
-
Treehugger Robot authored
-
Steven Moreland authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1925163 Change-Id: I2be674e59d90d65ed4ae2c4af106cae6bea228fd
-
- Dec 16, 2021
-
-
Steven Moreland authored
-
Vishnu Nair authored
[automerger skipped] BBQ: Capture initial destframe change from BBQ am: 22b6d239 am: 0fd35189 -s ours am skip reason: Merged-In Ibf53a0efdebb87291d081e48633c373a98d347b1 with SHA-1 1cb8e897 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/16468730 Change-Id: Idd8abf6dcb62b388663bb571b4860e25f2e1337c
-
Colin Cross authored
Support compiling libgui against musl by including the missing stdard.h header. Bug: 190084016 Test: m USE_HOST_MUSL=true host-native Change-Id: I35afcf47ed73c64d4fdad2e143a9bf71ec3973fb
-
Vishnu Nair authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/16468730 Change-Id: Ic188a54317900000cfdfae57ba2998cadd843cfa
-
Ady Abraham authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Alex Buynytskyy authored
The package name might not be the correct one when removing invalid folder. Ignore-AOSP-First: packageName not present in AOSP Bug: 204810986 Bug: 201090222 Test: presubmit and boot Change-Id: I5a74191df8f180159b693ef1b551ea76d71051cf
-
Maciej Żenczykowski authored
[automerger skipped] Merge "DO NOT MERGE Rename libbpf to libbpf_bcc" into sc-mainline-prod am: 9dd0cbbe -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/16415790 Change-Id: Id2ce638be45af5edc5cf6d9ece64a5f56da7af10
-
Maciej Żenczykowski authored
-
Prabir Pradhan authored
Add documentation to AInputQueue_fromJava to make it explicit that the returned native object is only valid as long as the java object has not yet been disposed. Test: None Bug: 210727408 Change-Id: I20ec68afba0ec79477d57b8a110d55220b7c01ff
-
Prabir Pradhan authored
Instead of assuming a JNIEnv*, the method should have the env passed into it, which is the standard practice for native APIs. Bug: 210727635 Test: atest InputQueueTest Change-Id: I94d168e9370aed2081912971b82c472e18c65f12
-
Jooyung Han authored
Merge changes from topic "fixed-size-array-rust" am: 16f24bfa am: 292f13c5 am: 872865e2 am: 84d25bf2 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1924238 Change-Id: I249e838458434303053128e1a5b0a5a09da8577d
-
Jooyung Han authored
libbinder_rs: PartialEq for ParcelFileDescriptor am: bbfe6b12 am: 90402518 am: a43a2fab am: becba19d Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1924237 Change-Id: I03eb90aac6ed81596c33215fcfdc7c0a03060b50
-
Jooyung Han authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1924238 Change-Id: I79a06b3185da3734b428480ff51eeea28e36d7f3
-
Jooyung Han authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1924237 Change-Id: I929d433c922cc8cb1537fd0e47401f50fdae3399
-
Jooyung Han authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1924238 Change-Id: Ic14351677e2cabbf0f2ea717437524212bd9bdf2
-
Jooyung Han authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1924237 Change-Id: I35280ef1d0f218d1a062bb8668fba0be50df70c8
-