Home
last modified time | relevance | path

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

/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1221 const nsecs_t waitNs = in TEST_F() local
1227 nanoseconds_to_seconds(waitNs)); in TEST_F()
1229 fooCb->reportResults(waitNs, in TEST_F()
1234 nanoseconds_to_milliseconds(waitNs - timeLeftNs)); in TEST_F()
1236 EXPECT_LE(waitNs - timeLeftNs, reportResultsNs) in TEST_F()
1239 << (timeLeftNs >= 0 ? (waitNs - timeLeftNs) : waitNs) in TEST_F()