Home
last modified time | relevance | path

Searched defs:RepeatNullableParcelable (Results 1 – 9 of 9) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl122 @nullable StructuredParcelable RepeatNullableParcelable( in RepeatNullableParcelable() method
/system/tools/aidl/tests/rust/
Dtest_service.rs212 fn 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
1286 …fn RepeatNullableParcelable(&self, _arg_input: Option<&crate::mangled::_7_android_4_aidl_5_tests_2… 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-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
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp2592 ::ndk::ScopedAStatus BpTestService::RepeatNullableParcelable(const std::optional<::aidl::android::a… in RepeatNullableParcelable() function in aidl::android::aidl::tests::BpTestService
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-java-source/gen/android/aidl/tests/
DITestService.java176 …@Override public android.aidl.tests.StructuredParcelable RepeatNullableParcelable(android.aidl.tes… in RepeatNullableParcelable() method in ITestService.Default
1916 …@Override public android.aidl.tests.StructuredParcelable RepeatNullableParcelable(android.aidl.tes… in RepeatNullableParcelable() method in ITestService.Stub.Proxy
2475 …public android.aidl.tests.StructuredParcelable RepeatNullableParcelable(android.aidl.tests.Structu… in RepeatNullableParcelable() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h280 …::android::binder::Status RepeatNullableParcelable(const ::std::optional<::android::aidl::tests::S… in RepeatNullableParcelable() function
/system/tools/aidl/tests/
Daidl_test_service.cpp496 Status RepeatNullableParcelable(const optional<StructuredParcelable>& input, in RepeatNullableParcelable() function in __anonee08dd980111::NativeService