/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.java | 385 …@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/ |
D | FixedSizeArrayExample.java | 385 …@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/ |
D | FixedSizeArrayExample.h | 106 …::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/ |
D | FixedSizeArrayExample.h | 106 …::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/ |
D | FixedSizeArrayExample.aidl | 101 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/ |
D | FixedSizeArrayExample.cpp | 1009 ::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/ |
D | FixedSizeArrayExample.cpp | 1009 ::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/ |
D | FixedSizeArrayExample.cpp | 932 ::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/ |
D | FixedSizeArrayExample.cpp | 932 ::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/ |
D | TestServiceServer.java | 768 public int[][] Repeat2dInts(int[][] input, int[][] repeated) throws RemoteException { in Repeat2dInts() method in TestServiceServer.FixedSizeArrayService
|
/aosp_15_r20/system/tools/aidl/tests/rust/ |
D | test_service.rs | 689 fn Repeat2dInts( in Repeat2dInts() method
|
D | test_service_async.rs | 748 async fn Repeat2dInts( in Repeat2dInts() method
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_service_ndk.cpp | 821 ScopedAStatus Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& in_input, in Repeat2dInts() function in __anon0586964a0111::FixedSizeArrayService
|
D | aidl_test_service.cpp | 995 Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& in_input, in Repeat2dInts() function in __anonf414188e0111::FixedSizeArrayService
|