Home
last modified time | relevance | path

Searched defs:RepeatDouble (Results 1 – 8 of 8) 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
1258 …fn RepeatDouble(&self, _arg_token: f64) -> binder::public_api::Result<f64> { self.0.RepeatDouble(_… 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/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
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1369 ::ndk::ScopedAStatus BpTestService::RepeatDouble(double in_token, double* _aidl_return) { in RepeatDouble() function in aidl::android::aidl::tests::BpTestService
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-java-source/gen/android/aidl/tests/
DITestService.java60 @Override public double RepeatDouble(double token) throws android.os.RemoteException in RepeatDouble() method in ITestService.Default
1172 @Override public double RepeatDouble(double token) throws android.os.RemoteException in RepeatDouble() method in ITestService.Stub.Proxy
2442 public double RepeatDouble(double token) throws android.os.RemoteException; in RepeatDouble() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h196 ::android::binder::Status RepeatDouble(double, double*) override { in RepeatDouble() function
/system/tools/aidl/tests/
Daidl_test_service.cpp333 Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() function in __anonee08dd980111::NativeService