Home | History | Annotate | Download | only in examples

Lines Matching refs:playItf

76     SLPlayItf              playItf;
158 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
173 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
186 result = (*playItf)->GetDuration(playItf, &durationInMsec);
194 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
259 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);