Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTransactionApplicationTest.cpp135 nsecs_t applicationTime = systemTime(); in NotPlacedOnTransactionQueue() local
149 EXPECT_GE(returnedTime, applicationTime + s2ns(5)); in NotPlacedOnTransactionQueue()
151 EXPECT_LE(returnedTime, applicationTime + s2ns(5)); in NotPlacedOnTransactionQueue()