Searched refs:Type (Results 101 - 125 of 133) sorted by relevance

123456

/system/vold/
H A DMoveTask.cpp196 if (mFrom->getType() != VolumeBase::Type::kEmulated) goto fail;
197 if (mTo->getType() != VolumeBase::Type::kEmulated) goto fail;
H A DPrivateVolume.cpp47 VolumeBase(Type::kPrivate), mRawDevice(device), mKeyRaw(keyRaw) {
H A DTrimTask.cpp55 vm->listVolumes(VolumeBase::Type::kPrivate, privateIds);
H A DPublicVolume.cpp45 VolumeBase(Type::kPublic), mDevice(device), mFusePid(0) {
H A DVolumeBase.cpp36 VolumeBase::VolumeBase(Type type) :
H A DVolumeManager.h121 void listVolumes(android::vold::VolumeBase::Type type, std::list<std::string>& list);
H A DDisk.cpp140 void Disk::listVolumes(VolumeBase::Type type, std::list<std::string>& list) {
/system/tools/hidl/
H A DEnumType.cpp31 Type *storageType)
39 const Type *EnumType::storageType() const {
496 const Type *superType = type->storageType();
520 std::vector<const Type *> *exportedTypes) const {
728 bool BitFieldType::isCompatibleElementType(Type *elementType) const {
H A DRefType.cpp42 bool RefType::isCompatibleElementType(Type *elementType) const {
H A DCompoundType.cpp41 const Type &type = field->type();
1108 CompoundField::CompoundField(const char *name, Type *type)
1117 const Type &CompoundField::type() const {
H A DArrayType.cpp32 ArrayType::ArrayType(Type *elementType, ConstantExpression *size)
61 Type *ArrayType::getElementType() const {
H A Dhidl-gen_y.yy260 android::Type *type;
590 Type *parent = $3;
/system/netd/server/
H A DPhysicalNetwork.cpp151 Network::Type PhysicalNetwork::getType() const {
/system/nvram/core/
H A Dnvram_manager.cpp86 template <typename Type>
87 const Type& min(const Type& a, const Type& b) {
/system/nfc/halimpl/bcm2079x/gki/common/
H A Dgki_common.h65 uint8_t Type; member in struct:_buffer_hdr
H A Dgki_buffer.c440 p_hdr->Type = 0;
549 p_hdr->Type = 0;
1206 p_hdr->Type = 0;
/system/nfc/src/gki/common/
H A Dgki_common.h65 uint8_t Type; member in struct:_buffer_hdr
H A Dgki_buffer.c441 p_hdr->Type = 0;
550 p_hdr->Type = 0;
1204 p_hdr->Type = 0;
/system/update_engine/payload_consumer/
H A Ddownload_action_unittest.cc90 const string type = action->Type();
346 string Type() const { return "DownloadActionTestAction"; } function in class:chromeos_update_engine::DownloadActionTestAction
H A Dpostinstall_runner_action_unittest.cc67 if (action->Type() == PostinstallRunnerAction::StaticType()) {
/system/media/camera/docs/
H A Dhtml.mako202 <th class="th_type">Type</th>
225 <th class="th_type">Type</th>
/system/update_engine/
H A Dupdate_attempter.cc109 const string type = action->Type();
991 const string type = action->Type();
1285 if ((action->Type() == OmahaResponseHandlerAction::StaticType() &&
H A Domaha_response_handler_action_unittest.cc73 if (action->Type() == OmahaResponseHandlerAction::StaticType()) {
H A Dupdate_attempter_android.cc329 const string type = action->Type();
/system/tools/aidl/
H A Daidl_unittest.cpp216 const java::Type* type = java_types_.Find(ambiguous_type);

Completed in 440 milliseconds

123456