Home
last modified time | relevance | path

Searched refs:mStartFromZeroUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp601 mStartFromZeroUs = 0; in set()
690 mStartFromZeroUs = mStartNs / 1000; in start()
2710 if (mStartFromZeroUs != 0 && mSampleRate != 0) { in getTimestamp_l()
2716 if (timeNow < mStartFromZeroUs + k1SecUs) { // within first second of starting in getTimestamp_l()
2718 if (timestampTimeUs < mStartFromZeroUs) { in getTimestamp_l()
2721 const int64_t deltaTimeUs = timestampTimeUs - mStartFromZeroUs; in getTimestamp_l()
2745 mStartFromZeroUs = 0; // don't check again, we got valid nonzero position. in getTimestamp_l()
2748 mStartFromZeroUs = 0; // don't check again, start time expired. in getTimestamp_l()
3070 return mStartFromZeroUs > 0; in hasStarted()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1152 int64_t mStartFromZeroUs; // the start time after flush or stop, variable