Lines Matching refs:playItf
81 SLPlayItf playItf, playItf2;
154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
170 result = (*playItf)->RegisterCallback(playItf, PlayEventCallback, &playItf);
172 result = (*playItf)->SetCallbackEventsMask(playItf,
191 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
208 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
219 result = (*playItf)->GetDuration(playItf, &durationInMsec);
235 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);