Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.h381 bool DirectionWasSpecified() const { return direction_specified_; } in DirectionWasSpecified() function
Daidl_language.cpp1153 if (!arg->DirectionWasSpecified() && can_be_out) { in CheckValid()