Home
last modified time | relevance | path

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

/system/tools/hidl/test/hidl_test/
DFooCallback.h29 Return<void> reportResults(int64_t ns, reportResults_cb _hidl_cb) override;
DFooCallback.cpp77 Return<void> FooCallback::reportResults(int64_t ns, reportResults_cb cb) { in reportResults() function in android::hardware::tests::foo::V1_0::implementation::FooCallback
Dhidl_test_client.cpp1254 fooCb->reportResults(waitNs, in TEST_F()