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

/system/netd/server/
H A DDummyNetwork.cpp34 Network::Type DummyNetwork::getType() const { function in class:DummyNetwork
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 DCryptCommandListener.cpp97 static int getType(const char* type) function
159 int type = getType(argv[3]);
197 int type = getType(argv[2]);
H A DVolumeBase.h80 Type getType() { return mType; } function in class:android::vold::VolumeBase
/system/security/keystore/
H A Dkeystore.cpp595 BlobType getType() const { function in class:Blob
1201 if (keyBlob->getType() == TYPE_KEY_PAIR) {
1206 if (type != TYPE_ANY && keyBlob->getType() != type) {
1207 ALOGW("key found but type doesn't match: %d vs %d", keyBlob->getType(), type);
1231 if (keyBlob.getType() == ::TYPE_KEY_PAIR) {
1239 if (keyBlob.getType() == ::TYPE_KEYMASTER_10) {

Completed in 85 milliseconds