Home
last modified time | relevance | path

Searched refs:canWriteToParcel (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Dtype_java.cpp41 Type::Type(const JavaTypeNamespace* types, const string& name, int kind, bool canWriteToParcel) in Type() argument
42 : Type(types, "", name, kind, canWriteToParcel, "", -1) {} in Type()
45 bool canWriteToParcel, const string& declFile, int declLine) in Type() argument
49 m_canWriteToParcel(canWriteToParcel) {} in Type()
201 const string& name, bool builtIn, bool canWriteToParcel, in UserDataType() argument
205 canWriteToParcel, declFile, declLine) { in UserDataType()
207 canWriteToParcel, declFile, in UserDataType()
212 const string& name, bool builtIn, bool canWriteToParcel, in UserDataArrayType() argument
216 canWriteToParcel, declFile, declLine) {} in UserDataArrayType()
Dtype_java.h39 Type(const JavaTypeNamespace* types, const std::string& name, int kind, bool canWriteToParcel);
41 int kind, bool canWriteToParcel, const std::string& declFile = "", int declLine = -1);
233 bool canWriteToParcel, const std::string& declFile = "",
242 const std::string& name, bool builtIn, bool canWriteToParcel,