- May 29, 2024
-
-
Tom Murphy authored
Currently it is very easy to forget to add a trailing space when adding to the extension string. This has already caused a major bug fixed by 0bc64a80. Build the string using a vector instead similar to libANGLE::Context::initExtensionStrings() does it. This is much less error prone than the current code. Test: Added unit test Test: Ran atest EGL_test Test: Confirmed string output is the same with print Bug: 285606242 Change-Id: I7f837a3009f0ccfedcf44f3d7ff709a269d0034f
-
- May 28, 2024
-
-
Treehugger Robot authored
-
- May 24, 2024
-
-
Treehugger Robot authored
-
Brian Lindahl authored
-
Steven Moreland authored
Fixes: 342311206 Change-Id: I81d5c244d671e4081916842e622e900ed057398e Test: N/A
-
Brian Lindahl authored
data Test: system boots with no display identification error logs Bug: 220045335 Change-Id: I6efa1daf523b17ea56f4a4b9e842d663804e1c15
-
Yi Kong authored
-
- May 23, 2024
-
-
Yi Kong authored
frameworks/native/cmds/dumpstate/DumpstateUtil.h:221:65: error: no template named 'vector' in namespace 'std' 221 | int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command, | Test: Build with ToT libc++ Change-Id: If8b9f7dd93121800edf80ace1ce44497950c3fb4
-
- May 22, 2024
-
-
Treehugger Robot authored
-
Tomasz Wasilczyk authored
-
Tomasz Wasilczyk authored
-
Nikita Putikhin authored
-
- May 21, 2024
-
-
Treehugger Robot authored
-
- May 20, 2024
-
-
Tim Murray authored
Test: trace shows binder proxies Bug: 341083395 Change-Id: Iab43329097488f5de531ab9da46893c9df8e46b5
-
Tomasz Wasilczyk authored
Bug: 302718225 Test: mma Change-Id: Ie5cc88c1ef42fc311769589b2c10c41d4e6abc98
-
- May 17, 2024
-
-
Tomasz Wasilczyk authored
-Wdeprecated-declarations -Wformat -Wpessimizing-move -Wsign-compare -Wsubobject-linkage -Wunused-result -Wzero-as-null-pointer-constant (turned on in ag/4503295) Bug: 285204695 Test: m libbinder_sdk Change-Id: Id4a482c511244968e450fdeecf6b9de41bc65b04
-
John Reck authored
-
Fang Hui authored
If bit 31 of the return value of android_convertGralloc1To0Usage() is 1, the high 32 bits of "usage" is all 1. To fix, add ANDROID_NATIVE_UNSIGNED_CAST(). Change-Id: I501c5dd66ee3f3a25269b5eb6e5d74c05cf44c79 Merged-In: Ib4590b7a3b839a993f6c747c5f09a6312f7ab329 Signed-off-by:
Fang Hui <hui.fang@nxp.com>
-
Ivan Lozano authored
In libinput_bindgen, `include_dirs` is unused (and the path does not exist as the value is expected to be relative to the module directory). Remove the unused property from the module definition. Test: m Change-Id: I27f27878117595a1f5673f0e5168bb3dd249adeb
-
- May 16, 2024
-
-
Treehugger Robot authored
-
Elliott Hughes authored
Change-Id: Ie33f52a5926bd030974a7bd7f9c41a6bbaa356fb
-
Treehugger Robot authored
-
- May 15, 2024
-
-
Liana Kazanova authored
-
Alec Mouri authored
This reverts commit a3e4bf46. Reason for revert: b/340625902 Change-Id: I537c5d88fa5368b37713618239603ce8e28463d9
-
- May 14, 2024
-
-
Leon Scroggins authored
-
Akhilesh Sanikop authored
Resolved timeout issue Test: ./cmd_fuzzer Bug: 335562493 Change-Id: I7737cd25dbd626cc5f27e732377b4519b7f9728c
-
- May 13, 2024
-
-
Treehugger Robot authored
-
Frederick Mayle authored
Deprecate `get_service` because the underlying NDK function `AServiceManager_getService` has been deprecated. `check_service` is added to give access to one of the suggested alternatives. Bug: 339248908 Test: atest --test-mapping frameworks/native/libs/binder/TEST_MAPPING Change-Id: Iac89691f651c55df532a2dc2462db9f2795ad170
-
- May 10, 2024
-
-
Treehugger Robot authored
-
Chris Wailes authored
Test: m libbufferstreams-internal_test Bug: 333887339 Change-Id: I161f73a836e5e0daf7dd70c62ee4cc00e4809e3a Merged-In: I16c93f1f350eb94139045ee1aec7c6af690a3653
-
Treehugger Robot authored
-
- May 09, 2024
-
-
Devin Moore authored
Don't use asBinder() for the target binder argument. Test: Followed the old docs and had a bad time Bug: 338410350 Change-Id: If305d511b9f1a69452d6ab7b39362bea65d52293
-
- May 08, 2024
-
-
Dan Albert authored
-
Dan Albert authored
* changes: Expand Choreographer docs. Restore docs for deprecated Choreographer APIs. Improve ALooper_pollAll/ALooper_pollOnce docs.
-
Neill Kapron authored
-
Neill Kapron authored
Move busy loop variable to static scope in the test and add used attribute. This silences the unused variable warning when building. Test: manual Change-Id: I56c7bccfd7a9ee5a2e530b220999c364ec8733c0 Signed-off-by:
Neill Kapron <nkapron@google.com>
-
- May 07, 2024
-
-
John Reck authored
-
- May 06, 2024
-
-
Marijn Suijten authored
The surface control and transaction are barely every null in most calls, but some informational structures like HDR metadata, and the surface control when reparenting are allowed to be null. Change-Id: Ia1a456041daf8136d856a1901881b74f97b3593a Merged-In: Ia1a456041daf8136d856a1901881b74f97b3593a Test: make aosp_cf_x86_64_phone Signed-off-by:
Marijn Suijten <marijns95@gmail.com>
-
Nikita Putikhin authored
Vendors already can use libbinder_tokio_rs on /vendor. This change makes them available to /product as well, just like libbinder_rs. More about product partitions: https://source.android.com/docs/core/architecture/partitions/product-partitions Bug: 336989719 Test: mm Change-Id: I6c388c27b4fe6b7b1ff317bbfab424958fb6a6a9
-
- May 03, 2024
-
-
Treehugger Robot authored
-