Home | History | Annotate | Download | only in mimeUri

Lines Matching refs:playItf

67     SLPlayItf              playItf;
151 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
163 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
176 result = (*playItf)->GetDuration(playItf, &durationInMsec);
183 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
211 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);