Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.cpp89 virtual Type getType(const AST &ast) { in getType() function
107 virtual Type getType(const AST &ast) { in getType() function
141 virtual Type getType(const AST &ast) { in getType() function
164 virtual Type getType(const AST &ast) { in getType() function
189 virtual Type getType(const AST &ast) { in getType() function
212 virtual Type getType(const AST &) { in getType() function
239 virtual Type getType(const AST &) { in getType() function
DVarDeclaration.cpp40 Type* VarDeclaration::getType() const { in getType() function in android::VarDeclaration
DFunctionDeclaration.cpp51 const Type* FunctionDeclaration::getType() const { in getType() function in android::FunctionDeclaration
/system/netd/server/
DDummyNetwork.cpp37 Network::Type DummyNetwork::getType() const { in getType() function in android::net::DummyNetwork
DLocalNetwork.cpp33 Network::Type LocalNetwork::getType() const { in getType() function in android::net::LocalNetwork
DVirtualNetwork.cpp98 Network::Type VirtualNetwork::getType() const { in getType() function in android::net::VirtualNetwork
DPhysicalNetwork.cpp164 Network::Type PhysicalNetwork::getType() const { in getType() function in android::net::PhysicalNetwork
/system/vold/
DVolumeBase.h80 Type getType() { return mType; } in getType() function
DCryptCommandListener.cpp107 static int getType(const char* type) in getType() function
/system/security/keystore/
Dblob.h117 BlobType getType() const { return BlobType(mBlob.type); } in getType() function