Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp410 case OMX_CommandPortDisable: in onSendCommand()
620 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL); in checkTransitions()
/frameworks/native/include/media/openmax/
DOMX_Core.h70 OMX_CommandPortDisable, /**< Disable a port on a component. */ enumerator
DOMX_AsString.h229 case OMX_CommandPortDisable: return "PortDisable";
/frameworks/av/media/libstagefright/
DACodec.cpp7336 OMX_CommandPortDisable, kPortIndexOutput), in onOMXEvent()
7422 if (data1 == (OMX_U32)OMX_CommandPortDisable) { in onOMXEvent()