Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_typenames.h60 bool CanBeOutParameter(const AidlTypeSpecifier& type) const;
Dtype_namespace.cpp136 const bool can_be_out = typenames_.CanBeOutParameter(a.GetType()); in GetArgType()
Daidl_typenames.cpp163 bool AidlTypenames::CanBeOutParameter(const AidlTypeSpecifier& type) const { in CanBeOutParameter() function in android::aidl::AidlTypenames