Searched defs:getType (Results 1 - 10 of 10) sorted by relevance

/system/netd/server/
H A DDummyNetwork.cpp37 Network::Type DummyNetwork::getType() const { function in class:android::net::DummyNetwork
H A DLocalNetwork.cpp33 Network::Type LocalNetwork::getType() const { function in class:android::net::LocalNetwork
H A DPhysicalNetwork.cpp164 Network::Type PhysicalNetwork::getType() const { function in class:android::net::PhysicalNetwork
H A DVirtualNetwork.cpp98 Network::Type VirtualNetwork::getType() const { function in class:android::net::VirtualNetwork
/system/tools/hidl/c2hal/
H A DFunctionDeclaration.cpp51 const Type* FunctionDeclaration::getType() const { function in class:android::FunctionDeclaration
60 if (!getType()->isVoid()) {
62 << getType()->decorateName(getName() + "Ret")
70 out << getType()->decorateName("(*" + getName() + ")");
80 if (var->getType()->isVoid()) {
H A DVarDeclaration.cpp40 Type* VarDeclaration::getType() const { function in class:android::VarDeclaration
45 out << getType()->decorateName(getName())
50 out << getType()->decorateName(getName());
H A DExpression.cpp89 virtual Type getType(const AST &ast) { function in struct:android::ParenthesizedExpression
90 return mInner->getType(ast);
107 virtual Type getType(const AST &ast) { function in struct:android::AtomExpression
141 virtual Type getType(const AST &ast) { function in struct:android::UnaryExpression
142 return mRhs->getType(ast);
164 virtual Type getType(const AST &ast) { function in struct:android::BinaryExpression
165 return coalesceTypes(mLhs->getType(ast), mRhs->getType(ast));
189 virtual Type getType(const AST &ast) { function in struct:android::TernaryExpression
190 return coalesceTypes(mMhs->getType(as
212 virtual Type getType(const AST &) { function in struct:android::ArraySubscript
239 virtual Type getType(const AST &) { function in struct:android::FunctionCall
[all...]
/system/nfc/utils/
H A Dconfig.cc64 ConfigValue::Type ConfigValue::getType() const { return type_; } function in class:ConfigValue
/system/security/keystore/
H A Dblob.h118 BlobType getType() const { return BlobType(mBlob.type); } function in class:Blob
/system/vold/model/
H A DVolumeBase.h81 Type getType() { return mType; } function in class:android::vold::VolumeBase

Completed in 4772 milliseconds