Lines Matching refs:playItf
197 SLPlayItf playItf;
388 res = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &position);
391 res = (*pCntxt->playItf)->GetDuration(pCntxt->playItf, &duration);
465 SLPlayItf playItf;
549 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
553 res = (*playItf)->SetMarkerPosition(playItf, 5000);
557 res = (*playItf)->SetPositionUpdatePeriod(playItf, 3000);
561 res = (*playItf)->SetCallbackEventsMask(playItf,
564 res = (*playItf)->RegisterCallback(playItf, PlayCallback /*callback*/, NULL /*pContext*/);
569 res = (*playItf)->GetPosition(playItf, &position);
581 res = (*playItf)->GetDuration(playItf, &duration);
610 sinkCntxt.playItf = playItf;
754 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PAUSED);
773 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING);
785 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PAUSED);
789 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING);
820 res = (*playItf)->GetPosition(playItf, &position);
822 res = (*playItf)->GetDuration(playItf, &duration);