Lines Matching full:playitfs
42 SLPlayItf playItfs[MAX_NUMBER_PLAYERS];
235 (void*)&playItfs[playerId]);
257 res = (*playItfs[playerId])->SetMarkerPosition(playItfs[playerId], 2000);
259 res = (*playItfs[playerId])->SetPositionUpdatePeriod(playItfs[playerId], 500);
261 res = (*playItfs[playerId])->SetCallbackEventsMask(playItfs[playerId],
264 res = (*playItfs[playerId])->RegisterCallback(playItfs[playerId], PlayEventCallback,
274 res = (*playItfs[playerId])->SetPlayState( playItfs[playerId], SL_PLAYSTATE_PAUSED );
290 res = (*playItfs[playerId])->SetPlayState( playItfs[playerId], SL_PLAYSTATE_PLAYING );
295 res = (*playItfs[playerId])->GetDuration(playItfs[playerId], &durationInMsec);