Home
last modified time | relevance | path

Searched refs:RepeatLong (Results 1 – 15 of 15) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp87 DoTest(&ITestService::RepeatLong, int64_t{1LL << 60}); in TEST_F()
119 DoTest(&ITestService::RepeatLong, sent); in TEST_F()
Daidl_test_service.cpp323 Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl79 long RepeatLong(long token); in RepeatLong() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs22 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/
Dtest_client.rs127 test_primitive! {test_primitive_long, RepeatLong, 1i64 << 60}
143 test_primitive! {test_primitive_long_constant, RepeatLong, ITestService::LONG_TEST_CONSTANT}
Dtest_service.rs139 impl_repeat_reverse! {RepeatLong, ReverseLong, i64}
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h23 ::ndk::ScopedAStatus RepeatLong(int64_t in_token, int64_t* _aidl_return) override;
DITestService.h172 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/
DBpTestService.h25 ::android::binder::Status RepeatLong(int64_t token, int64_t* _aidl_return) override;
DITestService.h118 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/
DITestService.java52 @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/
DTestServiceServer.java127 public long RepeatLong(long token) throws RemoteException { in RepeatLong() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java129 assertThat(service.RepeatLong(query), is(query)); in testLongRepeat()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp140 ::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/
DITestService.cpp290 ::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()