Searched refs:canWriteToParcel (Results 1 – 2 of 2) sorted by relevance
/system/tools/aidl/ |
D | type_java.cpp | 44 bool canWriteToParcel, bool canBeOut) in Type() argument 45 : Type(types, "", name, kind, canWriteToParcel, canBeOut, "", -1) {} in Type() 48 const string& name, int kind, bool canWriteToParcel, in Type() argument 53 m_canWriteToParcel(canWriteToParcel), in Type() 576 bool builtIn, bool canWriteToParcel, in UserDataType() argument 581 canWriteToParcel, true, declFile, declLine) { in UserDataType() 583 canWriteToParcel, declFile, in UserDataType() 649 bool builtIn, bool canWriteToParcel, in UserDataArrayType() argument 654 canWriteToParcel, true, declFile, declLine) {} in UserDataArrayType()
|
D | type_java.h | 38 bool canWriteToParcel, bool canBeOut); 40 const std::string& name, int kind, bool canWriteToParcel, bool canBeOut, 355 bool canWriteToParcel, const std::string& declFile = "", 372 const std::string& name, bool builtIn, bool canWriteToParcel,
|