Searched refs:GetTime (Results 1 – 3 of 3) sorted by relevance
31 static uint64_t GetTime() { in GetTime() function126 uint64_t start = GetTime(); in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()127 while((GetTime() - start) < 1000000000) { in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()136 uint64_t t1 = GetTime(); in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()141 uint64_t t2 = GetTime(); in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
47 int64_t GetTime() noexcept { in GetTime() function60 AddWithTime(tag, type, GetTime()); in Add()
202 if (timeNs <= cp->GetTime(mExtractor->mSegment)) { in find()213 const long long cueTimeNs = midCp->GetTime(mExtractor->mSegment); in find()226 if (cp->GetTime(mExtractor->mSegment) > timeNs) { in find()510 if (pCP->GetTime(pSegment) >= seekTimeNs) { in seek()557 int64_t frameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL; in seek()578 return (mBlockEntry->GetBlock()->GetTime(mCluster) + 500ll) / 1000ll; in blockTimeUs()