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

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

Completed in 191 milliseconds