Loading libs/binder/IPCThreadState.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -352,11 +352,6 @@ bool IPCThreadState::backgroundSchedulingDisabled() return gDisableBackgroundScheduling.load(std::memory_order_relaxed); } sp<ProcessState> IPCThreadState::process() { return mProcess; } status_t IPCThreadState::clearLastError() { const status_t err = mLastError; Loading libs/binder/include/binder/IPCThreadState.h +0 −2 Original line number Diff line number Diff line Loading @@ -54,8 +54,6 @@ public: static status_t getProcessFreezeInfo(pid_t pid, uint32_t *sync_received, uint32_t *async_received); sp<ProcessState> process(); status_t clearLastError(); /** Loading Loading
libs/binder/IPCThreadState.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -352,11 +352,6 @@ bool IPCThreadState::backgroundSchedulingDisabled() return gDisableBackgroundScheduling.load(std::memory_order_relaxed); } sp<ProcessState> IPCThreadState::process() { return mProcess; } status_t IPCThreadState::clearLastError() { const status_t err = mLastError; Loading
libs/binder/include/binder/IPCThreadState.h +0 −2 Original line number Diff line number Diff line Loading @@ -54,8 +54,6 @@ public: static status_t getProcessFreezeInfo(pid_t pid, uint32_t *sync_received, uint32_t *async_received); sp<ProcessState> process(); status_t clearLastError(); /** Loading