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.cpp1233 const nsecs_t waitNs = in TEST_F() local
1239 nanoseconds_to_seconds(waitNs)); in TEST_F()
1241 fooCb->reportResults(waitNs, in TEST_F()
1246 nanoseconds_to_milliseconds(waitNs - timeLeftNs)); in TEST_F()
1248 EXPECT_LE(waitNs - timeLeftNs, reportResultsNs) in TEST_F()
1251 << (timeLeftNs >= 0 ? (waitNs - timeLeftNs) : waitNs) in TEST_F()