Searched refs:doThatAndReturnSomething (Results 1 – 3 of 3) sorted by relevance
906 ExpectTrue(proxy.doThatAndReturnSomething(1) == 666); in client()1382 public int doThatAndReturnSomething(long param) { in doThatAndReturnSomething() method in HidlTestJava.Baz
546 auto result = baz->doThatAndReturnSomething(1); in TEST_F()
1099 int32_t result = foo->doThatAndReturnSomething(2.0f); in TEST_F()