Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl96 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp231 &ITestService::RepeatNullableIntArray)) { in ConfirmNullables()
Daidl_test_service.cpp344 Status RepeatNullableIntArray(const unique_ptr<vector<int32_t>>& input, in RepeatNullableIntArray() function in __anonabab27810111::NativeService