Home
last modified time | relevance | path

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

/system/netd/server/
DDummyNetwork.cpp34 Network::Type DummyNetwork::getType() const { in getType() function in DummyNetwork
DLocalNetwork.cpp30 Network::Type LocalNetwork::getType() const { in getType() function in LocalNetwork
DVirtualNetwork.cpp95 Network::Type VirtualNetwork::getType() const { in getType() function in VirtualNetwork
DPhysicalNetwork.cpp120 Network::Type PhysicalNetwork::getType() const { in getType() function in PhysicalNetwork
/system/vold/
DVolumeBase.h80 Type getType() { return mType; } in getType() function
DCryptCommandListener.cpp105 static int getType(const char* type) in getType() function
/system/security/keystore/
Dblob.h101 BlobType getType() const { return BlobType(mBlob.type); } in getType() function