Home
last modified time | relevance | path

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

/frameworks/base/tools/aidl/
Daidl.cpp496 && (arg->type.dimension != 0 || t->CanBeOutParameter())) {
506 && !t->CanBeOutParameter()
DType.h41 inline bool CanBeOutParameter() const { return m_canBeOut; } in CanBeOutParameter() function