Home | History | Annotate | Download | only in tests

Lines Matching refs:OMX_StateIdle

197             error = OMX_SendCommand(hComponent,OMX_CommandStateSet, OMX_StateIdle, NULL);
202 error = WaitForState(hComponent, OMX_StateIdle);
204 GT_END("Call to SendCommand <OMX_StateIdle>");
702 error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
708 error = WaitForState(pHandle, OMX_StateIdle);
710 GT_END("Call to SendCommand <OMX_StateIdle>");
789 while((error == OMX_ErrorNone) && (testAppState != OMX_StateIdle)) {
793 if ((testAppState == OMX_StateIdle)&&(nbInCbPending==0)) {
839 error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
844 error = WaitForState(pHandle, OMX_StateIdle);
846 GT_END("Call to SendCommand <OMX_StateIdle>");
869 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);
874 error = WaitForState(pHandle, OMX_StateIdle);
876 GT_END("Call to SendCommand <OMX_StateIdle>");
906 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);
912 error = WaitForState(pHandle, OMX_StateIdle);
914 GT_END("Call to SendCommand <OMX_StateIdle>");
1008 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);
1014 error = WaitForState(pHandle, OMX_StateIdle);
1016 GT_END("Call to SendCommand <OMX_StateIdle>");
1063 error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
1069 error = WaitForState(pHandle, OMX_StateIdle);
1071 GT_END("Call to SendCommand <OMX_StateIdle>");
1112 WaitForState(pHandle,OMX_StateIdle);
1140 OMX_SendCommand(pHandle,OMX_CommandStateSet,OMX_StateIdle,NULL);
1148 WaitForState(pHandle,OMX_StateIdle);
1158 OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);
1159 WaitForState(pHandle, OMX_StateIdle);