Searched refs:ParcelableInterfaceType (Results 1 – 2 of 2) sorted by relevance
90 return new FieldVariable(m_types->ParcelableInterfaceType(), in BuildWriteToParcelFlags()496 ParcelableInterfaceType::ParcelableInterfaceType(const JavaTypeNamespace* types) in ParcelableInterfaceType() function in android::aidl::java::ParcelableInterfaceType500 void ParcelableInterfaceType::WriteToParcel(StatementBlock* addTo, Variable* v, in WriteToParcel()505 void ParcelableInterfaceType::CreateFromParcel(StatementBlock* addTo, in CreateFromParcel()845 m_parcelable_interface_type = new class ParcelableInterfaceType(this); in Init()
314 class ParcelableInterfaceType : public Type {316 explicit ParcelableInterfaceType(const JavaTypeNamespace* types);463 const Type* ParcelableInterfaceType() const { in ParcelableInterfaceType() function