Loading cmds/screenrecord/Overlay.cpp +6 −3 Original line number Diff line number Diff line Loading @@ -90,9 +90,12 @@ status_t Overlay::start(const sp<IGraphicBufferProducer>& outputSurface, status_t Overlay::stop() { ALOGV("Overlay::stop"); { Mutex::Autolock _l(mMutex); mState = STOPPING; mEventCond.signal(); } join(); return NO_ERROR; } Loading Loading
cmds/screenrecord/Overlay.cpp +6 −3 Original line number Diff line number Diff line Loading @@ -90,9 +90,12 @@ status_t Overlay::start(const sp<IGraphicBufferProducer>& outputSurface, status_t Overlay::stop() { ALOGV("Overlay::stop"); { Mutex::Autolock _l(mMutex); mState = STOPPING; mEventCond.signal(); } join(); return NO_ERROR; } Loading