Home
last modified time | relevance | path

Searched defs:ReverseLong (Results 1 – 10 of 10) sorted by relevance

/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl63 long[] ReverseLong(in long[] input, out long[] repeated); in ReverseLong() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl131 long[] ReverseLong(in long[] input, out long[] repeated); in ReverseLong() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h85 …::ndk::ScopedAStatus ReverseLong(const std::vector<int64_t>& in_input, std::vector<int64_t>* out_r… in ReverseLong() function
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java234 public long[] ReverseLong(long[] input, long[] repeated) throws RemoteException { in ReverseLong() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h150 …::android::binder::Status ReverseLong(const ::std::vector<int64_t>& input, ::std::vector<int64_t>*… in ReverseLong() function
DITestService.h552 …::android::binder::Status ReverseLong(const ::std::vector<int64_t>& /*input*/, ::std::vector<int64… in ReverseLong() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java98 …@Override public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteExcepti… in ReverseLong() method in ITestService.Default
401 …@Override public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteExcepti… in ReverseLong() method in ITestService.Delegator
2215 …@Override public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteExcepti… in ReverseLong() method in ITestService.Stub.Proxy
3674 public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteException; in ReverseLong() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp2094 ::ndk::ScopedAStatus BpTestService::ReverseLong(const std::vector<int64_t>& in_input, std::vector<i… in ReverseLong() function in aidl::android::aidl::tests::BpTestService
4353 ::ndk::ScopedAStatus ITestServiceDefault::ReverseLong(const std::vector<int64_t>& /*in_input*/, std… in ReverseLong() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp746 ::android::binder::Status BpTestService::ReverseLong(const ::std::vector<int64_t>& input, ::std::ve… in ReverseLong() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/
Daidl_test_service.cpp392 Status ReverseLong(const vector<int64_t>& input, in ReverseLong() function in __anonbcceb43d0111::NativeService