HomeSort by relevance Sort by last modified time
    Searched refs:mPosLoop (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaudioclient/
AudioTrackShared.cpp 535 memset(&mPosLoop, 0, sizeof(mPosLoop));
559 if (mState.mLoopCount != 0 && mPosLoop.mBufferPosition >= mState.mLoopEnd) {
560 mPosLoop.mBufferPosition = mState.mLoopStart;
562 mPosLoop.mLoopCount = mState.mLoopCount;
581 mPosLoop.mBufferPosition = position;
584 mPosLoop.mLoopCount = 0;
599 return mPosLoop.mBufferPosition;
606 if (mPosLoopObserver.poll(mPosLoop)) {
607 ; // a valid mPosLoop should be available if ackDone is true
    [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 449 StaticAudioTrackPosLoop mPosLoop; // snapshot of position and loop.

Completed in 93 milliseconds