Searched refs:RepeatDouble (Results 1 – 5 of 5) sorted by relevance
60 double RepeatDouble(double value); in RepeatDouble() method
121 public double RepeatDouble(double in_value) { in RepeatDouble() method in TestImpl
175 assertEquals(2.0, mInterface.RepeatDouble(2.0), 0.0); in testRepeatPrimitives()
122 ::ndk::ScopedAStatus RepeatDouble(double in_value, in RepeatDouble() function
267 ASSERT_OK(iface->RepeatDouble(3.0, &out)); in TEST_P()