Home
last modified time | relevance | path

Searched refs:RepeatNullableIntArray (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp61 DoTest(&ITestService::RepeatNullableIntArray, std::make_optional(std::vector<int32_t>{1, 2, 3})); in TEST_F()
Daidl_test_service.cpp364 Status RepeatNullableIntArray(const optional<vector<int32_t>>& input, in RepeatNullableIntArray() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl104 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method