/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 98 long RepeatLong(long token); in RepeatLong() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 52 ::ndk::ScopedAStatus RepeatLong(int64_t in_token, int64_t* _aidl_return) override { in RepeatLong() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 53 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Default 347 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Delegator 1613 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Stub.Proxy 3338 public long RepeatLong(long token) throws android.os.RemoteException; in RepeatLong() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 161 public long RepeatLong(long token) throws RemoteException { in RepeatLong() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 106 ::android::binder::Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() function
|
D | ITestService.h | 307 ::android::binder::Status RepeatLong(int64_t /*token*/, int64_t* /*_aidl_return*/) override { in RepeatLong() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 278 ::android::binder::Status BpTestService::RepeatLong(int64_t token, int64_t* _aidl_return) { in RepeatLong() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 25 fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64>; in RepeatLong() method 101 fn RepeatLong<'a>(&'a self, _arg_token: i64) -> binder::BoxFuture<'a, binder::Result<i64>>; in RepeatLong() method 172 async fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64>; in RepeatLong() method 273 fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64> { in new_async_binder() function 477 fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64> { in RepeatLong() method 663 …pub const RepeatLong: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRANS… constant 2051 fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64> { in RepeatLong() method 2434 fn RepeatLong<'a>(&'a self, _arg_token: i64) -> binder::BoxFuture<'a, binder::Result<i64>> { in RepeatLong() method 3210 fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64> { self.0.RepeatLong(_arg_token) } in RepeatLong() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1576 ::ndk::ScopedAStatus BpTestService::RepeatLong(int64_t in_token, int64_t* _aidl_return) { in RepeatLong() function in aidl::android::aidl::tests::BpTestService 4170 ::ndk::ScopedAStatus ITestServiceDefault::RepeatLong(int64_t /*in_token*/, int64_t* /*_aidl_return*… in RepeatLong() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 314 Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() function in __anon556d30440111::NativeService
|