Searched refs:setLoopMode (Results 1 – 6 of 6) sorted by relevance
220 void SimpleMultiPlayer::setLoopMode(int index, bool isLoopMode) { in setLoopMode() function in iolib::SimpleMultiPlayer221 mSampleSources[index]->setLoopMode(isLoopMode); in setLoopMode()
50 void setLoopMode(bool isLoopMode) { mIsLoopMode = isLoopMode; } in setLoopMode() function
71 void setLoopMode(int index, bool isLoopMode);
110 external fun setLoopMode(index: Int, isLoopMode: Boolean) method in com.plausiblesoftware.drumthumper.DrumPlayer
359 mDrumPlayer.setLoopMode(drumIndex, mLoopModes[drumIndex]!!) in handleLoopButtonClick()
167 sDTPlayer.setLoopMode(index, isLoopMode); in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setLoopMode()