/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
H A D | ILegacyBinder.java | 39 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 D | TestImpl.java | 106 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 D | ITestService.aidl | 49 int RepeatInt(int token); in RepeatInt() method
|
/aosp_15_r20/trusty/user/app/sample/binder-test/service/ |
D | main.cpp | 65 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 D | ITest.aidl | 57 int RepeatInt(int value); in RepeatInt() method
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 125 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/ |
D | ITestService.java | 57 @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/ |
D | ITestService.java | 57 @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/ |
D | BnTestService.h | 57 ::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 D | itest_impl.h | 107 ::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/ |
D | BnTestService.h | 57 ::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/ |
D | TestServiceServer.java | 175 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/ |
D | BnTestService.h | 125 ::android::binder::Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function
|
D | ITestService.h | 646 ::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/ |
D | BnTestService.h | 125 ::android::binder::Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function
|
D | ITestService.h | 646 ::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/ |
D | ITestService.cpp | 1652 ::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/ |
D | ITestService.cpp | 1652 ::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/ |
D | aidl_test_service_ndk.cpp | 190 ScopedAStatus RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function in __anon0586964a0111::NativeService
|
D | aidl_test_service.cpp | 309 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/ |
D | ITestService.cpp | 253 ::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/ |
D | ITestService.cpp | 253 ::android::binder::Status BpTestService::RepeatInt(int32_t token, int32_t* _aidl_return) { in RepeatInt() function in android::aidl::tests::BpTestService
|