Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp102 auto status = service->RepeatNullableParcelable(input, &output); in TEST_F()
108 status = service->RepeatNullableParcelable(input, &output); in TEST_F()
Daidl_test_service.cpp496 Status RepeatNullableParcelable(const optional<StructuredParcelable>& input, in RepeatNullableParcelable() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl122 @nullable StructuredParcelable RepeatNullableParcelable( in RepeatNullableParcelable() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs52 …fn RepeatNullableParcelable(&self, _arg_input: Option<&crate::mangled::_7_android_4_aidl_5_tests_2… in RepeatNullableParcelable() method
185 …fn RepeatNullableParcelable(&self, _arg_input: Option<&crate::mangled::_7_android_4_aidl_5_tests_2… in RepeatNullableParcelable() method
266 pub const RepeatNullableParcelable: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 37; constant
1010 …fn RepeatNullableParcelable(&self, _arg_input: Option<&crate::mangled::_7_android_4_aidl_5_tests_2… in RepeatNullableParcelable() method
1011 …let _aidl_reply = self.binder.transact(transactions::RepeatNullableParcelable, binder::FLAG_CLEAR_… in RepeatNullableParcelable()
1018 return _aidl_default_impl.RepeatNullableParcelable(_arg_input); in RepeatNullableParcelable()
1286RepeatNullableParcelable(&self, _arg_input: Option<&crate::mangled::_7_android_4_aidl_5_tests_20_S… in RepeatNullableParcelable() method
1776 transactions::RepeatNullableParcelable => { in on_transact()
1778 let _aidl_return = _aidl_service.RepeatNullableParcelable(_arg_input.as_ref()); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_client.rs415 let result = service.RepeatNullableParcelable(value.as_ref()); in test_nullable_parcelable()
418 let result = service.RepeatNullableParcelable(None); in test_nullable_parcelable()
Dtest_service.rs212 fn RepeatNullableParcelable( in RepeatNullableParcelable() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h53 …::ndk::ScopedAStatus RepeatNullableParcelable(const std::optional<::aidl::android::aidl::tests::St…
DITestService.h202 …virtual ::ndk::ScopedAStatus RepeatNullableParcelable(const std::optional<::aidl::android::aidl::t…
258 …::ndk::ScopedAStatus RepeatNullableParcelable(const std::optional<::aidl::android::aidl::tests::St…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h55 …::android::binder::Status RepeatNullableParcelable(const ::std::optional<::android::aidl::tests::S…
DITestService.h148 …virtual ::android::binder::Status RepeatNullableParcelable(const ::std::optional<::android::aidl::…
280 …::android::binder::Status RepeatNullableParcelable(const ::std::optional<::android::aidl::tests::S… in RepeatNullableParcelable() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java176 …@Override public android.aidl.tests.StructuredParcelable RepeatNullableParcelable(android.aidl.tes… in RepeatNullableParcelable() method in ITestService.Default
774 android.aidl.tests.StructuredParcelable _result = this.RepeatNullableParcelable(_arg0); in onTransact()
1916 …@Override public android.aidl.tests.StructuredParcelable RepeatNullableParcelable(android.aidl.tes… in RepeatNullableParcelable() method in ITestService.Stub.Proxy
1933 return getDefaultImpl().RepeatNullableParcelable(input); in RepeatNullableParcelable()
2475 …public android.aidl.tests.StructuredParcelable RepeatNullableParcelable(android.aidl.tests.Structu… in RepeatNullableParcelable() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java336 public StructuredParcelable RepeatNullableParcelable(StructuredParcelable input) in RepeatNullableParcelable() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp768 … ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableParcelable(in_input, &_aidl_return); in _aidl_onTransact()
2592 ::ndk::ScopedAStatus BpTestService::RepeatNullableParcelable(const std::optional<::aidl::android::a… in RepeatNullableParcelable() function in aidl::android::aidl::tests::BpTestService
2616 _aidl_status = ITestService::getDefaultImpl()->RepeatNullableParcelable(in_input, _aidl_return); in RepeatNullableParcelable()
3401 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableParcelable(const std::optional<::aidl::andr… in RepeatNullableParcelable() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1530 ::android::binder::Status BpTestService::RepeatNullableParcelable(const ::std::optional<::android::… in RepeatNullableParcelable() function in android::aidl::tests::BpTestService
1547 return ITestService::getDefaultImpl()->RepeatNullableParcelable(input, _aidl_return); in RepeatNullableParcelable()
3144 ::android::binder::Status _aidl_status(RepeatNullableParcelable(in_input, &_aidl_return)); in onTransact()