Searched refs:OMX_CommandFlush (Results 1 – 6 of 6) sorted by relevance
460 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()
2249 case OMX_CommandFlush: in onEvent()
69 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
231 case OMX_CommandFlush: return "Flush";
367 err = mOMXNode->sendCommand(OMX_CommandFlush, 1); in testStateTransitions()375 && msg.u.event_data.data1 == OMX_CommandFlush in testStateTransitions()
5823 && 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()