Home
last modified time | relevance | path

Searched refs:FLAG_ONE_WAY (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/
DInterface.h35 const static std::unique_ptr<ConstantExpression> FLAG_ONE_WAY; member
DgenerateJava.cpp404 out << Interface::FLAG_ONE_WAY->javaValue(); in generateJava()
552 out << "boolean _hidl_is_oneway = (_hidl_flags & " << Interface::FLAG_ONE_WAY->javaValue() in generateJava()
DgenerateCpp.cpp1162 out << ", " << Interface::FLAG_ONE_WAY->cppValue(); in generateStaticProxyMethodSource()
1398 out << "bool _hidl_is_oneway = _hidl_flags & " << Interface::FLAG_ONE_WAY->cppValue() in generateStubSource()
DInterface.cpp71 const std::unique_ptr<ConstantExpression> Interface::FLAG_ONE_WAY = member in android::Interface