Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 38) sorted by relevance

12

/system/tools/hidl/c2hal/
DFunctionDeclaration.cpp51 const Type* FunctionDeclaration::getType() const { in getType() function in android::FunctionDeclaration
60 if (!getType()->isVoid()) { in generateSource()
62 << getType()->decorateName(getName() + "Ret") in generateSource()
70 out << getType()->decorateName("(*" + getName() + ")"); in generateParameterSource()
80 if (var->getType()->isVoid()) { in processContents()
DExpression.cpp89 Type getType(const AST &ast) override { in getType() function
90 return mInner->getType(ast); in getType()
107 Type getType(const AST &ast) override { in getType() function
141 Type getType(const AST &ast) override { in getType() function
142 return mRhs->getType(ast); in getType()
164 Type getType(const AST &ast) override { in getType() function
165 return coalesceTypes(mLhs->getType(ast), mRhs->getType(ast)); in getType()
189 Type getType(const AST &ast) override { in getType() function
190 return coalesceTypes(mMhs->getType(ast), mRhs->getType(ast)); in getType()
212 Type getType(const AST &) override { in getType() function
[all …]
DVarDeclaration.cpp40 Type* VarDeclaration::getType() const { in getType() function in android::VarDeclaration
45 out << getType()->decorateName(getName()) in generateSource()
50 out << getType()->decorateName(getName()); in generateParameterSource()
DVarDeclaration.h31 Type* getType() const;
DFunctionDeclaration.h37 const Type * getType() const;
DDefine.cpp58 mExpressionType = mExpression->getType(ast); in processContents()
DExpression.h77 virtual Type getType(const AST &scope) = 0;
DCompositeDeclaration.cpp126 if(var->getType()->isHwDevice()) { in processContents()
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java70 XsdType type = element.getType(); in CppCodeGenerator()
152 XsdType type = element.getType(); in print()
213 XsdType type = element.getType(); in printPrototype()
247 if (element.getRef() == null && element.getType().getRef() == null in printClass()
248 && element.getType() instanceof XsdComplexType) { in printClass()
252 XsdComplexType innerType = (XsdComplexType) element.getType(); in printClass()
257 cppType = parseType(elementValue.getType(), getElementName(elementValue)); in printClass()
269 XsdType type = resolveAttribute(attribute).getType(); in printClass()
345 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printParser()
350 XsdType type = resolveAttribute(attribute).getType(); in printParser()
[all …]
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java63 XsdType type = element.getType(); in JavaCodeGenerator()
105 XsdType type = element.getType(); in print()
194 if (element.getRef() == null && element.getType().getRef() == null in printClass()
195 && element.getType() instanceof XsdComplexType) { in printClass()
198 XsdComplexType innerType = (XsdComplexType) element.getType(); in printClass()
204 javaType = parseType(elementValue.getType(), getElementName(elementValue)); in printClass()
216 XsdType type = resolveAttribute(attribute).getType(); in printClass()
279 JavaType javaType = parseType(elementValue.getType(), elementValue.getName()); in printParser()
284 XsdType type = resolveAttribute(attribute).getType(); in printParser()
364 JavaType javaType = parseType(elementValue.getType(), elementValue.getName()); in printWriter()
[all …]
/system/netd/server/
DNetworkController.cpp131 if (entry.second->getType() == Network::VIRTUAL) { in modifyFallthrough()
181 if (network->getType() != Network::PHYSICAL) { in setDefaultNetwork()
192 if (!network || network->getType() != Network::PHYSICAL) { in setDefaultNetwork()
232 if (network && network->getType() == Network::VIRTUAL && !resolv_has_nameservers(*netId)) { in getNetworkForDnsLocked()
360 return network && network->getType() == Network::VIRTUAL; in isVirtualNetworkLocked()
469 } else if (network->getType() == Network::VIRTUAL) { in destroyNetwork()
565 if (network->getType() != Network::PHYSICAL) { in setPermissionForNetworks()
584 if (network->getType() != Network::VIRTUAL) { in addUsersToNetwork()
601 if (network->getType() != Network::VIRTUAL) { in removeUsersFromNetwork()
712 if (network->getType() == Network::PHYSICAL) { in dump()
[all …]
DLocalNetwork.h29 Type getType() const override;
DDummyNetwork.cpp37 Network::Type DummyNetwork::getType() const { in getType() function in android::net::DummyNetwork
DDummyNetwork.h30 Type getType() const override;
DNetwork.h41 virtual Type getType() const = 0;
DLocalNetwork.cpp33 Network::Type LocalNetwork::getType() const { in getType() function in android::net::LocalNetwork
DVirtualNetwork.h46 Type getType() const override;
DPhysicalNetwork.h47 Type getType() const override;
DNetwork.cpp65 switch (getType()) { in toString()
DVirtualNetwork.cpp93 Network::Type VirtualNetwork::getType() const { in getType() function in android::net::VirtualNetwork
/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdAttribute.java40 public XsdType getType() { in getType() method in XsdAttribute
DXsdElement.java41 public XsdType getType() { in getType() method in XsdElement
/system/nfc/utils/include/
Dconfig.h30 Type getType() const;
/system/vold/
DMoveStorage.cpp201 if (from->getType() != VolumeBase::Type::kEmulated) goto fail; in moveStorageInternal()
202 if (to->getType() != VolumeBase::Type::kEmulated) goto fail; in moveStorageInternal()
/system/vold/model/
DVolumeBase.h84 Type getType() const { return mType; } in getType() function

12