/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
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.rs | 375 …fn RepeatInts(&self, _arg_input: &[i32; 3], _arg_repeated: &mut [i32; 3]) -> binder::Result<[i32; … in RepeatInts() method 392 …fn RepeatInts<'a>(&'a self, _arg_input: &'a [i32; 3], _arg_repeated: &'a mut [i32; 3]) -> binder::… in RepeatInts() method 404 …async fn RepeatInts(&self, _arg_input: &[i32; 3], _arg_repeated: &mut [i32; 3]) -> binder::Result<… in RepeatInts() method 435 …fn RepeatInts(&self, _arg_input: &[i32; 3], _arg_repeated: &mut [i32; 3]) -> binder::Result<[i32; … in new_async_binder() function 465 …fn RepeatInts(&self, _arg_input: &[i32; 3], _arg_repeated: &mut [i32; 3]) -> binder::Result<[i32; … in RepeatInts() method 489 …pub const RepeatInts: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRANS… constant 654 …fn RepeatInts(&self, _arg_input: &[i32; 3], _arg_repeated: &mut [i32; 3]) -> binder::Result<[i32; … in RepeatInts() method 704 …fn RepeatInts<'a>(&'a self, _arg_input: &'a [i32; 3], _arg_repeated: &'a mut [i32; 3]) -> binder::… in RepeatInts() method 798 …fn RepeatInts(&self, _arg_input: &[i32; 3], _arg_repeated: &mut [i32; 3]) -> binder::Result<[i32; … in RepeatInts() method
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.java | 364 … @Override public int[] RepeatInts(int[] input, int[] repeated) throws android.os.RemoteException in RepeatInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Default 585 … @Override public int[] RepeatInts(int[] input, int[] repeated) throws android.os.RemoteException in RepeatInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Stub.Proxy 730 public int[] RepeatInts(int[] input, int[] repeated) throws android.os.RemoteException; in RepeatInts() method
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 81 …::android::binder::Status RepeatInts(const std::array<int32_t, 3>& /*input*/, std::array<int32_t, … in RepeatInts() function 137 …::android::binder::Status RepeatInts(const std::array<int32_t, 3>& input, std::array<int32_t, 3>* … in RepeatInts() function
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.cpp | 828 ::ndk::ScopedAStatus FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatInts(const std::array<int… in RepeatInts() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray 1184 ::ndk::ScopedAStatus FixedSizeArrayExample::IRepeatFixedSizeArrayDefault::RepeatInts(const std::arr… in RepeatInts() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::IRepeatFixedSizeArrayDefault
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.cpp | 756 ::android::binder::Status FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatInts(const std::arra… in RepeatInts() function in android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 534 fn RepeatInts(&self, input: &[i32; 3], repeated: &mut [i32; 3]) -> binder::Result<[i32; 3]> { in RepeatInts() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 692 public int[] RepeatInts(int[] input, int[] repeated) throws RemoteException { in RepeatInts() method in TestServiceServer.FixedSizeArrayService
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 863 Status RepeatInts(const std::array<int32_t, 3>& in_input, std::array<int32_t, 3>* out_repeated, in RepeatInts() function in __anon556d30440111::FixedSizeArrayService
|