Home | History | Annotate | Download | only in tests

Lines Matching refs:OMX_StateIdle

1170 	eError = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
1178 eError = WaitForState(pHandle, OMX_StateIdle);
1180 GT_END("Call to SendCommand <OMX_StateIdle>");
1284 while((eError == OMX_ErrorNone) && (state != OMX_StateIdle) && (state != OMX_StateInvalid) ){
1288 if((eError == OMX_ErrorNone) && (state != OMX_StateIdle) && (state != OMX_StateInvalid) ){
1434 WaitForState(pHandle,OMX_StateIdle);
1477 OMX_SendCommand(pHandle,OMX_CommandStateSet,OMX_StateIdle,NULL);
1488 WaitForState(pHandle,OMX_StateIdle);
1506 OMX_SendCommand(pHandle,OMX_CommandStateSet,OMX_StateIdle,NULL);
1507 WaitForState(pHandle,OMX_StateIdle);
1510 GT_END("Call to SendCommand <OMX_StateIdle>");
1818 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);
1819 error = WaitForState(pHandle, OMX_StateIdle);
1821 GT_END("Call to SendCommand <OMX_StateIdle>");
1858 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);
1863 error = WaitForState(pHandle, OMX_StateIdle);
1865 GT_END("Call to SendCommand <OMX_StateIdle>");