Searched refs:canBeOut (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() 49 bool canBeOut, const string& declFile, int declLine) in Type() argument 54 m_canBeOut(canBeOut) { in Type()
|
D | type_java.h | 38 bool canWriteToParcel, bool canBeOut); 40 const std::string& name, int kind, bool canWriteToParcel, bool canBeOut,
|