Lines Matching refs:playItf
116 SLPlayItf playItf;
172 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
187 res = (*playItf)->GetDuration(playItf, &durationInMsec);
196 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
216 res = (*playItf)->GetDuration(playItf, &durationInMsec);
230 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
238 res = (*playItf)->GetPosition(playItf, ¤tPositionInMsec);
251 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);