Lines Matching refs:setLoop
635 status_t AudioTrack::setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount)
665 mStaticProxy->setLoop(loopStart, loopEnd, loopCount);
747 // If we use setLoop for both purposes we lose the capability to set the position while looping.
748 mStaticProxy->setLoop(position, mFrameCount, 0);
811 mStaticProxy->setLoop(0, mFrameCount, 0);
1726 mStaticProxy->setLoop(bufferPosition, mFrameCount, 0);