Searched refs:setLooping (Results 1 – 6 of 6) sorted by relevance
49 void setLooping(bool isLooping) { mIsLooping = isLooping; }; in setLooping() function
235 mBackingTrack->setLooping(true); in setupAudioSources()
1348 mediaPlayer.setLooping(true); in testGetSetLooping()1350 mediaPlayer.setLooping(false); in testGetSetLooping()1365 mediaPlayer.setLooping(true); in testSetLoopingCalledWhilePlaying()1371 mediaPlayer.setLooping(false); in testSetLoopingCalledWhilePlaying()1386 mediaPlayer.setLooping(true); in testSetLoopingCalledWhileStartable()
384 mp.setLooping(shouldLoop()); in onPrepared()
255 player.setLooping(enabled); in mediaPlaySetLooping()
807 protected void setLooping(boolean looping) {