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

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp440 notify(OMX_EventCmdComplete, OMX_CommandStateSet, state, NULL);
495 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL);
531 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL);
584 notify(OMX_EventCmdComplete, OMX_CommandStateSet, mState, NULL);
596 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL);
606 notify(OMX_EventCmdComplete, OMX_CommandPortEnable, i, NULL);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp323 && msg.u.event_data.event == OMX_EventCmdComplete
336 && msg.u.event_data.event == OMX_EventCmdComplete
356 && msg.u.event_data.event == OMX_EventCmdComplete
382 && msg.u.event_data.event == OMX_EventCmdComplete
427 && msg.u.event_data.event == OMX_EventCmdComplete
/frameworks/native/include/media/openmax/
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.cpp2427 if (event == OMX_EventCmdComplete
3303 case OMX_EventCmdComplete:
3348 case OMX_EventCmdComplete:
3588 case OMX_EventCmdComplete:
3693 case OMX_EventCmdComplete:
3793 case OMX_EventCmdComplete:
3851 case OMX_EventCmdComplete:
H A DOMXCodec.cpp2371 case OMX_EventCmdComplete:

Completed in 1168 milliseconds