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

  /frameworks/base/media/libmedia/
AudioRecord.cpp 233 mUpdatePeriod = 0;
325 mNewPosition = cblk->user + mUpdatePeriod;
414 mUpdatePeriod = updatePeriod;
423 *updatePeriod = mUpdatePeriod;
694 if (mUpdatePeriod > 0) {
697 mNewPosition += mUpdatePeriod;
AudioTrack.cpp 261 mUpdatePeriod = 0;
343 mNewPosition = cblk->server + mUpdatePeriod;
439 mUpdatePeriod = 0;
628 mUpdatePeriod = updatePeriod;
637 *updatePeriod = mUpdatePeriod;
1064 if (mUpdatePeriod > 0) {
1067 mNewPosition += mUpdatePeriod;
1079 if (mUpdatePeriod || (!mMarkerReached && mMarkerPosition) || mLoopCount) {
    [all...]
  /frameworks/base/include/media/
AudioRecord.h 383 uint32_t mUpdatePeriod;
AudioTrack.h 485 uint32_t mUpdatePeriod;

Completed in 1221 milliseconds