Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp440 notify(OMX_EventCmdComplete, OMX_CommandStateSet, state, NULL); in onChangeState()
499 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL); in onPortFlush()
543 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL); in onPortFlush()
600 notify(OMX_EventCmdComplete, OMX_CommandStateSet, mState, NULL); in checkTransitions()
612 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL); in checkTransitions()
622 notify(OMX_EventCmdComplete, OMX_CommandPortEnable, i, NULL); in checkTransitions()
DOMXNodeInstance.cpp1475 case OMX_EventCmdComplete: in onEvent()
1510 && event == OMX_EventCmdComplete in onEvent()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp305 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions()
318 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions()
338 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions()
364 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions()
409 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions()
/frameworks/native/include/media/openmax/
DOMX_Core.h498 OMX_EventCmdComplete, /**< component has sucessfully completed a command */ enumerator
DOMX_AsString.h281 case OMX_EventCmdComplete: return "CmdComplete";
/frameworks/av/media/libstagefright/
DACodec.cpp4668 if (event == OMX_EventCmdComplete in onOMXMessage()
5947 case OMX_EventCmdComplete: in onOMXEvent()
6026 case OMX_EventCmdComplete: in onOMXEvent()
6468 case OMX_EventCmdComplete: in onOMXEvent()
6589 case OMX_EventCmdComplete: in onOMXEvent()
6704 case OMX_EventCmdComplete: in onOMXEvent()
6768 case OMX_EventCmdComplete: in onOMXEvent()
DOMXCodec.cpp2295 case OMX_EventCmdComplete: in onEvent()