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

/system/netd/server/
H A DLocalNetwork.cpp30 Network::Type LocalNetwork::getType() const { function in class:LocalNetwork
H A DPhysicalNetwork.cpp120 Network::Type PhysicalNetwork::getType() const { function in class:PhysicalNetwork
H A DVirtualNetwork.cpp67 Network::Type VirtualNetwork::getType() const { function in class:VirtualNetwork
/system/vold/
H A DCommandListener.cpp542 static int getType(const char* type) function
604 int type = getType(argv[3]);
634 int type = getType(argv[2]);
/system/security/keystore/
H A Dkeystore.cpp564 BlobType getType() const { function in class:Blob
1122 if (type != TYPE_ANY && keyBlob->getType() != type) {
1123 ALOGW("key found but type doesn't match: %d vs %d", keyBlob->getType(), type);
1143 if (keyBlob.getType() == ::TYPE_KEY_PAIR) {

Completed in 788 milliseconds