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);
535 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL);
592 notify(OMX_EventCmdComplete, OMX_CommandStateSet, mState, NULL);
604 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL);
614 notify(OMX_EventCmdComplete, OMX_CommandPortEnable, i, NULL);
H A DOMXNodeInstance.cpp1238 case OMX_EventCmdComplete:
1273 && event == OMX_EventCmdComplete
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp326 && msg.u.event_data.event == OMX_EventCmdComplete
339 && msg.u.event_data.event == OMX_EventCmdComplete
359 && msg.u.event_data.event == OMX_EventCmdComplete
385 && msg.u.event_data.event == OMX_EventCmdComplete
430 && 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.cpp4174 if (event == OMX_EventCmdComplete
5244 case OMX_EventCmdComplete:
5312 case OMX_EventCmdComplete:
5696 case OMX_EventCmdComplete:
5801 case OMX_EventCmdComplete:
5902 case OMX_EventCmdComplete:
5960 case OMX_EventCmdComplete:
H A DOMXCodec.cpp2484 case OMX_EventCmdComplete:

Completed in 161 milliseconds