Searched refs:getNowUs (Results 1 – 9 of 9) sorted by relevance
252 int64_t startTime = getNowUs(); in TEST_P()254 int64_t timeConsumed = getNowUs() - startTime; in TEST_P()259 startTime = getNowUs(); in TEST_P()261 timeConsumed = getNowUs() - startTime; in TEST_P()268 startTime = getNowUs(); in TEST_P()270 timeConsumed = getNowUs() - startTime; in TEST_P()279 startTime = getNowUs(); in TEST_P()281 timeConsumed = getNowUs() - startTime; in TEST_P()288 startTime = getNowUs(); in TEST_P()290 timeConsumed = getNowUs() - startTime; in TEST_P()[all …]
72 int64_t ALooper::getNowUs() { in getNowUs() function in android::ALooper177 int64_t nowUs = getNowUs(); in post()181 whenUs = getNowUs(); in post()209 int64_t nowUs = getNowUs(); in postUnique()212 whenUs = getNowUs(); in postUnique()264 int64_t nowUs = getNowUs(); in loop()
63 virtual int64_t getNowUs();
92 static int64_t getNowUs() { in getNowUs() function328 int64_t startTime = getNowUs(); in playSource()344 int64_t startDecodeUs = getNowUs(); in playSource()346 int64_t delayDecodeUs = getNowUs() - startDecodeUs; in playSource()408 int64_t delay = getNowUs() - startTime; in playSource()
165 int64_t getNowUs();
180 int64_t getNowUs() { in getNowUs() function
729 static int64_t getNowUs() in getNowUs() function808 const int64_t frameCount = clockTime ? getNowUs() : trackFrameCount; in getVolume()1027 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()1045 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
41 int64_t getNowUs() override { in getNowUs() function in LooperWithSettableClock
90 static int64_t getNowUs() in getNowUs() function3326 const int64_t timeNow = getNowUs(); in getTimestamp_l()