Searched refs:callee (Results 1 – 1 of 1) sorted by relevance
1540 std::string callee; in generateStaticStubMethodSource() local1543 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()