Home
last modified time | relevance | path

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

/system/tools/hidl/
DgenerateCpp.cpp1540 std::string callee; in generateStaticStubMethodSource() local
1543 callee = "_hidl_this"; in generateStaticStubMethodSource()
1545 callee = "static_cast<" + fqName.getInterfaceName() + "*>(_hidl_this->getImpl().get())"; in generateStaticStubMethodSource()
1553 << callee << "->" << method->name() in generateStaticStubMethodSource()
1597 out << "::android::hardware::Return<void> _hidl_ret = " << callee << "->" << method->name() in generateStaticStubMethodSource()