Lines Matching refs:playItf
95 SLPlayItf playItf;
210 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
233 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
250 result = (*playItf)->GetDuration(playItf, &durationInMsec);
279 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
286 result = (*playItf)->GetPlayState(playItf, &playState);
310 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);