Home
last modified time | relevance | path

Searched defs:RepeatBadParcelable (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-java-source/gen/android/aidl/tests/
DICppJavaTests.java16 …@Override public android.aidl.tests.BadParcelable RepeatBadParcelable(android.aidl.tests.BadParcel… in RepeatBadParcelable() method in ICppJavaTests.Default
273 …@Override public android.aidl.tests.BadParcelable RepeatBadParcelable(android.aidl.tests.BadParcel… in RepeatBadParcelable() method in ICppJavaTests.Stub.Proxy
446 …public android.aidl.tests.BadParcelable RepeatBadParcelable(android.aidl.tests.BadParcelable input… in RepeatBadParcelable() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-java-source/gen/android/aidl/tests/
DICppJavaTests.java16 …@Override public android.aidl.tests.BadParcelable RepeatBadParcelable(android.aidl.tests.BadParcel… in RepeatBadParcelable() method in ICppJavaTests.Default
273 …@Override public android.aidl.tests.BadParcelable RepeatBadParcelable(android.aidl.tests.BadParcel… in RepeatBadParcelable() method in ICppJavaTests.Stub.Proxy
446 …public android.aidl.tests.BadParcelable RepeatBadParcelable(android.aidl.tests.BadParcelable input… in RepeatBadParcelable() method
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/
DICppJavaTests.aidl28 BadParcelable RepeatBadParcelable(in BadParcelable input); in RepeatBadParcelable() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-cpp-source/gen/include/android/aidl/tests/
DICppJavaTests.h55 …::android::binder::Status RepeatBadParcelable(const ::android::aidl::tests::BadParcelable& /*input… in RepeatBadParcelable() function
DBnCppJavaTests.h39 …::android::binder::Status RepeatBadParcelable(const ::android::aidl::tests::BadParcelable& input, … in RepeatBadParcelable() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-cpp-source/gen/include/android/aidl/tests/
DICppJavaTests.h55 …::android::binder::Status RepeatBadParcelable(const ::android::aidl::tests::BadParcelable& /*input… in RepeatBadParcelable() function
DBnCppJavaTests.h39 …::android::binder::Status RepeatBadParcelable(const ::android::aidl::tests::BadParcelable& input, … in RepeatBadParcelable() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-cpp-source/gen/android/aidl/tests/
DICppJavaTests.cpp30 ::android::binder::Status BpCppJavaTests::RepeatBadParcelable(const ::android::aidl::tests::BadParc… in RepeatBadParcelable() function in android::aidl::tests::BpCppJavaTests
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-cpp-source/gen/android/aidl/tests/
DICppJavaTests.cpp30 ::android::binder::Status BpCppJavaTests::RepeatBadParcelable(const ::android::aidl::tests::BadParc… in RepeatBadParcelable() function in android::aidl::tests::BpCppJavaTests
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java667 public BadParcelable RepeatBadParcelable(BadParcelable input) throws RemoteException { in RepeatBadParcelable() method in TestServiceServer.MyCppJavaTests
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_service.cpp201 Status RepeatBadParcelable(const BadParcelable& input, BadParcelable* _aidl_return) override { in RepeatBadParcelable() function in __anonf414188e0111::CppJavaTests