Home
last modified time | relevance | path

Searched defs:RepeatInts (Results 1 – 9 of 9) sorted by relevance

/system/tools/aidl/tests/android/aidl/fixedsizearray/
DFixedSizeArrayExample.aidl95 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/
DFixedSizeArrayExample.rs375 …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/
DFixedSizeArrayExample.java364 … @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/
DFixedSizeArrayExample.h81 …::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/
DFixedSizeArrayExample.cpp828 ::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/
DFixedSizeArrayExample.cpp756 ::android::binder::Status FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatInts(const std::arra… in RepeatInts() function in android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
/system/tools/aidl/tests/rust/
Dtest_service.rs534 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/
DTestServiceServer.java692 public int[] RepeatInts(int[] input, int[] repeated) throws RemoteException { in RepeatInts() method in TestServiceServer.FixedSizeArrayService
/system/tools/aidl/tests/
Daidl_test_service.cpp863 Status RepeatInts(const std::array<int32_t, 3>& in_input, std::array<int32_t, 3>* out_repeated, in RepeatInts() function in __anon556d30440111::FixedSizeArrayService