Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp1152 const bool can_be_out = typenames.CanBeOutParameter(arg->GetType()); in CheckValid() local
1153 if (!arg->DirectionWasSpecified() && can_be_out) { in CheckValid()
1159 if (arg->GetDirection() != AidlArgument::IN_DIR && !can_be_out) { in CheckValid()