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()
313 class ParcelableInterfaceType : public Type {315 ParcelableInterfaceType(const JavaTypeNamespace* types);461 const Type* ParcelableInterfaceType() const { in ParcelableInterfaceType() function