Searched refs:CanBeOutParameter (Results 1 – 5 of 5) sorted by relevance
75 bool CanBeOutParameter() const override { return false; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::VoidType98 bool CanBeOutParameter() const override { return is_array_; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::PrimitiveType149 bool CanBeOutParameter() const override { return is_array_; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::ByteType263 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::NullableParcelableType284 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::ParcelableType302 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::NullableStringListType318 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::StringListType333 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::NullableUtf8InCppStringListType349 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::Utf8InCppStringListType363 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::NullableBinderListType[all …]
129 if (!a.DirectionWasSpecified() && t->CanBeOutParameter()) { in GetArgType()138 !t->CanBeOutParameter()) { in GetArgType()
49 bool CanBeOutParameter() const override { return false; } in CanBeOutParameter() function106 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function
65 virtual bool CanBeOutParameter() const = 0;
44 bool CanBeOutParameter() const override { return m_canBeOut; } in CanBeOutParameter() function