Searched refs:OMX_CommandFlush (Results 1 – 6 of 6) sorted by relevance
477 case OMX_CommandFlush: in onSendCommand()592 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL); in onPortFlush()636 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL); in onPortFlush()
2384 case OMX_CommandFlush: in onEvent()
69 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
231 case OMX_CommandFlush: return "Flush";
378 err = mOMXNode->sendCommand(OMX_CommandFlush, 1); in testStateTransitions()386 && msg.u.event_data.data1 == OMX_CommandFlush in testStateTransitions()
6116 && data1 == OMX_CommandFlush in onOMXMessage()7822 status_t err = mCodec->mOMXNode->sendCommand(OMX_CommandFlush, OMX_ALL); in onMessageReceived()9100 if (data1 != (OMX_U32)OMX_CommandFlush) { in onOMXEvent()