Home
last modified time | relevance | path

Searched refs:RepeatNullableIntArray (Results 1 – 14 of 14) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl115 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp63 DoTest(&ITestService::RepeatNullableIntArray, std::make_optional(std::vector<int32_t>{1, 2, 3})); in TEST_F()
Daidl_test_service.cpp466 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/
DITestService.rs46 …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/
Dtest_service.rs198 impl_repeat_nullable! {RepeatNullableIntArray, i32}
Dtest_client.rs376 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/
DBpTestService.h47 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s…
DITestService.h196 …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/
DBpTestService.h49 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& in…
DITestService.h142 …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/
DITestService.java152 @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/
DTestServiceServer.java312 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/
DITestService.cpp660 … ::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/
DITestService.cpp1302 ::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()