Loading libs/binder/IPCThreadState.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,10 @@ status_t IPCThreadState::clearLastError() return err; } extern "C" int _ZN7android14IPCThreadState13getCallingPidEv(IPCThreadState *state) { return state->getCallingPid(); } int IPCThreadState::getCallingPid() const { return mCallingPid; Loading Loading
libs/binder/IPCThreadState.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,10 @@ status_t IPCThreadState::clearLastError() return err; } extern "C" int _ZN7android14IPCThreadState13getCallingPidEv(IPCThreadState *state) { return state->getCallingPid(); } int IPCThreadState::getCallingPid() const { return mCallingPid; Loading