Home
last modified time | relevance | path

Searched defs:RepeatLong (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl52 long RepeatLong(long value); in RepeatLong() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/2/test_package/
DITest.aidl12 long RepeatLong(long value); in RepeatLong() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/1/test_package/
DITest.aidl12 long RepeatLong(long value); in RepeatLong() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/current/test_package/
DITest.aidl29 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.aidl12 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.aidl29 long RepeatLong(long value); in RepeatLong() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java110 public long RepeatLong(long in_value) { in RepeatLong() method in TestImpl
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h104 ::ndk::ScopedAStatus RepeatLong(int64_t in_value, in RepeatLong() function