Searched refs:ParcelableInterfaceType (Results 1 – 2 of 2) sorted by relevance
58 return new FieldVariable(m_types->ParcelableInterfaceType()->JavaType(), in BuildWriteToParcelFlags()183 ParcelableInterfaceType::ParcelableInterfaceType(const JavaTypeNamespace* types) in ParcelableInterfaceType() function in android::aidl::java::ParcelableInterfaceType306 std::make_unique<class ParcelableInterfaceType>(this)); in Init()
210 class ParcelableInterfaceType : public Type {212 explicit ParcelableInterfaceType(const JavaTypeNamespace* types);310 const Type* ParcelableInterfaceType() const { in ParcelableInterfaceType() function