Home
last modified time | relevance | path

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

/system/tools/hidl/
DgenerateCpp.cpp1505 std::string callee; in generateStaticStubMethodSource() local
1508 callee = "_hidl_this"; in generateStaticStubMethodSource()
1510 callee = "static_cast<" + fqName.getInterfaceName() + "*>(_hidl_this->getImpl().get())"; in generateStaticStubMethodSource()
1518 << callee << "->" << method->name() in generateStaticStubMethodSource()
1558 out << "::android::hardware::Return<void> _hidl_ret = " << callee << "->" << method->name() in generateStaticStubMethodSource()