Home
last modified time | relevance | path

Searched refs:destroyComponentInstance (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftOMXPlugin.h35 virtual OMX_ERRORTYPE destroyComponentInstance(
DOMXMaster.h40 virtual OMX_ERRORTYPE destroyComponentInstance(
/frameworks/native/headers/media_plugin/media/hardware/
DOMXPluginBase.h40 virtual OMX_ERRORTYPE destroyComponentInstance(
/frameworks/av/media/libstagefright/omx/
DOMXMaster.cpp171 OMX_ERRORTYPE OMXMaster::destroyComponentInstance( in destroyComponentInstance() function in android::OMXMaster
184 return plugin->destroyComponentInstance(component); in destroyComponentInstance()
DSoftOMXPlugin.cpp159 OMX_ERRORTYPE SoftOMXPlugin::destroyComponentInstance( in destroyComponentInstance() function in android::SoftOMXPlugin
/frameworks/av/media/libstagefright/omx/1.0/
DOmx.cpp214 err = mMaster->destroyComponentInstance( in freeNode()