Searched refs:getNowUs (Results 1 – 6 of 6) sorted by relevance
243 int64_t startTime = getNowUs(); in TEST_P()245 int64_t timeConsumed = getNowUs() - startTime; in TEST_P()250 startTime = getNowUs(); in TEST_P()252 timeConsumed = getNowUs() - startTime; in TEST_P()262 startTime = getNowUs(); in TEST_P()264 timeConsumed = getNowUs() - startTime; in TEST_P()273 startTime = getNowUs(); in TEST_P()275 timeConsumed = getNowUs() - startTime; in TEST_P()282 startTime = getNowUs(); in TEST_P()284 timeConsumed = getNowUs() - startTime; in TEST_P()[all …]
88 static int64_t getNowUs() { in getNowUs() function321 int64_t startTime = getNowUs(); in playSource()337 int64_t startDecodeUs = getNowUs(); in playSource()339 int64_t delayDecodeUs = getNowUs() - startDecodeUs; in playSource()401 int64_t delay = getNowUs() - startTime; in playSource()
558 static int64_t getNowUs() in getNowUs() function637 const int64_t frameCount = clockTime ? getNowUs() : trackFrameCount; in getVolume()856 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()874 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
133 int64_t getNowUs();
131 int64_t getNowUs() { in getNowUs() function
81 static int64_t getNowUs() in getNowUs() function2866 const int64_t timeNow = getNowUs(); in getTimestamp_l()