Home
last modified time | relevance | path

Searched refs:RepeatDouble (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl51 double RepeatDouble(double token); in RepeatDouble() method
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp69 !RepeatPrimitive(s, &ITestService::RepeatDouble, double{1.0/3.0}) || in ConfirmPrimitiveRepeat()
Daidl_test_service.cpp157 Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble() function in __anonabab27810111::NativeService
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java155 double response = service.RepeatDouble(query); in checkPrimitiveRepeat()