Searched refs:FLAG_ONE_WAY (Results 1 – 4 of 4) sorted by relevance
35 const static std::unique_ptr<ConstantExpression> FLAG_ONE_WAY; member
404 out << Interface::FLAG_ONE_WAY->javaValue(); in generateJava()552 out << "boolean _hidl_is_oneway = (_hidl_flags & " << Interface::FLAG_ONE_WAY->javaValue() in generateJava()
1162 out << ", " << Interface::FLAG_ONE_WAY->cppValue(); in generateStaticProxyMethodSource()1398 out << "bool _hidl_is_oneway = _hidl_flags & " << Interface::FLAG_ONE_WAY->cppValue() in generateStubSource()
71 const std::unique_ptr<ConstantExpression> Interface::FLAG_ONE_WAY = member in android::Interface