Searched refs:getType (Results 1 - 16 of 16) sorted by relevance

/system/netd/server/
H A DDummyNetwork.cpp34 Network::Type DummyNetwork::getType() const { function in class:DummyNetwork
H A DDummyNetwork.h29 Type getType() const override;
H A DLocalNetwork.h28 Type getType() const override;
H A DLocalNetwork.cpp30 Network::Type LocalNetwork::getType() const { function in class:LocalNetwork
H A DNetwork.h40 virtual Type getType() const = 0;
H A DVirtualNetwork.h43 Type getType() const override;
H A DPhysicalNetwork.h46 Type getType() const override;
H A DNetworkController.cpp125 if (entry.second->getType() == Network::VIRTUAL) {
158 if (network->getType() != Network::PHYSICAL) {
169 if (!network || network->getType() != Network::PHYSICAL) {
277 return network && network->getType() == Network::VIRTUAL;
351 } else if (network->getType() == Network::VIRTUAL) {
417 if (network->getType() != Network::PHYSICAL) {
438 if (network->getType() != Network::VIRTUAL) {
455 if (network->getType() != Network::VIRTUAL) {
505 if (entry.second->getType() == Network::VIRTUAL) {
538 if (network->getType()
[all...]
H A DVirtualNetwork.cpp67 Network::Type VirtualNetwork::getType() const { function in class:VirtualNetwork
H A DPhysicalNetwork.cpp120 Network::Type PhysicalNetwork::getType() const { function in class:PhysicalNetwork
/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
H A DMoveTask.cpp180 if (mFrom->getType() != VolumeBase::Type::kEmulated) goto fail;
181 if (mTo->getType() != VolumeBase::Type::kEmulated) goto fail;
H A DDisk.cpp110 if (vol->getType() == type) {
H A DVolumeManager.cpp417 if (mPrimary->getType() == android::vold::VolumeBase::Type::kEmulated) {
/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 160 milliseconds