Home
last modified time | relevance | path

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

/system/tools/hidl/
DgenerateCpp.cpp1826 std::string callee; in generateStaticStubMethodSource() local
1829 callee = "_hidl_this"; in generateStaticStubMethodSource()
1831 callee = "static_cast<" + klassName + "*>(_hidl_this)->_hidl_mImpl"; in generateStaticStubMethodSource()
1839 << callee << "->" << method->name() in generateStaticStubMethodSource()
1881 out << callee << "->" << method->name() << "("; in generateStaticStubMethodSource()