Home | History | Annotate | Download | only in streamSource

Lines Matching refs:playItf

194     SLPlayItf                  playItf;
255 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); CheckErr(res);
272 res = (*playItf)->GetDuration(playItf, &durationInMsec);
289 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
338 /* res = (*playItf)->GetDuration(playItf, &durationInMsec);
348 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
358 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED);