/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 115 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
|
/system/tools/aidl/tests/ |
D | aidl_test_client_nullables.cpp | 63 DoTest(&ITestService::RepeatNullableIntArray, std::make_optional(std::vector<int32_t>{1, 2, 3})); in TEST_F()
|
D | aidl_test_service.cpp | 466 Status RepeatNullableIntArray(const optional<vector<int32_t>>& input, in RepeatNullableIntArray() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 46 …fn RepeatNullableIntArray(&self, _arg_input: Option<&[i32]>) -> binder::public_api::Result<Option<… in RepeatNullableIntArray() method 167 …fn RepeatNullableIntArray(&self, _arg_input: Option<&[i32]>) -> binder::public_api::Result<Option<… in RepeatNullableIntArray() method 260 pub const RepeatNullableIntArray: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 31; constant 908 …fn RepeatNullableIntArray(&self, _arg_input: Option<&[i32]>) -> binder::public_api::Result<Option<… in RepeatNullableIntArray() method 909 …let _aidl_reply = self.binder.transact(transactions::RepeatNullableIntArray, binder::FLAG_CLEAR_BU… in RepeatNullableIntArray() 916 return _aidl_default_impl.RepeatNullableIntArray(_arg_input); in RepeatNullableIntArray() 1280 …fn RepeatNullableIntArray(&self, _arg_input: Option<&[i32]>) -> binder::public_api::Result<Option<… in RepeatNullableIntArray() method 1704 transactions::RepeatNullableIntArray => { in on_transact() 1706 let _aidl_return = _aidl_service.RepeatNullableIntArray(_arg_input.as_deref()); in on_transact()
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 198 impl_repeat_nullable! {RepeatNullableIntArray, i32}
|
D | test_client.rs | 376 test_nullable! {test_nullable_array_int, RepeatNullableIntArray, vec![1, 2, 3]}
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 47 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s…
|
D | ITestService.h | 196 …virtual ::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_… 252 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 49 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& in…
|
D | ITestService.h | 142 …virtual ::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32… 262 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>&, :… in RepeatNullableIntArray() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 152 @Override public int[] RepeatNullableIntArray(int[] input) throws android.os.RemoteException in RepeatNullableIntArray() method in ITestService.Default 709 int[] _result = this.RepeatNullableIntArray(_arg0); in onTransact() 1778 @Override public int[] RepeatNullableIntArray(int[] input) throws android.os.RemoteException in RepeatNullableIntArray() method in ITestService.Stub.Proxy 1789 return getDefaultImpl().RepeatNullableIntArray(input); in RepeatNullableIntArray() 2469 public int[] RepeatNullableIntArray(int[] input) throws android.os.RemoteException; in RepeatNullableIntArray() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 312 public int[] RepeatNullableIntArray(int[] input) throws RemoteException { in RepeatNullableIntArray() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 660 … ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableIntArray(in_input, &_aidl_return); in _aidl_onTransact() 2346 ::ndk::ScopedAStatus BpTestService::RepeatNullableIntArray(const std::optional<std::vector<int32_t>… in RepeatNullableIntArray() function in aidl::android::aidl::tests::BpTestService 2370 _aidl_status = ITestService::getDefaultImpl()->RepeatNullableIntArray(in_input, _aidl_return); in RepeatNullableIntArray() 3371 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableIntArray(const std::optional<std::vector<in… in RepeatNullableIntArray() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1302 ::android::binder::Status BpTestService::RepeatNullableIntArray(const ::std::optional<::std::vector… in RepeatNullableIntArray() function in android::aidl::tests::BpTestService 1319 return ITestService::getDefaultImpl()->RepeatNullableIntArray(input, _aidl_return); in RepeatNullableIntArray() 2988 ::android::binder::Status _aidl_status(RepeatNullableIntArray(in_input, &_aidl_return)); in onTransact()
|