Home | History | Annotate | Download | only in tests

Lines Matching refs:playItf

116     SLPlayItf                  playItf;
172 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
187 res = (*playItf)->GetDuration(playItf, &durationInMsec);
201 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
222 res = (*playItf)->GetDuration(playItf, &durationInMsec);
229 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
237 res = (*playItf)->GetPosition(playItf, &currentPositionInMsec);
251 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);