/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 97 int RepeatInt(int token); in RepeatInt() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 49 ::ndk::ScopedAStatus RepeatInt(int32_t in_token, int32_t* _aidl_return) override { in RepeatInt() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 49 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Default 343 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Delegator 1589 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Stub.Proxy 3337 public int RepeatInt(int token) throws android.os.RemoteException; in RepeatInt() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 157 public int RepeatInt(int token) throws RemoteException { in RepeatInt() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 103 ::android::binder::Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function
|
D | ITestService.h | 304 ::android::binder::Status RepeatInt(int32_t /*token*/, int32_t* /*_aidl_return*/) override { in RepeatInt() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 240 ::android::binder::Status BpTestService::RepeatInt(int32_t token, int32_t* _aidl_return) { in RepeatInt() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 24 fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32>; in RepeatInt() method 100 fn RepeatInt<'a>(&'a self, _arg_token: i32) -> binder::BoxFuture<'a, binder::Result<i32>>; in RepeatInt() method 171 async fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32>; in RepeatInt() method 270 fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32> { in new_async_binder() function 474 fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32> { in RepeatInt() method 662 …pub const RepeatInt: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRANSA… constant 2046 fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32> { in RepeatInt() method 2421 fn RepeatInt<'a>(&'a self, _arg_token: i32) -> binder::BoxFuture<'a, binder::Result<i32>> { in RepeatInt() method 3209 fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32> { self.0.RepeatInt(_arg_token) } in RepeatInt() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1535 ::ndk::ScopedAStatus BpTestService::RepeatInt(int32_t in_token, int32_t* _aidl_return) { in RepeatInt() function in aidl::android::aidl::tests::BpTestService 4165 ::ndk::ScopedAStatus ITestServiceDefault::RepeatInt(int32_t /*in_token*/, int32_t* /*_aidl_return*/… in RepeatInt() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 309 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function in __anon556d30440111::NativeService
|