Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DSoundPool.java422 public final void setLoop(int streamID, int loop) { in setLoop() method in SoundPool
423 mImpl.setLoop(streamID, loop); in setLoop()
499 public void setLoop(int streamID, int loop); in setLoop() method
648 public native final void setLoop(int streamID, int loop); in setLoop() method in SoundPool.SoundPoolImpl
771 public final void setLoop(int streamID, int loop) { } in setLoop() method in SoundPool.SoundPoolStub
/frameworks/av/include/media/
DSoundPool.h141 void setLoop(int loop);
184 void setLoop(int channelID, int loop);
DAudioTrack.h367 status_t setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount);
/frameworks/av/media/libmedia/
DSoundPool.cpp393 void SoundPool::setLoop(int channelID, int loop) in setLoop() function in android::SoundPool
399 channel->setLoop(loop); in setLoop()
634 newTrack->setLoop(0, frameCount, loop); in play()
879 void SoundChannel::setLoop(int loop) in setLoop() function in android::SoundChannel
885 mAudioTrack->setLoop(0, loopEnd, loop); in setLoop()
DAudioTrack.cpp717 status_t AudioTrack::setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount) in setLoop() function in android::AudioTrack
746 mStaticProxy->setLoop(loopStart, loopEnd, loopCount); in setLoop_l()
830 mStaticProxy->setLoop(position, mFrameCount, 0); in setPosition()
899 mStaticProxy->setLoop(0, mFrameCount, 0); in reload()
1876 mStaticProxy->setLoop(bufferPosition, mFrameCount, 0); in restoreTrack_l()
DAudioTrackShared.cpp497 void StaticAudioTrackClientProxy::setLoop(size_t loopStart, size_t loopEnd, int loopCount) in setLoop() function in android::StaticAudioTrackClientProxy
/frameworks/av/include/private/media/
DAudioTrackShared.h316 void setLoop(size_t loopStart, size_t loopEnd, int loopCount);
/frameworks/base/media/jni/soundpool/
Dandroid_media_SoundPool_SoundPoolImpl.cpp165 ap->setLoop(channelID, loop); in android_media_SoundPool_SoundPoolImpl_setLoop()
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp883 return nativeToJavaStatus( lpTrack->setLoop(loopStart, loopEnd, loopCount) ); in android_media_AudioTrack_set_loop()
/frameworks/base/api/
Dsystem-current.txt16698 method public final void setLoop(int, int);
Dcurrent.txt15674 method public final void setLoop(int, int);