- 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>
-
- May 03, 2024
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Oriol Prieto Gascó authored
-
Oriol Prieto Gasco authored
Set the container field of aconfig flags Test: printflags --format='{package}:{container}:' | grep "::" Bug: 312769710 Flag: NONE Change-Id: Ic5c3c7839cb4c34c8a97d841ccaeaeda0771cbcd
-
- May 02, 2024
-
-
Dan Albert authored
"Unrecoverable internal errors" here means that ALOOPER_POLL_ERROR will be returned if the internal epoll_wait call fails with something other than EINTR. I could say that explicitly, but I think the important info for the caller is "you're doomed, just abort". Bug: None Test: None Change-Id: I869f29122500ee8c71390cae1c28108a63088a77
-
Andrei Homescu authored
Remove an unnecessary check for __TRUSTY__ by providing a fake llndk-versioning.h header instead. Bug: 242243245 Test: m libbinder_ndk_on_trusty_mock Change-Id: I10adf0059deb4781c6e1e5ac05ccdc5a83a61cce
-
Treehugger Robot authored
-
Dan Albert authored
This (hopefully) explains all the bits that confused me when I tried to use these APIs for the first time. The existing docs leaned a lot on developers already understanding the Java API, and even the Java API docs didn't explain how to use this portion of the API well. Bug: None Test: I am the test Change-Id: I48490112f92ef754b38daef7a4ebf6c031cc20f8
-
Dan Albert authored
They're deprecated, but still needed by most users, as the replacement is not available until API 29. Restore the docs and explain the bugs. Bug: None Test: treehugger Change-Id: I4227ce3f0ee57a73a13e394cd48373accf4a58a3
-
Dan Albert authored
Add the soon-to-be-required removal message for ALooper_pollAll, and expand the docs for both ALooper_pollAll and ALooper_pollOnce to make the reason for removal clear, and to explain the fix callers should apply. Bug: https://github.com/android/ndk/issues/2014 Test: treehugger Change-Id: I020a280346d1ff9f5fcbec4c153dee8319cdf539
-
Dan Albert authored
Bug: None Test: treehugger Change-Id: I3a52883fba0e31f05e50cd51193bbb306418b18a
-
- May 01, 2024
-
-
Yu-Ting Tseng authored
-
Siarhei Vishniakou authored
This is already useful in several places, and it's going to be also useful in the future when InputConsumer is refactored. So let's move it to include/input. Bug: 311142655 Test: m inputflinger_blocking_queue_fuzzer (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3782af62ea590e8945f2175a90aa2b6f4995814d) Merged-In: Idfc492c6bfc3cccab7e0b0d12b21a41a954cc44b Change-Id: Ie662961b77d331cd62b529bae0fd66e56a69bd19
-
Treehugger Robot authored
-
Tomasz Wasilczyk authored
Bug: 302718225 Test: m libbinder_test_utils Change-Id: Id607e5785719608e466fbff92d6dd8f229f9d4b5
-
Treehugger Robot authored
-
- Apr 30, 2024
-
-
Treehugger Robot authored
-
Ted Bauer authored
Bug: 328444881 Test: m Change-Id: I3c8c9efe852808b4bc63735acf44867e20966cf7
-
Ted Bauer authored
-
Tomasz Wasilczyk authored
This was liblog_stub limitation not present in liblog. Bug: 285204695 Test: m libbinder_sdk Change-Id: If15321783bb7b58749a62c9091fe6b1774cd4cc9
-
Ted Bauer authored
Bug: 328444881 Test: m Change-Id: I13a8ff9a0c049a71ad8945d592fa53ad34e8139a
-