Searched defs:loopEnd (Results 1 – 4 of 4) sorted by relevance
582 void StaticAudioTrackClientProxy::setLoop(size_t loopStart, size_t loopEnd, int loopCount) in setLoop()629 size_t loopEnd, int loopCount) in setBufferPositionAndLoop()1022 const size_t loopEnd = update.mLoopEnd; in updateStateWithLoop() local
1079 status_t AudioTrack::setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount) in setLoop()1103 void AudioTrack::setLoop_l(uint32_t loopStart, uint32_t loopEnd, int loopCount) in setLoop_l()
1101 uint32_t loopEnd = mSample->size()/mNumChannels/ in setLoop() local
1056 jint loopStart, jint loopEnd, jint loopCount) { in android_media_AudioTrack_set_loop()