Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp448 notify(OMX_EventCmdComplete, OMX_CommandStateSet, state, NULL); in onChangeState()
507 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL); in onPortFlush()
551 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL); in onPortFlush()
608 notify(OMX_EventCmdComplete, OMX_CommandStateSet, mState, NULL); in checkTransitions()
620 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL); in checkTransitions()
630 notify(OMX_EventCmdComplete, OMX_CommandPortEnable, i, NULL); in checkTransitions()
DOMXNodeInstance.cpp1655 case OMX_EventCmdComplete: in onEvent()
1690 && 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.h301 case OMX_EventCmdComplete: return "CmdComplete";
/frameworks/av/media/libstagefright/
DACodec.cpp5483 if (event == OMX_EventCmdComplete in onOMXMessage()
6892 case OMX_EventCmdComplete: in onOMXEvent()
6971 case OMX_EventCmdComplete: in onOMXEvent()
7420 case OMX_EventCmdComplete: in onOMXEvent()
7534 case OMX_EventCmdComplete: in onOMXEvent()
7649 case OMX_EventCmdComplete: in onOMXEvent()
7713 case OMX_EventCmdComplete: in onOMXEvent()