Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp460 case OMX_CommandFlush: in onSendCommand()
575 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL); in onPortFlush()
619 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL); in onPortFlush()
DOMXNodeInstance.cpp2249 case OMX_CommandFlush: in onEvent()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Core.h69 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
DOMX_AsString.h231 case OMX_CommandFlush: return "Flush";
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp367 err = mOMXNode->sendCommand(OMX_CommandFlush, 1); in testStateTransitions()
375 && msg.u.event_data.data1 == OMX_CommandFlush in testStateTransitions()
/frameworks/av/media/libstagefright/
DACodec.cpp5823 && data1 == OMX_CommandFlush in onOMXMessage()
7375 status_t err = mCodec->mOMXNode->sendCommand(OMX_CommandFlush, OMX_ALL); in onMessageReceived()
8503 if (data1 != (OMX_U32)OMX_CommandFlush) { in onOMXEvent()