/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.java | 369 … @Override public int[] RepeatInts(int[] input, int[] repeated) throws android.os.RemoteException in RepeatInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Default 587 … @Override public int[] RepeatInts(int[] input, int[] repeated) throws android.os.RemoteException in RepeatInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Stub.Proxy 733 public int[] RepeatInts(int[] input, int[] repeated) throws android.os.RemoteException; in RepeatInts() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.java | 369 … @Override public int[] RepeatInts(int[] input, int[] repeated) throws android.os.RemoteException in RepeatInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Default 587 … @Override public int[] RepeatInts(int[] input, int[] repeated) throws android.os.RemoteException in RepeatInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Stub.Proxy 733 public int[] RepeatInts(int[] input, int[] repeated) throws android.os.RemoteException; in RepeatInts() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 94 …::android::binder::Status RepeatInts(const std::array<int32_t, 3>& /*input*/, std::array<int32_t, … in RepeatInts() function 151 …::android::binder::Status RepeatInts(const std::array<int32_t, 3>& input, std::array<int32_t, 3>* … in RepeatInts() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 94 …::android::binder::Status RepeatInts(const std::array<int32_t, 3>& /*input*/, std::array<int32_t, … in RepeatInts() function 151 …::android::binder::Status RepeatInts(const std::array<int32_t, 3>& input, std::array<int32_t, 3>* … in RepeatInts() function
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.aidl | 95 int[3] RepeatInts(in int[3] input, out int[3] repeated); in RepeatInts() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.cpp | 837 ::ndk::ScopedAStatus FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatInts(const std::array<int… in RepeatInts() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray 1202 ::ndk::ScopedAStatus FixedSizeArrayExample::IRepeatFixedSizeArrayDefault::RepeatInts(const std::arr… in RepeatInts() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::IRepeatFixedSizeArrayDefault
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.cpp | 837 ::ndk::ScopedAStatus FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatInts(const std::array<int… in RepeatInts() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray 1202 ::ndk::ScopedAStatus FixedSizeArrayExample::IRepeatFixedSizeArrayDefault::RepeatInts(const std::arr… in RepeatInts() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::IRepeatFixedSizeArrayDefault
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.cpp | 764 ::android::binder::Status FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatInts(const std::arra… in RepeatInts() function in android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.cpp | 764 ::android::binder::Status FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatInts(const std::arra… in RepeatInts() function in android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
|
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 737 public int[] RepeatInts(int[] input, int[] repeated) throws RemoteException { in RepeatInts() method in TestServiceServer.FixedSizeArrayService
|
/aosp_15_r20/system/tools/aidl/tests/rust/ |
D | test_service.rs | 661 fn RepeatInts(&self, input: &[i32; 3], repeated: &mut [i32; 3]) -> binder::Result<[i32; 3]> { in RepeatInts() method
|
D | test_service_async.rs | 716 async fn RepeatInts( in RepeatInts() method
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_service_ndk.cpp | 792 ScopedAStatus RepeatInts(const std::array<int32_t, 3>& in_input, in RepeatInts() function in __anon0586964a0111::FixedSizeArrayService
|
D | aidl_test_service.cpp | 967 Status RepeatInts(const std::array<int32_t, 3>& in_input, std::array<int32_t, 3>* out_repeated, in RepeatInts() function in __anonf414188e0111::FixedSizeArrayService
|