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()
464 SLPlayItf playItf; in TestDecToBuffQueue() local
548 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestDecToBuffQueue()
552 res = (*playItf)->SetMarkerPosition(playItf, 5000); in TestDecToBuffQueue()
556 res = (*playItf)->SetPositionUpdatePeriod(playItf, 3000); in TestDecToBuffQueue()
560 res = (*playItf)->SetCallbackEventsMask(playItf, in TestDecToBuffQueue()
563 res = (*playItf)->RegisterCallback(playItf, PlayCallback /*callback*/, NULL /*pContext*/); in TestDecToBuffQueue()
568 res = (*playItf)->GetPosition(playItf, &position); in TestDecToBuffQueue()
580 res = (*playItf)->GetDuration(playItf, &duration); in TestDecToBuffQueue()
609 sinkCntxt.playItf = playItf; in TestDecToBuffQueue()
753 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PAUSED); in TestDecToBuffQueue()
772 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING); in TestDecToBuffQueue()
784 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PAUSED); in TestDecToBuffQueue()
788 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING); in TestDecToBuffQueue()
819 res = (*playItf)->GetPosition(playItf, &position); in TestDecToBuffQueue()
821 res = (*playItf)->GetDuration(playItf, &duration); in TestDecToBuffQueue()