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::__anon3f86c4500111::VoidType
103 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon3f86c4500111::CppArrayType
233 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon3f86c4500111::NullableParcelableType
259 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon3f86c4500111::ParcelableType
277 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon3f86c4500111::NullableMap
292 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon3f86c4500111::MapType
307 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon3f86c4500111::NullableStringListType
323 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon3f86c4500111::StringListType
338 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon3f86c4500111::NullableUtf8InCppStringListType
354 bool CanBeOutParameter() const override { return true; } in CanBeOutParameter() function in android::aidl::cpp::__anon3f86c4500111::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