Home
last modified time | relevance | path

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

/frameworks/base/tools/aidl/
DType.cpp162 bool canBeOut) in Type() argument
170 m_canBeOut(canBeOut) in Type()
177 bool canBeOut, const string& declFile, int declLine) in Type() argument
185 m_canBeOut(canBeOut) in Type()
DType.h27 bool canWriteToRpcData, bool canBeOut);
29 int kind, bool canWriteToParcel, bool canWriteToRpcData, bool canBeOut,