Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl69 long[] ReverseLong (in long[] input, out long[] repeated); in ReverseLong() method
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp138 DoTest(&ITestService::ReverseLong, {-1LL, 0LL, int64_t{1LL << 60}}); in TEST_F()
Daidl_test_service.cpp240 Status ReverseLong(const vector<int64_t>& input, in ReverseLong() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java218 long[] reversed = service.ReverseLong(input, echoed); in testLongArrayReversal()