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

Commit 62fab1be 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:...

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

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

Change-Id: Iad6834177c61c00d8253d86a59537591dbe19694
parents 568a7230 7390b72d
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();