Home
last modified time | relevance | path

Searched refs:setLoop (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundPool.h133 void setLoop(int loop);
177 void setLoop(int channelID, int loop);
DSoundPool.cpp399 void SoundPool::setLoop(int channelID, int loop) in setLoop() function in android::SoundPool
405 channel->setLoop(loop); in setLoop()
765 newTrack->setLoop(0, frameCount, loop); in play()
1008 void SoundChannel::setLoop(int loop) in setLoop() function in android::SoundChannel
1014 mAudioTrack->setLoop(0, loopEnd, loop); in setLoop()
Dandroid_media_SoundPool.cpp151 ap->setLoop(channelID, loop); in android_media_SoundPool_setLoop()
/frameworks/base/media/java/android/media/
DSoundPool.java446 public native final void setLoop(int streamID, int loop); in setLoop() method in SoundPool
/frameworks/av/include/private/media/
DAudioTrackShared.h385 void setLoop(size_t loopStart, size_t loopEnd, int loopCount);
/frameworks/av/include/media/
DAudioTrack.h417 status_t setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount);
/frameworks/av/media/libmedia/
DAudioTrackShared.cpp516 void StaticAudioTrackClientProxy::setLoop(size_t loopStart, size_t loopEnd, int loopCount) in setLoop() function in android::StaticAudioTrackClientProxy
565 setLoop(loopStart, loopEnd, loopCount); in setBufferPositionAndLoop()
DAudioTrack.cpp849 status_t AudioTrack::setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount) in setLoop() function in android::AudioTrack
881 mStaticProxy->setLoop(loopStart, loopEnd, loopCount); in setLoop_l()
1052 mStaticProxy->setLoop(mLoopStart, mLoopEnd, mLoopCount); in reload()
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp894 return nativeToJavaStatus( lpTrack->setLoop(loopStart, loopEnd, loopCount) ); in android_media_AudioTrack_set_loop()
/frameworks/base/api/
Dcurrent.txt16680 method public final void setLoop(int, int);
Dsystem-current.txt17948 method public final void setLoop(int, int);