Searched refs:doThatAndReturnSomething (Results 1 – 8 of 8) sorted by relevance
26 Return<int32_t> Bar::doThatAndReturnSomething( in doThatAndReturnSomething() function in android::hardware::tests::bar::V1_0::implementation::Bar28 return mFoo->doThatAndReturnSomething(param); in doThatAndReturnSomething()
35 virtual Return<int32_t> doThatAndReturnSomething(int64_t param) override;
74 doThatAndReturnSomething(int64_t param) generates (int32_t result);
58 Return<int32_t> doThatAndReturnSomething(int64_t param) override;
210 Return<int32_t> Baz::doThatAndReturnSomething(int64_t param) { in doThatAndReturnSomething() function in android::hardware::tests::baz::V1_0::implementation::Baz
29 virtual Return<int32_t> doThatAndReturnSomething(int64_t param) override;
24 Return<int32_t> Foo::doThatAndReturnSomething( in doThatAndReturnSomething() function in android::hardware::tests::foo::V1_0::implementation::Foo
126 doThatAndReturnSomething(int64_t param) generates (int32_t result);