Loading media/libstagefright/omx/OMXNodeInstance.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -259,6 +259,8 @@ status_t OMXNodeInstance::freeNode(OMXMaster *master) { break; break; } } Mutex::Autolock _l(mLock); ALOGV("calling destroyComponentInstance"); ALOGV("calling destroyComponentInstance"); OMX_ERRORTYPE err = master->destroyComponentInstance( OMX_ERRORTYPE err = master->destroyComponentInstance( static_cast<OMX_COMPONENTTYPE *>(mHandle)); static_cast<OMX_COMPONENTTYPE *>(mHandle)); Loading Loading
media/libstagefright/omx/OMXNodeInstance.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -259,6 +259,8 @@ status_t OMXNodeInstance::freeNode(OMXMaster *master) { break; break; } } Mutex::Autolock _l(mLock); ALOGV("calling destroyComponentInstance"); ALOGV("calling destroyComponentInstance"); OMX_ERRORTYPE err = master->destroyComponentInstance( OMX_ERRORTYPE err = master->destroyComponentInstance( static_cast<OMX_COMPONENTTYPE *>(mHandle)); static_cast<OMX_COMPONENTTYPE *>(mHandle)); Loading