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