Skip to content
Snippets Groups Projects
  1. May 16, 2024
  2. May 15, 2024
  3. May 14, 2024
  4. May 13, 2024
  5. May 10, 2024
  6. May 09, 2024
    • Devin Moore's avatar
      Update AIBinder_setExtension docs · 49842f1b
      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
      49842f1b
  7. May 08, 2024
  8. May 07, 2024
  9. May 06, 2024
  10. May 03, 2024
  11. May 02, 2024
    • Dan Albert's avatar
      Define the error conditions for ALooper_pollOnce. · 26620a62
      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
      26620a62
    • Andrei Homescu's avatar
      libbinder_ndk: Provide a fake llndk-versioning.h header · 1fc367df
      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
      1fc367df
    • Treehugger Robot's avatar
    • Dan Albert's avatar
      Expand Choreographer docs. · dc9c4118
      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
      dc9c4118
    • Dan Albert's avatar
      Restore docs for deprecated Choreographer APIs. · 9ca6b3d5
      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
      9ca6b3d5
    • Dan Albert's avatar
      Improve ALooper_pollAll/ALooper_pollOnce docs. · b06c7fba
      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
      b06c7fba
    • Dan Albert's avatar
      Add deprecation message. · c47ac844
      Dan Albert authored
      Bug: None
      Test: treehugger
      Change-Id: I3a52883fba0e31f05e50cd51193bbb306418b18a
      c47ac844
  12. May 01, 2024
  13. Apr 30, 2024
Loading