HomeSort by relevance Sort by last modified time
    Searched refs:fullJavaName (Results 1 - 5 of 5) sorted by null

  /system/tools/hidl/
NamedType.h 41 /* short for fqName().fullJavaName() */
42 std::string fullJavaName() const;
NamedType.cpp 41 std::string NamedType::fullJavaName() const {
CompoundType.cpp 133 return fullJavaName();
249 out << "new " << fullJavaName() << "();\n";
263 << fullJavaName()
267 << fullJavaName()
605 out.sIf("otherObject.getClass() != " + fullJavaName() + ".class", [&] {
608 out << fullJavaName() << " other = (" << fullJavaName() << ")otherObject;\n";
687 out << fullJavaName() << " tmp = ";
758 out << "for(" << fullJavaName() << " tmp: _hidl_vec)\n";
    [all...]
generateJava.cpp 134 out << superType->fullJavaName();
364 << superInterface->fullJavaName()
556 << superInterface->fullJavaName()
Interface.cpp 282 out << chain[i]->fullJavaName() << ".kInterfaceName";
360 << fullJavaName()
762 return fullJavaName();
874 out << fullJavaName()

Completed in 208 milliseconds