Home | History | Annotate | Download | only in mimeUri

Lines Matching refs:playItf

112     SLPlayItf                  playItf;
169 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
188 res = (*playItf)->GetDuration(playItf, &durationInMsec);
204 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
225 res = (*playItf)->GetDuration(playItf, &durationInMsec);
234 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
242 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);