Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_cpp.cpp75 bool CanBeOutParameter() const override { return false; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::VoidType
105 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::CppArrayType
235 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::NullableParcelableType
261 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::ParcelableType
279 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::NullableMap
294 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::MapType
309 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::NullableStringListType
325 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::StringListType
340 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::NullableUtf8InCppStringListType
356 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon889871910111::Utf8InCppStringListType
[all …]
Dtype_cpp.h49 bool CanBeOutParameter() const override { return false; } in CanBeOutParameter() function
Dtype_java.h44 bool CanBeOutParameter() const override { return m_canBeOut; } in CanBeOutParameter() function