Lines Matching refs:playItf
111 SLPlayItf playItf;
182 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &msec);
219 SLresult result = (*pCntxt->playItf)->GetDuration(pCntxt->playItf, &durationInMsec);
232 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &posMsec);
285 SLPlayItf playItf;
370 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
375 result = (*playItf)->SetMarkerPosition(playItf, 2000);
377 result = (*playItf)->SetPositionUpdatePeriod(playItf, 500);
379 result = (*playItf)->SetCallbackEventsMask(playItf,
382 result = (*playItf)->RegisterCallback(playItf, DecProgressCallback, NULL);
402 cntxt.playItf = playItf;
431 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
450 result = (*playItf)->GetDuration(playItf, &durationInMsec);
504 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING);
521 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);