Home
last modified time | relevance | path

Searched defs:setLoop (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundPool.cpp423 void SoundPool::setLoop(int channelID, int loop) in setLoop() function in android::SoundPool
1073 void SoundChannel::setLoop(int loop) in setLoop() function in android::SoundChannel
/frameworks/base/media/java/android/media/
DSoundPool.java463 public native final void setLoop(int streamID, int loop); in setLoop() method in SoundPool
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp579 void StaticAudioTrackClientProxy::setLoop(size_t loopStart, size_t loopEnd, int loopCount) in setLoop() function in android::StaticAudioTrackClientProxy
DAudioTrack.cpp1072 status_t AudioTrack::setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount) in setLoop() function in android::AudioTrack