/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 81 double RepeatDouble(double token); in RepeatDouble() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 24 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/ |
D | aidl_test_client_primitives.cpp | 95 DoTest(&ITestService::RepeatDouble, double{1.0 / 3.0}); in TEST_F()
|
D | aidl_test_service.cpp | 333 Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 141 impl_repeat_reverse! {RepeatDouble, ReverseDouble, f64}
|
D | test_client.rs | 129 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/ |
D | BpTestService.h | 25 ::ndk::ScopedAStatus RepeatDouble(double in_token, double* _aidl_return) override;
|
D | ITestService.h | 174 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/ |
D | BpTestService.h | 27 ::android::binder::Status RepeatDouble(double token, double* _aidl_return) override;
|
D | ITestService.h | 120 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/ |
D | ITestService.java | 60 @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/ |
D | TestServiceServer.java | 135 public double RepeatDouble(double token) throws RemoteException { in RepeatDouble() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 141 assertThat(service.RepeatDouble(query), is(query)); in testDoubleRepeat()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 176 ::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/ |
D | ITestService.cpp | 366 ::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()
|