/system/tools/aidl/tests/ |
D | aidl_test_client_primitives.cpp | 87 DoTest(&ITestService::RepeatLong, int64_t{1LL << 60}); in TEST_F() 119 DoTest(&ITestService::RepeatLong, sent); in TEST_F()
|
D | aidl_test_service.cpp | 323 Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 79 long RepeatLong(long token); in RepeatLong() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 22 fn RepeatLong(&self, _arg_token: i64) -> binder::public_api::Result<i64>; in RepeatLong() method 95 fn RepeatLong(&self, _arg_token: i64) -> binder::public_api::Result<i64> { in RepeatLong() method 236 pub const RepeatLong: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 7; constant 475 fn RepeatLong(&self, _arg_token: i64) -> binder::public_api::Result<i64> { in RepeatLong() method 476 …let _aidl_reply = self.binder.transact(transactions::RepeatLong, binder::FLAG_CLEAR_BUF | binder::… in RepeatLong() 483 return _aidl_default_impl.RepeatLong(_arg_token); in RepeatLong() 1256 …fn RepeatLong(&self, _arg_token: i64) -> binder::public_api::Result<i64> { self.0.RepeatLong(_arg_… in RepeatLong() method 1377 transactions::RepeatLong => { in on_transact() 1379 let _aidl_return = _aidl_service.RepeatLong(_arg_token); in on_transact()
|
/system/tools/aidl/tests/rust/ |
D | test_client.rs | 127 test_primitive! {test_primitive_long, RepeatLong, 1i64 << 60} 143 test_primitive! {test_primitive_long_constant, RepeatLong, ITestService::LONG_TEST_CONSTANT}
|
D | test_service.rs | 139 impl_repeat_reverse! {RepeatLong, ReverseLong, i64}
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 23 ::ndk::ScopedAStatus RepeatLong(int64_t in_token, int64_t* _aidl_return) override;
|
D | ITestService.h | 172 virtual ::ndk::ScopedAStatus RepeatLong(int64_t in_token, int64_t* _aidl_return) = 0; 228 ::ndk::ScopedAStatus RepeatLong(int64_t in_token, int64_t* _aidl_return) override;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 25 ::android::binder::Status RepeatLong(int64_t token, int64_t* _aidl_return) override;
|
D | ITestService.h | 118 virtual ::android::binder::Status RepeatLong(int64_t token, int64_t* _aidl_return) = 0; 190 ::android::binder::Status RepeatLong(int64_t, int64_t*) override { in RepeatLong() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 52 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Default 346 long _result = this.RepeatLong(_arg0); in onTransact() 1126 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Stub.Proxy 1137 return getDefaultImpl().RepeatLong(token); in RepeatLong() 2440 public long RepeatLong(long token) throws android.os.RemoteException; in RepeatLong() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 127 public long RepeatLong(long token) throws RemoteException { in RepeatLong() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 129 assertThat(service.RepeatLong(query), is(query)); in testLongRepeat()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 140 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatLong(in_token, &_aidl_return); in _aidl_onTransact() 1287 ::ndk::ScopedAStatus BpTestService::RepeatLong(int64_t in_token, int64_t* _aidl_return) { in RepeatLong() function in aidl::android::aidl::tests::BpTestService 1311 _aidl_status = ITestService::getDefaultImpl()->RepeatLong(in_token, _aidl_return); in RepeatLong() 3251 ::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/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 290 ::android::binder::Status BpTestService::RepeatLong(int64_t token, int64_t* _aidl_return) { in RepeatLong() function in android::aidl::tests::BpTestService 307 return ITestService::getDefaultImpl()->RepeatLong(token, _aidl_return); in RepeatLong() 2251 ::android::binder::Status _aidl_status(RepeatLong(in_token, &_aidl_return)); in onTransact()
|