Lines Matching defs:const
62 bool Interface::fillPingMethod(Method *method) const { in fillPingMethod()
93 bool Interface::fillLinkToDeathMethod(Method *method) const { in fillLinkToDeathMethod()
137 bool Interface::fillUnlinkToDeathMethod(Method *method) const { in fillUnlinkToDeathMethod()
185 bool Interface::fillSyspropsChangedMethod(Method *method) const { in fillSyspropsChangedMethod()
203 bool Interface::fillSetHALInstrumentationMethod(Method *method) const { in fillSetHALInstrumentationMethod()
236 bool Interface::fillDescriptorChainMethod(Method *method) const { in fillDescriptorChainMethod()
272 std::function<std::string(std::unique_ptr<ConstantExpression>)> byteToString) const { in emitDigestChain()
289 bool Interface::fillHashChainMethod(Method *method) const { in fillHashChainMethod()
330 bool Interface::fillGetDescriptorMethod(Method *method) const { in fillGetDescriptorMethod()
352 bool Interface::fillGetDebugInfoMethod(Method *method) const { in fillGetDebugInfoMethod()
404 bool Interface::fillDebugMethod(Method *method) const { in fillDebugMethod()
502 void Interface::getAlignmentAndSize(size_t* align, size_t* size) const { in getAlignmentAndSize()
717 bool specifyNamespaces) const { in getCppType()
734 std::string Interface::getJavaType(bool /* forInitializer */) const { in getJavaType()
752 ErrorMode mode) const { in emitReaderWriter()
815 void Interface::emitHidlDefinition(Formatter& out) const { in emitHidlDefinition()
842 void Interface::emitPackageTypeDeclarations(Formatter& out) const { in emitPackageTypeDeclarations()
848 void Interface::emitPackageTypeHeaderDefinitions(Formatter& out) const { in emitPackageTypeHeaderDefinitions()
862 void Interface::emitTypeDefinitions(Formatter& out, const std::string& prefix) const { in emitTypeDefinitions() argument
872 bool isReader) const { in emitJavaReaderWriter()
888 void Interface::emitVtsAttributeDeclaration(Formatter& out) const { in emitVtsAttributeDeclaration()
902 void Interface::emitVtsMethodDeclaration(Formatter& out, bool isInherited) const { in emitVtsMethodDeclaration()
958 void Interface::emitVtsAttributeType(Formatter& out) const { in emitVtsAttributeType()
965 bool Interface::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible()