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