Loading libs/rs/rsContext.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -539,6 +539,7 @@ void Context::destroyWorkerThreadResources() { } ObjectBase::zeroAllUserRef(this); LOGV("destroyWorkerThreadResources 2"); mExit = true; } void * Context::helperThreadProc(void *vrsc) { Loading Loading @@ -713,6 +714,9 @@ bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) { Context::~Context() { LOGV("Context::~Context"); mIO.mToCore.flush(); rsAssert(mExit); mExit = true; mPaused = false; void *res; Loading Loading
libs/rs/rsContext.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -539,6 +539,7 @@ void Context::destroyWorkerThreadResources() { } ObjectBase::zeroAllUserRef(this); LOGV("destroyWorkerThreadResources 2"); mExit = true; } void * Context::helperThreadProc(void *vrsc) { Loading Loading @@ -713,6 +714,9 @@ bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) { Context::~Context() { LOGV("Context::~Context"); mIO.mToCore.flush(); rsAssert(mExit); mExit = true; mPaused = false; void *res; Loading