Searched refs:OMX_EventCmdComplete (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 440 notify(OMX_EventCmdComplete, OMX_CommandStateSet, state, NULL); in onChangeState() 499 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL); in onPortFlush() 535 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL); in onPortFlush() 592 notify(OMX_EventCmdComplete, OMX_CommandStateSet, mState, NULL); in checkTransitions() 604 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL); in checkTransitions() 614 notify(OMX_EventCmdComplete, OMX_CommandPortEnable, i, NULL); in checkTransitions()
|
D | OMXNodeInstance.cpp | 1238 case OMX_EventCmdComplete: in onEvent() 1273 && event == OMX_EventCmdComplete in onEvent()
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 326 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions() 339 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions() 359 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions() 385 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions() 430 && msg.u.event_data.event == OMX_EventCmdComplete in testStateTransitions()
|
/frameworks/native/include/media/openmax/ |
D | OMX_Core.h | 498 OMX_EventCmdComplete, /**< component has sucessfully completed a command */ enumerator
|
D | OMX_AsString.h | 281 case OMX_EventCmdComplete: return "CmdComplete";
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 4174 if (event == OMX_EventCmdComplete in onOMXMessage() 5244 case OMX_EventCmdComplete: in onOMXEvent() 5312 case OMX_EventCmdComplete: in onOMXEvent() 5696 case OMX_EventCmdComplete: in onOMXEvent() 5801 case OMX_EventCmdComplete: in onOMXEvent() 5902 case OMX_EventCmdComplete: in onOMXEvent() 5960 case OMX_EventCmdComplete: in onOMXEvent()
|
D | OMXCodec.cpp | 2484 case OMX_EventCmdComplete: in onEvent()
|