/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | DelegatorTests.java | 39 public byte RepeatByte(byte token) throws RemoteException { in RepeatByte() method in DelegatorTests.Custom
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_client_ndk_delegate.cpp | 38 ndk::ScopedAStatus RepeatByte(int8_t /* token */, int8_t* _aidl_return) override { in RepeatByte() function
|
D | aidl_test_client_delegate.cpp | 38 Status RepeatByte(int8_t /* token */, int8_t* _aidl_return) override { in RepeatByte() function
|
D | aidl_test_service_ndk.cpp | 180 ScopedAStatus RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function in __anon0586964a0111::NativeService
|
D | aidl_test_service.cpp | 299 Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function in __anonf414188e0111::NativeService
|
/aosp_15_r20/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/ |
H A D | ITestService.aidl | 47 byte RepeatByte(byte token); in RepeatByte() method
|
/aosp_15_r20/trusty/user/app/sample/binder-test/service/ |
D | main.cpp | 59 Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function in TestService
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/ |
H A D | ITest.aidl | 63 byte RepeatByte(byte value); in RepeatByte() method
|
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
H A D | TestImpl.java | 136 public byte RepeatByte(byte in_value) { in RepeatByte() method in TestImpl
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 123 byte RepeatByte(byte token); in RepeatByte() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 49 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Default 365 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Delegator 1991 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Stub.Proxy 3864 public byte RepeatByte(byte token) throws android.os.RemoteException; in RepeatByte() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 49 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Default 365 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Delegator 1991 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Stub.Proxy 3864 public byte RepeatByte(byte token) throws android.os.RemoteException; in RepeatByte() 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 | 51 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override { in RepeatByte() function
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
H A D | itest_impl.h | 137 ::ndk::ScopedAStatus RepeatByte(int8_t in_value, in RepeatByte() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 51 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override { in RepeatByte() function
|
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 167 public byte RepeatByte(byte token) throws RemoteException { in RepeatByte() 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 | 119 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function
|
D | ITestService.h | 640 ::android::binder::Status RepeatByte(int8_t /*token*/, int8_t* /*_aidl_return*/) override { in RepeatByte() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 119 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function
|
D | ITestService.h | 640 ::android::binder::Status RepeatByte(int8_t /*token*/, int8_t* /*_aidl_return*/) override { in RepeatByte() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1570 ::ndk::ScopedAStatus BpTestService::RepeatByte(int8_t in_token, int8_t* _aidl_return) { in RepeatByte() function in aidl::android::aidl::tests::BpTestService 4498 ::ndk::ScopedAStatus ITestServiceDefault::RepeatByte(int8_t /*in_token*/, int8_t* /*_aidl_return*/)… in RepeatByte() 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 | 1570 ::ndk::ScopedAStatus BpTestService::RepeatByte(int8_t in_token, int8_t* _aidl_return) { in RepeatByte() function in aidl::android::aidl::tests::BpTestService 4498 ::ndk::ScopedAStatus ITestServiceDefault::RepeatByte(int8_t /*in_token*/, int8_t* /*_aidl_return*/)… in RepeatByte() function in aidl::android::aidl::tests::ITestServiceDefault
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 175 ::android::binder::Status BpTestService::RepeatByte(int8_t token, int8_t* _aidl_return) { in RepeatByte() 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 | 175 ::android::binder::Status BpTestService::RepeatByte(int8_t token, int8_t* _aidl_return) { in RepeatByte() function in android::aidl::tests::BpTestService
|