Searched refs:CanBeOutParameter (Results 1 – 3 of 3) sorted by relevance
70 bool CanBeOutParameter(const AidlTypeSpecifier& type) const;
246 bool AidlTypenames::CanBeOutParameter(const AidlTypeSpecifier& type) const { in CanBeOutParameter() function in android::aidl::AidlTypenames
1152 const bool can_be_out = typenames.CanBeOutParameter(arg->GetType()); in CheckValid()