Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebb5db24 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Camera: Fix CPU hogging when flush() is called after device goes idle" into tm-dev

parents ec6795cb b8696c04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4265,8 +4265,8 @@ sp<Camera3Device::CaptureRequest>
                if (parent != nullptr) {
                    parent->mRequestBufferSM.onRequestThreadPaused();
                }
                mRequestClearing = false;
            }
            mRequestClearing = false;
            // Stop waiting for now and let thread management happen
            return NULL;
        }