Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl180 @nullable List<Empty> RepeatNullableParcelableList( in RepeatNullableParcelableList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h169 …::ndk::ScopedAStatus RepeatNullableParcelableList(const std::optional<std::vector<std::optional<::… in RepeatNullableParcelableList() function
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java455 public List<ITestService.Empty> RepeatNullableParcelableList(List<ITestService.Empty> input) in RepeatNullableParcelableList() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h246 …::android::binder::Status RepeatNullableParcelableList(const ::std::optional<::std::vector<::std::… in RepeatNullableParcelableList() function
DITestService.h636 …::android::binder::Status RepeatNullableParcelableList(const ::std::optional<::std::vector<::std::… in RepeatNullableParcelableList() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java214 … public java.util.List<android.aidl.tests.ITestService.Empty> RepeatNullableParcelableList(java.ut… in RepeatNullableParcelableList() method in ITestService.Default
518 … public java.util.List<android.aidl.tests.ITestService.Empty> RepeatNullableParcelableList(java.ut… in RepeatNullableParcelableList() method in ITestService.Delegator
2913 … public java.util.List<android.aidl.tests.ITestService.Empty> RepeatNullableParcelableList(java.ut… in RepeatNullableParcelableList() method in ITestService.Stub.Proxy
3707 …public java.util.List<android.aidl.tests.ITestService.Empty> RepeatNullableParcelableList(java.uti… in RepeatNullableParcelableList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp3305 ::ndk::ScopedAStatus BpTestService::RepeatNullableParcelableList(const std::optional<std::vector<st… in RepeatNullableParcelableList() function in aidl::android::aidl::tests::BpTestService
4493 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableParcelableList(const std::optional<std::vec… in RepeatNullableParcelableList() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1922 ::android::binder::Status BpTestService::RepeatNullableParcelableList(const ::std::optional<::std::… in RepeatNullableParcelableList() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/
Daidl_test_service.cpp617 Status RepeatNullableParcelableList( in RepeatNullableParcelableList() function in __anonbcceb43d0111::NativeService