Home | History | Annotate | Download | only in mimeUri

Lines Matching refs:playItf

38 /* PlayItf callback for an audio player */
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);