Home | History | Annotate | Download | only in mimeUri

Lines Matching refs:playItf

66     SLPlayItf           playItf;
132 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
148 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
162 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
168 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
174 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
180 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);
185 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
191 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);