Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A 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
H A DTestImpl.java106 public int RepeatInt(int in_value) { in RepeatInt() method in TestImpl
/aosp_15_r20/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
H A DITestService.aidl49 int RepeatInt(int token); in RepeatInt() method
/aosp_15_r20/trusty/user/app/sample/binder-test/service/
Dmain.cpp65 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function in TestService
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl57 int RepeatInt(int value); in RepeatInt() method
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl125 int RepeatInt(int token); in RepeatInt() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java57 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Default
373 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Delegator
2039 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Stub.Proxy
3866 public int RepeatInt(int token) throws android.os.RemoteException; in RepeatInt() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java57 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Default
373 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Delegator
2039 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Stub.Proxy
3866 public int RepeatInt(int token) throws android.os.RemoteException; in RepeatInt() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h57 ::ndk::ScopedAStatus RepeatInt(int32_t in_token, int32_t* _aidl_return) override { in RepeatInt() function
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h107 ::ndk::ScopedAStatus RepeatInt(int32_t in_value, in RepeatInt() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h57 ::ndk::ScopedAStatus RepeatInt(int32_t in_token, int32_t* _aidl_return) override { in RepeatInt() function
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java175 public int RepeatInt(int token) throws RemoteException { in RepeatInt() method in TestServiceServer
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h125 ::android::binder::Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function
DITestService.h646 ::android::binder::Status RepeatInt(int32_t /*token*/, int32_t* /*_aidl_return*/) override { in RepeatInt() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h125 ::android::binder::Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function
DITestService.h646 ::android::binder::Status RepeatInt(int32_t /*token*/, int32_t* /*_aidl_return*/) override { in RepeatInt() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1652 ::ndk::ScopedAStatus BpTestService::RepeatInt(int32_t in_token, int32_t* _aidl_return) { in RepeatInt() function in aidl::android::aidl::tests::BpTestService
4508 ::ndk::ScopedAStatus ITestServiceDefault::RepeatInt(int32_t /*in_token*/, int32_t* /*_aidl_return*/… in RepeatInt() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1652 ::ndk::ScopedAStatus BpTestService::RepeatInt(int32_t in_token, int32_t* _aidl_return) { in RepeatInt() function in aidl::android::aidl::tests::BpTestService
4508 ::ndk::ScopedAStatus ITestServiceDefault::RepeatInt(int32_t /*in_token*/, int32_t* /*_aidl_return*/… in RepeatInt() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_service_ndk.cpp190 ScopedAStatus RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function in __anon0586964a0111::NativeService
Daidl_test_service.cpp309 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function in __anonf414188e0111::NativeService
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp253 ::android::binder::Status BpTestService::RepeatInt(int32_t token, int32_t* _aidl_return) { in RepeatInt() function in android::aidl::tests::BpTestService
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp253 ::android::binder::Status BpTestService::RepeatInt(int32_t token, int32_t* _aidl_return) { in RepeatInt() function in android::aidl::tests::BpTestService