Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl57 long RepeatLong(long value); in RepeatLong() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl45 long RepeatLong(long value); in RepeatLong() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl45 long RepeatLong(long value); in RepeatLong() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java120 public long RepeatLong(long in_value) { in RepeatLong() method in TestImpl
DJavaClientTest.java171 assertEquals(2, mInterface.RepeatLong(2)); in testRepeatPrimitives()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h111 ::ndk::ScopedAStatus RepeatLong(int64_t in_value, in RepeatLong() function
Dtest_native_aidl_client.cpp243 ASSERT_OK(iface->RepeatLong(3, &out)); in TEST_P()