Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp66 !RepeatPrimitive(s, &ITestService::RepeatInt, int32_t{1 << 30}) || in ConfirmPrimitiveRepeat()
72 s, &ITestService::RepeatInt, ITestService::TEST_CONSTANT) || in ConfirmPrimitiveRepeat()
74 s, &ITestService::RepeatInt, ITestService::TEST_CONSTANT2) || in ConfirmPrimitiveRepeat()
76 s, &ITestService::RepeatInt, ITestService::TEST_CONSTANT3) || in ConfirmPrimitiveRepeat()
78 s, &ITestService::RepeatInt, ITestService::TEST_CONSTANT4) || in ConfirmPrimitiveRepeat()
80 s, &ITestService::RepeatInt, ITestService::TEST_CONSTANT5) || in ConfirmPrimitiveRepeat()
82 s, &ITestService::RepeatInt, ITestService::TEST_CONSTANT6) || in ConfirmPrimitiveRepeat()
84 s, &ITestService::RepeatInt, ITestService::TEST_CONSTANT7) || in ConfirmPrimitiveRepeat()
86 s, &ITestService::RepeatInt, ITestService::TEST_CONSTANT8) || in ConfirmPrimitiveRepeat()
88 s, &ITestService::RepeatInt, ITestService::TEST_CONSTANT9) || in ConfirmPrimitiveRepeat()
[all …]
Daidl_test_service.cpp141 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function in __anonbc6e0ff70111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl45 int RepeatInt(int token); in RepeatInt() method
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java112 int response = service.RepeatInt(query); in checkPrimitiveRepeat()
128 int response = service.RepeatInt(query[i]); in checkPrimitiveRepeat()