Home
last modified time | relevance | path

Searched refs:OMX_CommandPortDisable (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp454 case OMX_CommandPortDisable: in onSendCommand()
691 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL); in checkTransitions()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Core.h70 OMX_CommandPortDisable, /**< Disable a port on a component. */ enumerator
DOMX_AsString.h232 case OMX_CommandPortDisable: return "PortDisable";
/frameworks/av/media/libstagefright/
DACodec.cpp8053 OMX_CommandPortDisable, kPortIndexOutput), in onOMXEvent()
8182 if (data1 == (OMX_U32)OMX_CommandPortDisable) { in onOMXEvent()