Home | History | Annotate | Download | only in examples

Lines Matching refs:playItf

76     SLPlayItf              playItf;
165 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
177 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
190 result = (*playItf)->GetDuration(playItf, &durationInMsec);
198 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
263 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);