/system/vold/ |
D | VolumeBase.h | 50 enum class Type { enum 80 Type getType() { return mType; } in getType() 105 explicit VolumeBase(Type type); 128 Type mType;
|
D | EmulatedVolume.cpp | 40 VolumeBase(Type::kEmulated), mFusePid(0) { in EmulatedVolume() 47 const std::string& fsUuid) : VolumeBase(Type::kEmulated), mFusePid(0) { in EmulatedVolume()
|
D | MoveTask.cpp | 180 if (mFrom->getType() != VolumeBase::Type::kEmulated) goto fail; in run() 181 if (mTo->getType() != VolumeBase::Type::kEmulated) goto fail; in run()
|
D | Disk.h | 68 void listVolumes(VolumeBase::Type type, std::list<std::string>& list);
|
D | TrimTask.cpp | 55 vm->listVolumes(VolumeBase::Type::kPrivate, privateIds); in TrimTask()
|
D | PrivateVolume.cpp | 47 VolumeBase(Type::kPrivate), mRawDevice(device), mKeyRaw(keyRaw) { in PrivateVolume()
|
D | PublicVolume.cpp | 45 VolumeBase(Type::kPublic), mDevice(device), mFusePid(0) { in PublicVolume()
|
D | VolumeManager.h | 121 void listVolumes(android::vold::VolumeBase::Type type, std::list<std::string>& list);
|
D | VolumeBase.cpp | 38 VolumeBase::VolumeBase(Type type) : in VolumeBase()
|
/system/netd/server/ |
D | Network.h | 28 enum Type { enum 40 virtual Type getType() const = 0;
|
D | LocalNetwork.h | 28 Type getType() const override;
|
D | DummyNetwork.cpp | 34 Network::Type DummyNetwork::getType() const { in getType()
|
D | DummyNetwork.h | 29 Type getType() const override;
|
D | VirtualNetwork.h | 43 Type getType() const override;
|
D | LocalNetwork.cpp | 30 Network::Type LocalNetwork::getType() const { in getType()
|
D | List.h | 75 typedef const TYPE Type; typedef 81 typedef TYPE Type; typedef 91 typedef typename Constness<U>::Type _Type;
|
D | PhysicalNetwork.h | 46 Type getType() const override;
|
D | VirtualNetwork.cpp | 67 Network::Type VirtualNetwork::getType() const { in getType()
|
D | PhysicalNetwork.cpp | 120 Network::Type PhysicalNetwork::getType() const { in getType()
|
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 298 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/ |
D | testcase.h | 44 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/ |
D | gki_common.h | 28 UINT8 Type; member
|
/system/keymaster/ |
D | List.h | 74 typedef const TYPE Type; typedef 80 typedef TYPE Type; typedef 90 typedef typename Constness<U>::Type _Type;
|
/system/core/include/sysutils/ |
D | List.h | 75 typedef const TYPE Type; typedef 81 typedef TYPE Type; typedef 91 typedef typename Constness<U>::Type _Type;
|
/system/core/include/utils/ |
D | List.h | 74 typedef const TYPE Type; typedef 80 typedef TYPE Type; typedef 90 typedef typename Constness<U>::Type _Type;
|