/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 100 double RepeatDouble(double token); in RepeatDouble() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 58 ::ndk::ScopedAStatus RepeatDouble(double in_token, double* _aidl_return) override { in RepeatDouble() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 61 @Override public double RepeatDouble(double token) throws android.os.RemoteException in RepeatDouble() method in ITestService.Default 355 @Override public double RepeatDouble(double token) throws android.os.RemoteException in RepeatDouble() method in ITestService.Delegator 1661 @Override public double RepeatDouble(double token) throws android.os.RemoteException in RepeatDouble() method in ITestService.Stub.Proxy 3340 public double RepeatDouble(double token) throws android.os.RemoteException; in RepeatDouble() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 169 public double RepeatDouble(double token) throws RemoteException { in RepeatDouble() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 112 ::android::binder::Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() function
|
D | ITestService.h | 313 ::android::binder::Status RepeatDouble(double /*token*/, double* /*_aidl_return*/) override { in RepeatDouble() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 354 ::android::binder::Status BpTestService::RepeatDouble(double token, double* _aidl_return) { in RepeatDouble() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 27 fn RepeatDouble(&self, _arg_token: f64) -> binder::Result<f64>; in RepeatDouble() method 103 fn RepeatDouble<'a>(&'a self, _arg_token: f64) -> binder::BoxFuture<'a, binder::Result<f64>>; in RepeatDouble() method 174 async fn RepeatDouble(&self, _arg_token: f64) -> binder::Result<f64>; in RepeatDouble() method 279 fn RepeatDouble(&self, _arg_token: f64) -> binder::Result<f64> { in new_async_binder() function 483 fn RepeatDouble(&self, _arg_token: f64) -> binder::Result<f64> { in RepeatDouble() method 665 …pub const RepeatDouble: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRA… constant 2061 fn RepeatDouble(&self, _arg_token: f64) -> binder::Result<f64> { in RepeatDouble() method 2460 fn RepeatDouble<'a>(&'a self, _arg_token: f64) -> binder::BoxFuture<'a, binder::Result<f64>> { in RepeatDouble() method 3212 fn RepeatDouble(&self, _arg_token: f64) -> binder::Result<f64> { self.0.RepeatDouble(_arg_token) } in RepeatDouble() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1658 ::ndk::ScopedAStatus BpTestService::RepeatDouble(double in_token, double* _aidl_return) { in RepeatDouble() function in aidl::android::aidl::tests::BpTestService 4180 ::ndk::ScopedAStatus ITestServiceDefault::RepeatDouble(double /*in_token*/, double* /*_aidl_return*… in RepeatDouble() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 324 Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() function in __anon556d30440111::NativeService
|