Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tests/bar/1.0/default/
H A DBar.cpp27 Return<void> Bar::doThis(float param) { in doThis() function in android::hardware::tests::bar::V1_0::implementation::Bar
28 return mFoo->doThis(param); in doThis()
H A DBar.h36 virtual Return<void> doThis(float param) override;
/aosp12/hardware/interfaces/tests/baz/1.0/
H A DIBaz.hal99 oneway doThis(float param);
/aosp12/hardware/interfaces/tests/baz/1.0/default/
H A DBaz.h74 Return<void> doThis(float param) override;
H A DBaz.cpp238 Return<void> Baz::doThis(float param) { in doThis() function in android::hardware::tests::baz::V1_0::implementation::Baz
/aosp12/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.h33 virtual Return<void> doThis(float param) override;
H A DFoo.cpp42 Return<void> Foo::doThis(float param) { in doThis() function in android::hardware::tests::foo::V1_0::implementation::Foo
/aosp12/hardware/interfaces/tests/foo/1.0/
H A DIFoo.hal181 doThis(float param);
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java904 proxy.doThis(1.0f); in client()
1378 public void doThis(float param) { in doThis() method in HidlTestJava.Baz
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp542 EXPECT_OK(baz->doThis(1.0f)); in TEST_F()
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1093 EXPECT_OK(foo->doThis(1.0f)); in TEST_F()