Home
last modified time | relevance | path

Searched refs:GetTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/jni/
Dtest.cpp31 static uint64_t GetTime() { in GetTime() function
126 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()
/frameworks/base/tools/aapt2/trace/
DTraceBuffer.cpp47 int64_t GetTime() noexcept { in GetTime() function
60 AddWithTime(tag, type, GetTime()); in Add()
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp202 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()