Home
last modified time | relevance | path

Searched defs:RepeatDouble (Results 1 – 10 of 10) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl100 double RepeatDouble(double token); in RepeatDouble() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h58 ::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/
DITestService.java61 @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/
DTestServiceServer.java169 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/
DBnTestService.h112 ::android::binder::Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() function
DITestService.h313 ::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/
DITestService.cpp354 ::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/
DITestService.rs27 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/
DITestService.cpp1658 ::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/
Daidl_test_service.cpp324 Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() function in __anon556d30440111::NativeService