Home
last modified time | relevance | path

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

/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1231 const hidl_array<IFooCallback::InvokeInfo, 3> &invokeResults) { in TEST_F() argument
1244 EXPECT_TRUE(invokeResults[0].invoked); in TEST_F()
1245 EXPECT_LE(invokeResults[0].timeNs, invokeResults[0].callerBlockedNs); in TEST_F()
1246 EXPECT_LE(invokeResults[0].callerBlockedNs, TOLERANCE_NS); in TEST_F()
1248 EXPECT_TRUE(invokeResults[1].invoked); in TEST_F()
1249 EXPECT_LE(invokeResults[1].timeNs, invokeResults[1].callerBlockedNs); in TEST_F()
1250 EXPECT_LE(invokeResults[1].callerBlockedNs, in TEST_F()
1253 EXPECT_TRUE(invokeResults[2].invoked); in TEST_F()
1254 EXPECT_LE(invokeResults[2].callerBlockedNs, ONEWAY_TOLERANCE_NS); in TEST_F()
1255 EXPECT_LE(invokeResults[2].timeNs, DELAY_NS + TOLERANCE_NS); in TEST_F()