commit | 26620a62ebf3dd901f5d33e65c57c98414a11df9 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu May 02 23:11:20 2024 +0000 |
committer | Dan Albert <danalbert@google.com> | Thu May 02 23:12:06 2024 +0000 |
tree | 7aec32740e2ec65fb9499c8255c3202bf8427f96 | |
parent | dc9c4118732034f71aa275843d4c09ee78536829 [diff] |
Define the error conditions for ALooper_pollOnce. "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