Searched refs:doThatAndReturnSomething (Results 1 – 8 of 8) sorted by relevance
31 Return<int32_t> Bar::doThatAndReturnSomething( in doThatAndReturnSomething() function in android::hardware::tests::bar::V1_0::implementation::Bar33 return mFoo->doThatAndReturnSomething(param); in doThatAndReturnSomething()
37 virtual Return<int32_t> doThatAndReturnSomething(int64_t param) override;
75 Return<int32_t> doThatAndReturnSomething(int64_t param) override;
244 Return<int32_t> Baz::doThatAndReturnSomething(int64_t param) { in doThatAndReturnSomething() function in android::hardware::tests::baz::V1_0::implementation::Baz
101 doThatAndReturnSomething(int64_t param) generates (int32_t result);
34 virtual Return<int32_t> doThatAndReturnSomething(int64_t param) override;
48 Return<int32_t> Foo::doThatAndReturnSomething( in doThatAndReturnSomething() function in android::hardware::tests::foo::V1_0::implementation::Foo
182 doThatAndReturnSomething(int64_t param) generates (int32_t result);