Home
last modified time | relevance | path

Searched refs:RepeatFloat (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl58 float RepeatFloat(float value); in RepeatFloat() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl46 float RepeatFloat(float value); in RepeatFloat() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl46 float RepeatFloat(float value); in RepeatFloat() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java125 public float RepeatFloat(float in_value) { in RepeatFloat() method in TestImpl
DJavaClientTest.java172 assertEquals(1.0f, mInterface.RepeatFloat(1.0f), 0.0f); in testRepeatPrimitives()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h116 ::ndk::ScopedAStatus RepeatFloat(float in_value, in RepeatFloat() function
Dtest_native_aidl_client.cpp249 ASSERT_OK(iface->RepeatFloat(2.0f, &out)); in TEST_P()