Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java385 …@Override public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws android.os.RemoteExc… in Repeat2dInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Default
663 …@Override public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws android.os.RemoteExc… in Repeat2dInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Stub.Proxy
737 public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws android.os.RemoteException; in Repeat2dInts() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java385 …@Override public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws android.os.RemoteExc… in Repeat2dInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Default
663 …@Override public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws android.os.RemoteExc… in Repeat2dInts() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Stub.Proxy
737 public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws android.os.RemoteException; in Repeat2dInts() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h106 …::android::binder::Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& /*input*/, std… in Repeat2dInts() function
163 …::android::binder::Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& input, std::ar… in Repeat2dInts() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h106 …::android::binder::Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& /*input*/, std… in Repeat2dInts() function
163 …::android::binder::Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& input, std::ar… in Repeat2dInts() function
/aosp_15_r20/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
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp1009 ::ndk::ScopedAStatus FixedSizeArrayExample::BpRepeatFixedSizeArray::Repeat2dInts(const std::array<s… in Repeat2dInts() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
1222 ::ndk::ScopedAStatus FixedSizeArrayExample::IRepeatFixedSizeArrayDefault::Repeat2dInts(const std::a… in Repeat2dInts() 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/
DFixedSizeArrayExample.cpp1009 ::ndk::ScopedAStatus FixedSizeArrayExample::BpRepeatFixedSizeArray::Repeat2dInts(const std::array<s… in Repeat2dInts() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
1222 ::ndk::ScopedAStatus FixedSizeArrayExample::IRepeatFixedSizeArrayDefault::Repeat2dInts(const std::a… in Repeat2dInts() 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/
DFixedSizeArrayExample.cpp932 ::android::binder::Status FixedSizeArrayExample::BpRepeatFixedSizeArray::Repeat2dInts(const std::ar… in Repeat2dInts() 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/
DFixedSizeArrayExample.cpp932 ::android::binder::Status FixedSizeArrayExample::BpRepeatFixedSizeArray::Repeat2dInts(const std::ar… in Repeat2dInts() function in android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java768 public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws RemoteException { in Repeat2dInts() method in TestServiceServer.FixedSizeArrayService
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_service.rs689 fn Repeat2dInts( in Repeat2dInts() method
Dtest_service_async.rs748 async fn Repeat2dInts( in Repeat2dInts() method
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_service_ndk.cpp821 ScopedAStatus Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& in_input, in Repeat2dInts() function in __anon0586964a0111::FixedSizeArrayService
Daidl_test_service.cpp995 Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& in_input, in Repeat2dInts() function in __anonf414188e0111::FixedSizeArrayService