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