Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 30) sorted by relevance

12

/system/vold/
DVolumeBase.h50 enum class Type { enum
80 Type getType() { return mType; } in getType()
105 explicit VolumeBase(Type type);
128 Type mType;
DEmulatedVolume.cpp40 VolumeBase(Type::kEmulated), mFusePid(0) { in EmulatedVolume()
47 const std::string& fsUuid) : VolumeBase(Type::kEmulated), mFusePid(0) { in EmulatedVolume()
DMoveTask.cpp180 if (mFrom->getType() != VolumeBase::Type::kEmulated) goto fail; in run()
181 if (mTo->getType() != VolumeBase::Type::kEmulated) goto fail; in run()
DDisk.h68 void listVolumes(VolumeBase::Type type, std::list<std::string>& list);
DTrimTask.cpp55 vm->listVolumes(VolumeBase::Type::kPrivate, privateIds); in TrimTask()
DPrivateVolume.cpp47 VolumeBase(Type::kPrivate), mRawDevice(device), mKeyRaw(keyRaw) { in PrivateVolume()
DPublicVolume.cpp45 VolumeBase(Type::kPublic), mDevice(device), mFusePid(0) { in PublicVolume()
DVolumeManager.h121 void listVolumes(android::vold::VolumeBase::Type type, std::list<std::string>& list);
DVolumeBase.cpp38 VolumeBase::VolumeBase(Type type) : in VolumeBase()
/system/netd/server/
DNetwork.h28 enum Type { enum
40 virtual Type getType() const = 0;
DLocalNetwork.h28 Type getType() const override;
DDummyNetwork.cpp34 Network::Type DummyNetwork::getType() const { in getType()
DDummyNetwork.h29 Type getType() const override;
DVirtualNetwork.h43 Type getType() const override;
DLocalNetwork.cpp30 Network::Type LocalNetwork::getType() const { in getType()
DList.h75 typedef const TYPE Type; typedef
81 typedef TYPE Type; typedef
91 typedef typename Constness<U>::Type _Type;
DPhysicalNetwork.h46 Type getType() const override;
DVirtualNetwork.cpp67 Network::Type VirtualNetwork::getType() const { in getType()
DPhysicalNetwork.cpp120 Network::Type PhysicalNetwork::getType() const { in getType()
/system/keymaster/include/keymaster/
Dauthorization_set.h298 template <keymaster_tag_t Tag, keymaster_tag_type_t Type>
299 bool GetTagValue(TypedTag<Type, Tag> tag, typename TagValueType<Type>::value_type* val) const { in GetTagValue() argument
322 template <keymaster_tag_t Tag, keymaster_tag_type_t Type, typename KeymasterEnum>
323 bool push_back(TypedEnumTag<Type, Tag, KeymasterEnum> tag, KeymasterEnum val) { in push_back() argument
361 template <keymaster_tag_t Tag, keymaster_tag_type_t Type>
362 bool push_back(TypedTag<Type, Tag> tag, typename TypedTag<Type, Tag>::value_type val) { in push_back() argument
366 template <keymaster_tag_t Tag, keymaster_tag_type_t Type>
367 bool push_back(TypedTag<Type, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() argument
/system/extras/tests/sdcard/
Dtestcase.h44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE, TRAVERSE}; enum
120 Type type() const { return mType; } in type()
137 Type mType;
/system/bt/gki/common/
Dgki_common.h28 UINT8 Type; member
/system/keymaster/
DList.h74 typedef const TYPE Type; typedef
80 typedef TYPE Type; typedef
90 typedef typename Constness<U>::Type _Type;
/system/core/include/sysutils/
DList.h75 typedef const TYPE Type; typedef
81 typedef TYPE Type; typedef
91 typedef typename Constness<U>::Type _Type;
/system/core/include/utils/
DList.h74 typedef const TYPE Type; typedef
80 typedef TYPE Type; typedef
90 typedef typename Constness<U>::Type _Type;

12