Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7390b72d authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

libbinder: setupPolling returns status_t am: d8c85672 am: 587420d8 am: d0d05351

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1372253

Change-Id: I1773401c1bd804c40b420cdbd48a83b874b2ceda
parents 8d80b36c d0d05351
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -614,7 +614,7 @@ void IPCThreadState::joinThreadPool(bool isMain)
    talkWithDriver(false);
}

int IPCThreadState::setupPolling(int* fd)
status_t IPCThreadState::setupPolling(int* fd)
{
    if (mProcess->mDriverFD < 0) {
        return -EBADF;
+2 −2
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ public:
            // Restores PID/UID (not SID)
            void                restoreCallingIdentity(int64_t token);

            int                 setupPolling(int* fd);
            status_t            setupPolling(int* fd);
            status_t            handlePolledCommands();
            void                flushCommands();