Searched refs:reportResults (Results 1 – 3 of 3) sorted by relevance
/system/tools/hidl/test/hidl_test/ | ||
D | FooCallback.h | 29 Return<void> reportResults(int64_t ns, reportResults_cb _hidl_cb) override; |
D | FooCallback.cpp | 77 Return<void> FooCallback::reportResults(int64_t ns, reportResults_cb cb) { in reportResults() function in android::hardware::tests::foo::V1_0::implementation::FooCallback |
D | hidl_test_client.cpp | 1254 fooCb->reportResults(waitNs, in TEST_F() |