Home
last modified time | relevance | path

Searched refs:RepeatNullableParcelableArray (Results 1 – 25 of 30) sorted by relevance

12

/system/tools/aidl/tests/java/src/android/aidl/tests/
DNullableTests.java72 assertThat(mService.RepeatNullableParcelableArray(input), is(input)); in testRepeatNullableParcelableArray()
73 assertThat(mService.RepeatNullableParcelableArray(null), is(nullValue())); in testRepeatNullableParcelableArray()
/system/tools/aidl/tests/
Daidl_test_client_ndk_nullables.cpp66 DoTest(&ITestService::RepeatNullableParcelableArray, std::make_optional(input)); in TEST_F()
Daidl_test_client_nullables.cpp115 DoTest(&ITestService::RepeatNullableParcelableArray, std::make_optional(input)); in TEST_F()
Daidl_test_service.cpp601 Status RepeatNullableParcelableArray( in RepeatNullableParcelableArray() function in __anon6380430e0111::NativeService
Daidl_test_service_ndk.cpp477 ScopedAStatus RepeatNullableParcelableArray( in RepeatNullableParcelableArray() function in __anon4c0400ca0111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl187 @nullable Empty[] RepeatNullableParcelableArray(in @nullable Empty[] input); in RepeatNullableParcelableArray() method
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h174 …::ndk::ScopedAStatus RepeatNullableParcelableArray(const std::optional<std::vector<std::optional<:… in RepeatNullableParcelableArray() function
175 return _impl->RepeatNullableParcelableArray(in_input, _aidl_return); in RepeatNullableParcelableArray()
DBpTestService.h69 …::ndk::ScopedAStatus RepeatNullableParcelableArray(const std::optional<std::vector<std::optional<:…
DITestService.h690 …virtual ::ndk::ScopedAStatus RepeatNullableParcelableArray(const std::optional<std::vector<std::op…
766 …::ndk::ScopedAStatus RepeatNullableParcelableArray(const std::optional<std::vector<std::optional<:…
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h174 …::ndk::ScopedAStatus RepeatNullableParcelableArray(const std::optional<std::vector<std::optional<:… in RepeatNullableParcelableArray() function
175 return _impl->RepeatNullableParcelableArray(in_input, _aidl_return); in RepeatNullableParcelableArray()
DBpTestService.h69 …::ndk::ScopedAStatus RepeatNullableParcelableArray(const std::optional<std::vector<std::optional<:…
DITestService.h690 …virtual ::ndk::ScopedAStatus RepeatNullableParcelableArray(const std::optional<std::vector<std::op…
766 …::ndk::ScopedAStatus RepeatNullableParcelableArray(const std::optional<std::vector<std::optional<:…
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h254 …::android::binder::Status RepeatNullableParcelableArray(const ::std::optional<::std::vector<::std:… in RepeatNullableParcelableArray() function
255 return _aidl_delegate->RepeatNullableParcelableArray(input, _aidl_return); in RepeatNullableParcelableArray()
DBpTestService.h68 …::android::binder::Status RepeatNullableParcelableArray(const ::std::optional<::std::vector<::std:…
DITestService.h598 …virtual ::android::binder::Status RepeatNullableParcelableArray(const ::std::optional<::std::vecto…
766 …::android::binder::Status RepeatNullableParcelableArray(const ::std::optional<::std::vector<::std:… in RepeatNullableParcelableArray() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h254 …::android::binder::Status RepeatNullableParcelableArray(const ::std::optional<::std::vector<::std:… in RepeatNullableParcelableArray() function
255 return _aidl_delegate->RepeatNullableParcelableArray(input, _aidl_return); in RepeatNullableParcelableArray()
DBpTestService.h68 …::android::binder::Status RepeatNullableParcelableArray(const ::std::optional<::std::vector<::std:…
DITestService.h598 …virtual ::android::binder::Status RepeatNullableParcelableArray(const ::std::optional<::std::vecto…
766 …::android::binder::Status RepeatNullableParcelableArray(const ::std::optional<::std::vector<::std:… in RepeatNullableParcelableArray() function
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs75 …fn r#RepeatNullableParcelableArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<crate::man…
159 …fn r#RepeatNullableParcelableArray<'a, >(&'a self, _arg_input: Option<&'a [Option<crate::mangled::…
235 …async fn r#RepeatNullableParcelableArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<crat…
417 …fn r#RepeatNullableParcelableArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<crate::man… in new_async_binder()
418 self._rt.block_on(self._inner.r#RepeatNullableParcelableArray(_arg_input)) in new_async_binder()
643 …fn r#RepeatNullableParcelableArray<'a, >(&'a self, _arg_input: Option<&'a [Option<crate::mangled::… in try_into_local_async()
644 … Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableParcelableArray(_arg_input)) in try_into_local_async()
865 …fn r#RepeatNullableParcelableArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<crate::man…
990 …pub const r#RepeatNullableParcelableArray: binder::binder_impl::TransactionCode = binder::binder_i…
1952 return _aidl_default_impl.r#RepeatNullableParcelableArray(_arg_input); in read_response_RepeatNullableParcelableArray()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs75 …fn r#RepeatNullableParcelableArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<crate::man…
159 …fn r#RepeatNullableParcelableArray<'a, >(&'a self, _arg_input: Option<&'a [Option<crate::mangled::…
235 …async fn r#RepeatNullableParcelableArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<crat…
417 …fn r#RepeatNullableParcelableArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<crate::man… in new_async_binder()
418 self._rt.block_on(self._inner.r#RepeatNullableParcelableArray(_arg_input)) in new_async_binder()
643 …fn r#RepeatNullableParcelableArray<'a, >(&'a self, _arg_input: Option<&'a [Option<crate::mangled::… in try_into_local_async()
644 … Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableParcelableArray(_arg_input)) in try_into_local_async()
865 …fn r#RepeatNullableParcelableArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<crate::man…
990 …pub const r#RepeatNullableParcelableArray: binder::binder_impl::TransactionCode = binder::binder_i…
1952 return _aidl_default_impl.r#RepeatNullableParcelableArray(_arg_input); in read_response_RepeatNullableParcelableArray()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java218 …@Override public android.aidl.tests.ITestService.Empty[] RepeatNullableParcelableArray(android.aid… in RepeatNullableParcelableArray() method in ITestService.Default
535 …@Override public android.aidl.tests.ITestService.Empty[] RepeatNullableParcelableArray(android.aid… in RepeatNullableParcelableArray() method in ITestService.Delegator
537 return mImpl.RepeatNullableParcelableArray(input); in RepeatNullableParcelableArray()
1566 … android.aidl.tests.ITestService.Empty[] _result = this.RepeatNullableParcelableArray(_arg0); in onTransact()
3010 …@Override public android.aidl.tests.ITestService.Empty[] RepeatNullableParcelableArray(android.aid… in RepeatNullableParcelableArray() method in ITestService.Stub.Proxy
3022 return getDefaultImpl().RepeatNullableParcelableArray(input); in RepeatNullableParcelableArray()
3911 …public android.aidl.tests.ITestService.Empty[] RepeatNullableParcelableArray(android.aidl.tests.IT… in RepeatNullableParcelableArray() method
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java218 …@Override public android.aidl.tests.ITestService.Empty[] RepeatNullableParcelableArray(android.aid… in RepeatNullableParcelableArray() method in ITestService.Default
535 …@Override public android.aidl.tests.ITestService.Empty[] RepeatNullableParcelableArray(android.aid… in RepeatNullableParcelableArray() method in ITestService.Delegator
537 return mImpl.RepeatNullableParcelableArray(input); in RepeatNullableParcelableArray()
1566 … android.aidl.tests.ITestService.Empty[] _result = this.RepeatNullableParcelableArray(_arg0); in onTransact()
3010 …@Override public android.aidl.tests.ITestService.Empty[] RepeatNullableParcelableArray(android.aid… in RepeatNullableParcelableArray() method in ITestService.Stub.Proxy
3022 return getDefaultImpl().RepeatNullableParcelableArray(input); in RepeatNullableParcelableArray()
3911 …public android.aidl.tests.ITestService.Empty[] RepeatNullableParcelableArray(android.aidl.tests.IT… in RepeatNullableParcelableArray() method
/system/tools/aidl/tests/rust/
Dtest_service.rs341 impl_repeat_nullable! {RepeatNullableParcelableArray, Option<Empty>}
Dtest_service_async.rs385 impl_repeat_nullable! {RepeatNullableParcelableArray, Option<Empty>}
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java469 public ITestService.Empty[] RepeatNullableParcelableArray(ITestService.Empty[] input) in RepeatNullableParcelableArray() method in TestServiceServer

12