Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_namespace.cpp136 const bool can_be_out = typenames_.CanBeOutParameter(a.GetType()); in GetArgType() local
137 if (!a.DirectionWasSpecified() && can_be_out) { in GetArgType()
143 if (a.GetDirection() != AidlArgument::IN_DIR && !can_be_out) { in GetArgType()