Searched refs:emitVtsMethodDeclaration (Results 1 – 3 of 3) sorted by relevance
84 superInterface->emitVtsMethodDeclaration(out, true /*isInhereted*/); in generateVts()87 iface->emitVtsMethodDeclaration(out, false /*isInhereted*/); in generateVts()
135 void emitVtsMethodDeclaration(Formatter& out, bool isInherited) const;
900 void Interface::emitVtsMethodDeclaration(Formatter& out, bool isInherited) const { in emitVtsMethodDeclaration() function in android::Interface