Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl81 double RepeatDouble(double token); in RepeatDouble() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs24 fn RepeatDouble(&self, _arg_token: f64) -> binder::public_api::Result<f64>; in RepeatDouble() method
101 fn RepeatDouble(&self, _arg_token: f64) -> binder::public_api::Result<f64> { in RepeatDouble() method
238 pub const RepeatDouble: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 9; constant
509 fn RepeatDouble(&self, _arg_token: f64) -> binder::public_api::Result<f64> { in RepeatDouble() method
510 …let _aidl_reply = self.binder.transact(transactions::RepeatDouble, binder::FLAG_CLEAR_BUF | binder… in RepeatDouble()
517 return _aidl_default_impl.RepeatDouble(_arg_token); in RepeatDouble()
1258 …fn RepeatDouble(&self, _arg_token: f64) -> binder::public_api::Result<f64> { self.0.RepeatDouble(_… in RepeatDouble() method
1401 transactions::RepeatDouble => { in on_transact()
1403 let _aidl_return = _aidl_service.RepeatDouble(_arg_token); in on_transact()
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp95 DoTest(&ITestService::RepeatDouble, double{1.0 / 3.0}); in TEST_F()
Daidl_test_service.cpp333 Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/rust/
Dtest_service.rs141 impl_repeat_reverse! {RepeatDouble, ReverseDouble, f64}
Dtest_client.rs129 test_primitive! {test_primitive_double, RepeatDouble, 1.0f64 / 3.0f64}
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h25 ::ndk::ScopedAStatus RepeatDouble(double in_token, double* _aidl_return) override;
DITestService.h174 virtual ::ndk::ScopedAStatus RepeatDouble(double in_token, double* _aidl_return) = 0;
230 ::ndk::ScopedAStatus RepeatDouble(double in_token, double* _aidl_return) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h27 ::android::binder::Status RepeatDouble(double token, double* _aidl_return) override;
DITestService.h120 virtual ::android::binder::Status RepeatDouble(double token, double* _aidl_return) = 0;
196 ::android::binder::Status RepeatDouble(double, double*) override { in RepeatDouble() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java60 @Override public double RepeatDouble(double token) throws android.os.RemoteException in RepeatDouble() method in ITestService.Default
366 double _result = this.RepeatDouble(_arg0); in onTransact()
1172 @Override public double RepeatDouble(double token) throws android.os.RemoteException in RepeatDouble() method in ITestService.Stub.Proxy
1183 return getDefaultImpl().RepeatDouble(token); in RepeatDouble()
2442 public double RepeatDouble(double token) throws android.os.RemoteException; in RepeatDouble() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java135 public double RepeatDouble(double token) throws RemoteException { in RepeatDouble() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java141 assertThat(service.RepeatDouble(query), is(query)); in testDoubleRepeat()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp176 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatDouble(in_token, &_aidl_return); in _aidl_onTransact()
1369 ::ndk::ScopedAStatus BpTestService::RepeatDouble(double in_token, double* _aidl_return) { in RepeatDouble() function in aidl::android::aidl::tests::BpTestService
1393 _aidl_status = ITestService::getDefaultImpl()->RepeatDouble(in_token, _aidl_return); in RepeatDouble()
3261 ::ndk::ScopedAStatus ITestServiceDefault::RepeatDouble(double /*in_token*/, double* /*_aidl_return*… in RepeatDouble() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp366 ::android::binder::Status BpTestService::RepeatDouble(double token, double* _aidl_return) { in RepeatDouble() function in android::aidl::tests::BpTestService
383 return ITestService::getDefaultImpl()->RepeatDouble(token, _aidl_return); in RepeatDouble()
2303 ::android::binder::Status _aidl_status(RepeatDouble(in_token, &_aidl_return)); in onTransact()