Home
last modified time | relevance | path

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

/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl52 double RepeatDouble(double token); in RepeatDouble() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl120 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/java/src/android/aidl/service/
DTestServiceServer.java178 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.h123 ::android::binder::Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() function
DITestService.h525 ::android::binder::Status RepeatDouble(double /*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
364 @Override public double RepeatDouble(double token) throws android.os.RemoteException in RepeatDouble() method in ITestService.Delegator
1990 @Override public double RepeatDouble(double token) throws android.os.RemoteException in RepeatDouble() method in ITestService.Stub.Proxy
3664 public double RepeatDouble(double token) throws android.os.RemoteException; in RepeatDouble() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1701 ::ndk::ScopedAStatus BpTestService::RepeatDouble(double in_token, double* _aidl_return) { in RepeatDouble() function in aidl::android::aidl::tests::BpTestService
4308 ::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.cpp363 ::android::binder::Status BpTestService::RepeatDouble(double token, double* _aidl_return) { in RepeatDouble() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/
Daidl_test_service.cpp346 Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() function in __anonbcceb43d0111::NativeService