Loading libs/binder/Static.cpp +0 −15 Original line number Original line Diff line number Diff line Loading @@ -75,21 +75,6 @@ TextOutput& aerr(gStderrTextOutput); Mutex gProcessMutex; Mutex gProcessMutex; sp<ProcessState> gProcess; sp<ProcessState> gProcess; class LibBinderIPCtStatics { public: LibBinderIPCtStatics() { } ~LibBinderIPCtStatics() { IPCThreadState::shutdown(); } }; static LibBinderIPCtStatics gIPCStatics; // ------------ IServiceManager.cpp // ------------ IServiceManager.cpp Mutex gDefaultServiceManagerLock; Mutex gDefaultServiceManagerLock; Loading Loading
libs/binder/Static.cpp +0 −15 Original line number Original line Diff line number Diff line Loading @@ -75,21 +75,6 @@ TextOutput& aerr(gStderrTextOutput); Mutex gProcessMutex; Mutex gProcessMutex; sp<ProcessState> gProcess; sp<ProcessState> gProcess; class LibBinderIPCtStatics { public: LibBinderIPCtStatics() { } ~LibBinderIPCtStatics() { IPCThreadState::shutdown(); } }; static LibBinderIPCtStatics gIPCStatics; // ------------ IServiceManager.cpp // ------------ IServiceManager.cpp Mutex gDefaultServiceManagerLock; Mutex gDefaultServiceManagerLock; Loading