Loading libs/binder/IPCThreadState.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading libs/binder/include/binder/IPCThreadState.h +2 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
libs/binder/IPCThreadState.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
libs/binder/include/binder/IPCThreadState.h +2 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading