Searched refs:getNowUs (Results 1 – 6 of 6) sorted by relevance
266 int64_t startTime = getNowUs(); in TEST_F()268 int64_t timeConsumed = getNowUs() - startTime; in TEST_F()273 startTime = getNowUs(); in TEST_F()275 timeConsumed = getNowUs() - startTime; in TEST_F()285 startTime = getNowUs(); in TEST_F()287 timeConsumed = getNowUs() - startTime; in TEST_F()298 startTime = getNowUs(); in TEST_F()300 timeConsumed = getNowUs() - startTime; in TEST_F()307 startTime = getNowUs(); in TEST_F()309 timeConsumed = getNowUs() - startTime; in TEST_F()[all …]
89 static int64_t getNowUs() { in getNowUs() function322 int64_t startTime = getNowUs(); in playSource()338 int64_t startDecodeUs = getNowUs(); in playSource()340 int64_t delayDecodeUs = getNowUs() - startDecodeUs; in playSource()402 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()
204 int64_t getNowUs();
133 int64_t getNowUs() { in getNowUs() function
81 static int64_t getNowUs() in getNowUs() function2708 const int64_t timeNow = getNowUs(); in getTimestamp_l()