Loading libs/gui/WindowInfosListenerReporter.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -62,10 +62,6 @@ status_t WindowInfosListenerReporter::removeWindowInfosListener( status_t status = OK; { std::scoped_lock lock(mListenersMutex); if (mWindowInfosListeners.find(windowInfosListener) == mWindowInfosListeners.end()) { return status; } if (mWindowInfosListeners.size() == 1) { binder::Status s = surfaceComposer->removeWindowInfosListener(this); status = statusTFromBinderStatus(s); Loading Loading
libs/gui/WindowInfosListenerReporter.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -62,10 +62,6 @@ status_t WindowInfosListenerReporter::removeWindowInfosListener( status_t status = OK; { std::scoped_lock lock(mListenersMutex); if (mWindowInfosListeners.find(windowInfosListener) == mWindowInfosListeners.end()) { return status; } if (mWindowInfosListeners.size() == 1) { binder::Status s = surfaceComposer->removeWindowInfosListener(this); status = statusTFromBinderStatus(s); Loading