Home
last modified time | relevance | path

Searched defs:RepeatInt (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/binder_ndk/src/android/binder/cts/
DILegacyBinder.java39 public int RepeatInt(int in) throws android.os.RemoteException { in RepeatInt() method in ILegacyBinder.Stub
72 public int RepeatInt(int in) throws android.os.RemoteException { in RepeatInt() method in ILegacyBinder.Stub.Proxy
88 public int RepeatInt(int in) throws android.os.RemoteException; in RepeatInt() method
DTestImpl.java106 public int RepeatInt(int in_value) { in RepeatInt() method in TestImpl
/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl57 int RepeatInt(int value); in RepeatInt() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h107 ::ndk::ScopedAStatus RepeatInt(int32_t in_value, in RepeatInt() function