Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp509 notify(OMX_EventCmdComplete, OMX_CommandStateSet, state, NULL); in onChangeState()
575 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL); in onPortFlush()
619 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL); in onPortFlush()
677 notify(OMX_EventCmdComplete, OMX_CommandStateSet, mState, NULL); in checkTransitions()
691 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL); in checkTransitions()
701 notify(OMX_EventCmdComplete, OMX_CommandPortEnable, i, NULL); in checkTransitions()
DOMXNodeInstance.cpp2242 case OMX_EventCmdComplete: in onEvent()
2277 && event == OMX_EventCmdComplete in onEvent()
2284 if (event == OMX_EventCmdComplete in onEvent()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp341 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions()
354 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions()
374 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions()
400 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions()
445 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Core.h498 OMX_EventCmdComplete, /**< component has sucessfully completed a command */ enumerator
DOMX_AsString.h304 case OMX_EventCmdComplete: return "CmdComplete";
/frameworks/av/media/libstagefright/
DACodec.cpp5822 if (event == OMX_EventCmdComplete in onOMXMessage()
7131 case OMX_EventCmdComplete: in onOMXEvent()
7207 case OMX_EventCmdComplete: in onOMXEvent()
8180 case OMX_EventCmdComplete: in onOMXEvent()
8290 case OMX_EventCmdComplete: in onOMXEvent()
8404 case OMX_EventCmdComplete: in onOMXEvent()
8501 case OMX_EventCmdComplete: in onOMXEvent()