Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_typenames.h70 bool CanBeOutParameter(const AidlTypeSpecifier& type) const;
Daidl_typenames.cpp246 bool AidlTypenames::CanBeOutParameter(const AidlTypeSpecifier& type) const { in CanBeOutParameter() function in android::aidl::AidlTypenames
Daidl_language.cpp1152 const bool can_be_out = typenames.CanBeOutParameter(arg->GetType()); in CheckValid()