Home
last modified time | relevance | path

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

/frameworks/base/tools/aidl/
DType.h41 inline bool CanBeOutParameter() const { return m_canBeOut; } in CanBeOutParameter()
85 bool m_canBeOut; variable
DType.cpp170 m_canBeOut(canBeOut) in Type()
185 m_canBeOut(canBeOut) in Type()