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