Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tests/bar/1.0/default/
H A DBar.cpp152 Return<void> Bar::repeatWithFmq(const IFoo::WithFmq& withFmq, repeatWithFmq_cb _hidl_cb) { in repeatWithFmq() function in android::hardware::tests::bar::V1_0::implementation::Bar
153 return mFoo->repeatWithFmq(withFmq, _hidl_cb); in repeatWithFmq()
H A DBar.h59 virtual Return<void> repeatWithFmq(const IFoo::WithFmq& withFmq,
/aosp12/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.h56 virtual Return<void> repeatWithFmq(const IFoo::WithFmq& withFmq,
H A DFoo.cpp382 Return<void> Foo::repeatWithFmq(const IFoo::WithFmq& withFmq, repeatWithFmq_cb _hidl_cb) { in repeatWithFmq() function in android::hardware::tests::foo::V1_0::implementation::Foo
/aosp12/hardware/interfaces/tests/foo/1.0/
H A DIFoo.hal220 repeatWithFmq(WithFmq withFmq) generates (WithFmq withFmq);
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1511 EXPECT_OK(foo->repeatWithFmq(w, [&](const IFoo::WithFmq& returned) { in TEST_F()