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

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.h35 virtual OMX_ERRORTYPE destroyComponentInstance(
H A DOMXMaster.h40 virtual OMX_ERRORTYPE destroyComponentInstance(
H A DOMXMaster.cpp149 OMX_ERRORTYPE OMXMaster::destroyComponentInstance( function in class:android::OMXMaster
162 return plugin->destroyComponentInstance(component);
H A DSoftOMXPlugin.cpp132 OMX_ERRORTYPE SoftOMXPlugin::destroyComponentInstance( function in class:android::SoftOMXPlugin
H A DOMXNodeInstance.cpp204 ALOGV("calling destroyComponentInstance");
205 OMX_ERRORTYPE err = master->destroyComponentInstance(
207 ALOGV("destroyComponentInstance returned err %d", err);
/frameworks/native/include/media/hardware/
H A DOMXPluginBase.h40 virtual OMX_ERRORTYPE destroyComponentInstance(

Completed in 81 milliseconds