Home
last modified time | relevance | path

Searched refs:AddCompoundParcelable (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/tests/
Dend_to_end_tests.cpp87 io_delegate_.AddCompoundParcelable("android.test.CompoundParcelable", in TEST_F()
112 io_delegate_.AddCompoundParcelable("android.test.CompoundParcelable", in TEST_F()
137 io_delegate_.AddCompoundParcelable("android.test.CompoundParcelable", in TEST_F()
163 io_delegate_.AddCompoundParcelable("android.test.CompoundParcelable", in TEST_F()
190 io_delegate_.AddCompoundParcelable("android.test.CompoundParcelable", in TEST_F()
Dfake_io_delegate.h57 void AddCompoundParcelable(const std::string& canonical_name,
Dfake_io_delegate.cpp127 void FakeIoDelegate::AddCompoundParcelable(const string& canonical_name, in AddCompoundParcelable() function in android::aidl::test::FakeIoDelegate