Loading include/media/AudioRecord.h +1 −1 Original line number Diff line number Diff line Loading @@ -464,7 +464,7 @@ private: // These are private to processAudioBuffer(), and are not protected by a lock uint32_t mRemainingFrames; // number of frames to request in obtainBuffer() bool mRetryOnPartialBuffer; // sleep and retry after partial obtainBuffer() int mObservedSequence; // last observed value of mSequence uint32_t mObservedSequence; // last observed value of mSequence uint32_t mMarkerPosition; // in wrapping (overflow) frame units bool mMarkerReached; Loading media/libmedia/AudioRecord.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -775,7 +775,7 @@ nsecs_t AudioRecord::processAudioBuffer() mRetryOnPartialBuffer = false; } size_t misalignment = mProxy->getMisalignment(); int32_t sequence = mSequence; uint32_t sequence = mSequence; // These fields don't need to be cached, because they are assigned only by set(): // mTransfer, mCbf, mUserData, mSampleRate, mFrameSize Loading Loading
include/media/AudioRecord.h +1 −1 Original line number Diff line number Diff line Loading @@ -464,7 +464,7 @@ private: // These are private to processAudioBuffer(), and are not protected by a lock uint32_t mRemainingFrames; // number of frames to request in obtainBuffer() bool mRetryOnPartialBuffer; // sleep and retry after partial obtainBuffer() int mObservedSequence; // last observed value of mSequence uint32_t mObservedSequence; // last observed value of mSequence uint32_t mMarkerPosition; // in wrapping (overflow) frame units bool mMarkerReached; Loading
media/libmedia/AudioRecord.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -775,7 +775,7 @@ nsecs_t AudioRecord::processAudioBuffer() mRetryOnPartialBuffer = false; } size_t misalignment = mProxy->getMisalignment(); int32_t sequence = mSequence; uint32_t sequence = mSequence; // These fields don't need to be cached, because they are assigned only by set(): // mTransfer, mCbf, mUserData, mSampleRate, mFrameSize Loading