/system/tools/aidl/tests/ |
D | aidl_test_client_delegate.cpp | 33 Status RepeatByte(int8_t /* token */, int8_t* _aidl_return) override { in RepeatByte() function
|
D | aidl_test_client_ndk_delegate.cpp | 35 ndk::ScopedAStatus RepeatByte(int8_t /* token */, int8_t* _aidl_return) override { in RepeatByte() function
|
D | aidl_test_service.cpp | 299 Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function in __anon556d30440111::NativeService
|
/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
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 95 byte RepeatByte(byte token); in RepeatByte() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 43 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override { in RepeatByte() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 41 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Default 335 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Delegator 1541 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Stub.Proxy 3335 public byte RepeatByte(byte token) throws android.os.RemoteException; in RepeatByte() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 149 public byte RepeatByte(byte token) throws RemoteException { in RepeatByte() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 97 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function
|
D | ITestService.h | 298 ::android::binder::Status RepeatByte(int8_t /*token*/, int8_t* /*_aidl_return*/) override { in RepeatByte() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 164 ::android::binder::Status BpTestService::RepeatByte(int8_t token, int8_t* _aidl_return) { in RepeatByte() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 22 fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8>; in RepeatByte() method 98 fn RepeatByte<'a>(&'a self, _arg_token: i8) -> binder::BoxFuture<'a, binder::Result<i8>>; in RepeatByte() method 169 async fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8>; in RepeatByte() method 264 fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> { in new_async_binder() function 468 fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> { in RepeatByte() method 660 …pub const RepeatByte: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRANS… constant 2036 fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> { in RepeatByte() method 2395 fn RepeatByte<'a>(&'a self, _arg_token: i8) -> binder::BoxFuture<'a, binder::Result<i8>> { in RepeatByte() method 3207 fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> { self.0.RepeatByte(_arg_token) } in RepeatByte() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1453 ::ndk::ScopedAStatus BpTestService::RepeatByte(int8_t in_token, int8_t* _aidl_return) { in RepeatByte() function in aidl::android::aidl::tests::BpTestService 4155 ::ndk::ScopedAStatus ITestServiceDefault::RepeatByte(int8_t /*in_token*/, int8_t* /*_aidl_return*/)… in RepeatByte() function in aidl::android::aidl::tests::ITestServiceDefault
|