Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_java.cpp44 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()
Dtype_java.h38 bool canWriteToParcel, bool canBeOut);
40 const std::string& name, int kind, bool canWriteToParcel, bool canBeOut,