Home
last modified time | relevance | path

Searched defs:doThatAndReturnSomething (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/tests/bar/1.0/default/
H A DBar.cpp31 Return<int32_t> Bar::doThatAndReturnSomething( in doThatAndReturnSomething() function in android::hardware::tests::bar::V1_0::implementation::Bar
/aosp12/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.cpp48 Return<int32_t> Foo::doThatAndReturnSomething( in doThatAndReturnSomething() function in android::hardware::tests::foo::V1_0::implementation::Foo
/aosp12/hardware/interfaces/tests/baz/1.0/default/
H A DBaz.cpp244 Return<int32_t> Baz::doThatAndReturnSomething(int64_t param) { in doThatAndReturnSomething() function in android::hardware::tests::baz::V1_0::implementation::Baz
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java1382 public int doThatAndReturnSomething(long param) { in doThatAndReturnSomething() method in HidlTestJava.Baz