Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/fixedsizearray/
DFixedSizeArrayExample.aidl101 int[2][3] Repeat2dInts(in int[2][3] input, out int[2][3] repeated); in Repeat2dInts() method
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs379 …fn Repeat2dInts(&self, _arg_input: &[[i32; 3]; 2], _arg_repeated: &mut [[i32; 3]; 2]) -> binder::R… in Repeat2dInts() method
396 …fn Repeat2dInts<'a>(&'a self, _arg_input: &'a [[i32; 3]; 2], _arg_repeated: &'a mut [[i32; 3]; 2])… in Repeat2dInts() method
408 …async fn Repeat2dInts(&self, _arg_input: &[[i32; 3]; 2], _arg_repeated: &mut [[i32; 3]; 2]) -> bin… in Repeat2dInts() method
447 …fn Repeat2dInts(&self, _arg_input: &[[i32; 3]; 2], _arg_repeated: &mut [[i32; 3]; 2]) -> binder::R… in new_async_binder() function
477 …fn Repeat2dInts(&self, _arg_input: &[[i32; 3]; 2], _arg_repeated: &mut [[i32; 3]; 2]) -> binder::R… in Repeat2dInts() method
493 …pub const Repeat2dInts: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRA… constant
674 …fn Repeat2dInts(&self, _arg_input: &[[i32; 3]; 2], _arg_repeated: &mut [[i32; 3]; 2]) -> binder::R… in Repeat2dInts() method
756 …fn Repeat2dInts<'a>(&'a self, _arg_input: &'a [[i32; 3]; 2], _arg_repeated: &'a mut [[i32; 3]; 2])… in Repeat2dInts() method
802 …fn Repeat2dInts(&self, _arg_input: &[[i32; 3]; 2], _arg_repeated: &mut [[i32; 3]; 2]) -> binder::R… in Repeat2dInts() method
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java380 …@Override public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws android.os.RemoteExc… in Repeat2dInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Default
661 …@Override public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws android.os.RemoteExc… in Repeat2dInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Stub.Proxy
734 public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws android.os.RemoteException; in Repeat2dInts() method
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h93 …::android::binder::Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& /*input*/, std… in Repeat2dInts() function
149 …::android::binder::Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& input, std::ar… in Repeat2dInts() function
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp1000 ::ndk::ScopedAStatus FixedSizeArrayExample::BpRepeatFixedSizeArray::Repeat2dInts(const std::array<s… in Repeat2dInts() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
1204 ::ndk::ScopedAStatus FixedSizeArrayExample::IRepeatFixedSizeArrayDefault::Repeat2dInts(const std::a… in Repeat2dInts() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::IRepeatFixedSizeArrayDefault
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp920 ::android::binder::Status FixedSizeArrayExample::BpRepeatFixedSizeArray::Repeat2dInts(const std::ar… in Repeat2dInts() function in android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
/system/tools/aidl/tests/rust/
Dtest_service.rs562 fn Repeat2dInts( in Repeat2dInts() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java723 public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws RemoteException { in Repeat2dInts() method in TestServiceServer.FixedSizeArrayService
/system/tools/aidl/tests/
Daidl_test_service.cpp891 Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& in_input, in Repeat2dInts() function in __anon556d30440111::FixedSizeArrayService