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

  /frameworks/av/media/libmedia/
AudioRecord.cpp 230 mUpdatePeriod = 0;
336 mNewPosition = cblk->user + mUpdatePeriod;
422 mUpdatePeriod = updatePeriod;
431 *updatePeriod = mUpdatePeriod;
704 if (mUpdatePeriod > 0) {
707 mNewPosition += mUpdatePeriod;
AudioTrack.cpp 312 mUpdatePeriod = 0;
384 mNewPosition = cblk->server + mUpdatePeriod;
477 mUpdatePeriod = 0;
658 mUpdatePeriod = updatePeriod;
667 *updatePeriod = mUpdatePeriod;
    [all...]
  /frameworks/av/include/media/
AudioRecord.h 391 uint32_t mUpdatePeriod;
AudioTrack.h 531 uint32_t mUpdatePeriod;

Completed in 124 milliseconds