Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/system/tools/hidl/
DScope.cpp38 void Scope::addType(NamedType* type) { in addType()
52 for (const auto* type : mTypes) { in validateUniqueNames() local
118 for (const NamedType *type : mTypes) { in definesInterfaces() local
178 for (const Type* type : mTypes) { in emitTypeDeclarations() local
187 for (const Type* type : mTypes) { in emitTypeDeclarations() local
194 for (const Type* type : mTypes) { in emitGlobalTypeDeclarations() local
200 for (const Type* type : mTypes) { in emitPackageTypeDeclarations() local
206 for (const Type* type : mTypes) { in emitPackageTypeHeaderDefinitions() local
212 for (const Type* type : mTypes) { in emitPackageHwDeclarations() local
222 for (const Type* type : mTypes) { in emitJavaTypeDeclarations() local
[all …]
DAST.cpp162 [&](Type* type) -> status_t { in constantExpressionRecursivePass()
179 [&](const Type* type) -> status_t { in constantExpressionRecursivePass()
193 [oldStage, newStage](Type* type) { in setParseStage()
205 [&](Type* type) -> status_t { in lookupTypes()
233 [&](Type* type) -> status_t { in gatherReferencedTypes()
253 [&](Type* type) -> status_t { in lookupConstantExpressions()
293 [&](const Type* type) -> status_t { in validateDefinedTypesUniqueNames()
337 [&](Type* type) { in topologicalReorder()
352 [&](const Type* type) -> status_t { in checkAcyclicConstantExpressions()
367 [](const Type* type) -> status_t { in checkForwardReferenceRestrictions()
[all …]
/system/tools/aidl/
Daidl_to_cpp.cpp38 std::string RawParcelMethod(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in RawParcelMethod()
140 std::string GetRawCppName(const AidlTypeSpecifier& type) { in GetRawCppName()
146 const auto& type = typenames.IsList(raw_type) ? (*raw_type.GetTypeParameters().at(0)) : raw_type; in WrapIfNullable() local
173 const auto& type = typenames.IsList(raw_type) ? (*raw_type.GetTypeParameters().at(0)) : raw_type; in GetCppName() local
193 std::string ConstantValueDecorator(const AidlTypeSpecifier& type, const std::string& raw_value) { in ConstantValueDecorator()
219 std::string CppNameOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in CppNameOf()
237 bool IsNonCopyableType(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in IsNonCopyableType()
249 std::string ParcelReadMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in ParcelReadMethodOf()
253 std::string ParcelReadCastOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in ParcelReadCastOf()
265 std::string ParcelWriteMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in ParcelWriteMethodOf()
[all …]
Daidl_to_rust.cpp42 std::string ConstantValueDecoratorInternal(const AidlTypeSpecifier& type, in ConstantValueDecoratorInternal()
78 std::string GetRawRustName(const AidlTypeSpecifier& type) { in GetRawRustName()
89 std::string GetRustName(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in GetRustName()
137 std::string ConstantValueDecorator(const AidlTypeSpecifier& type, const std::string& raw_value) { in ConstantValueDecorator()
145 std::string ConstantValueDecoratorRef(const AidlTypeSpecifier& type, const std::string& raw_value) { in ConstantValueDecoratorRef()
153 std::string RustNameOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in RustNameOf()
269 bool TypeIsInterface(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in TypeIsInterface()
274 bool TypeHasDefault(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in TypeHasDefault()
Daidl_to_ndk.h53 const AidlTypeSpecifier& type; member
68 inline std::string FormatArgForDecl(const std::string& type, const std::string& name, in FormatArgForDecl()
73 inline std::string FormatArgNameUnused(const std::string& type, const std::string& name, in FormatArgNameUnused()
Daidl_to_ndk.cpp72 std::string ConstantValueDecorator(const AidlTypeSpecifier& type, const std::string& raw_value) { in ConstantValueDecorator()
129 TypeInfo InterfaceTypeInfo(const AidlInterface& type) { in InterfaceTypeInfo()
151 TypeInfo ParcelableTypeInfo(const AidlParcelable& type, const AidlTypeSpecifier& typeSpec, in ParcelableTypeInfo()
380 const AidlDefinedType* type = types.TryGetDefinedType(aidl_name); in GetTypeAspect() local
415 std::string NdkFullClassName(const AidlDefinedType& type, cpp::ClassNames name) { in NdkFullClassName()
475 std::function<std::string(const std::string& type, const std::string& name, bool isOut)> in NdkArgList()
480 std::string type = NdkNameOf(types, a->GetType(), mode); in NdkArgList() local
486 std::string type = NdkNameOf(types, method.GetType(), StorageMode::OUT_ARGUMENT); in NdkArgList() local
/system/extras/simpleperf/nonlinux_support/include/linux/
Dioctl.h17 #define __IO(type, nr) argument
18 #define __IOR(type, nr, size) argument
19 #define __IOW(type, nr, size) argument
/system/chre/chpp/include/chpp/
Dservices.h50 #define chppAllocServiceNotificationTypedArray(type, count, arrayField) \ argument
62 #define chppAllocServiceNotificationFixed(type) \ argument
77 #define chppAllocServiceResponseTypedArray(requestHeader, type, count, \ argument
93 #define chppAllocServiceResponseFixed(requestHeader, type) \ argument
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java72 XsdType type = element.getType(); in JavaCodeGenerator() local
114 XsdType type = element.getType(); in print() local
237 XsdType type = resolveAttribute(attribute).getType(); in printClass() local
243 JavaType type = elementTypes.get(i); in printClass() local
252 JavaType type = attributeTypes.get(i); in printClass() local
263 JavaType type = elementTypes.get(i); in printClass() local
270 JavaType type = attributeTypes.get(i); in printClass() local
305 XsdType type = resolveAttribute(attribute).getType(); in printParser() local
318 JavaType type = allAttributeTypes.get(i); in printParser() local
343 JavaType type = allElementTypes.get(i); in printParser() local
[all …]
/system/tools/hidl/hidl2aidl/
DAidlType.cpp30 static std::string getPlaceholderType(const std::string& type) { in getPlaceholderType()
49 std::string AidlHelper::getAidlType(const Type& type, const FQName& relativeTo) { in getAidlType()
61 std::optional<const ReplacedTypeInfo> type = getAidlReplacedType(namedType.fqName()); in getAidlType() local
DAidlTranslate.cpp67 static const std::string aidlTypePackage(const NamedType& type, AidlBackend backend) { in aidlTypePackage()
80 for (const EnumType* type : enumType.typeChain()) { in emitEnumStaticAssert() local
109 const NamedType* type = static_cast<const NamedType*>(field.field->get()); in namedTypeTranslation() local
152 static void h2aScalarChecks(Formatter& out, const Type& type, const std::string& inputAccess, in h2aScalarChecks()
209 static std::string wrapStaticCast(const std::string& payload, const Type& type, in wrapStaticCast()
227 static std::string wrapCppSource(const std::string& payload, const Type& type, const FQName& fqName, in wrapCppSource()
357 static const std::string declareAidlFunctionSignature(const NamedType* type, AidlBackend backend) { in declareAidlFunctionSignature()
367 static const std::string getHidlPackagePath(const NamedType* type) { in getHidlPackagePath()
371 static std::optional<const Interface*> getParentInterface(const NamedType* type) { in getParentInterface()
382 static const std::string hidlIncludeFile(const NamedType* type) { in hidlIncludeFile()
[all …]
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java81 XsdType type = element.getType(); in CppCodeGenerator() local
215 XsdType type = element.getType(); in print() local
312 XsdType type = element.getType(); in printPrototype() local
368 XsdType type = resolveAttribute(attribute).getType(); in printClass() local
376 CppType type = elementTypes.get(i); in printClass() local
385 CppType type = attributeTypes.get(i); in printClass() local
405 CppType type = elementTypes.get(i); in printClass() local
415 CppType type = attributeTypes.get(i); in printClass() local
450 XsdType type = resolveAttribute(attribute).getType(); in printParser() local
461 CppSimpleType type = allAttributeTypes.get(i); in printParser() local
[all …]
/system/core/property_service/libpropertyinfoserializer/
Dtrie_builder.h34 const std::string* type; member
58 const std::string* type) { in AddPrefixContext()
69 const std::string* type) { in AddExactMatchContext()
83 const std::string* type() const { return property_entry_.type; } in type() function
84 void set_type(const std::string* type) { property_entry_.type = type; } in set_type()
Dproperty_info_serializer_test.cpp149 const char* type; in TEST() local
784 const char* type; in TEST() local
829 const char* type; in TEST() local
868 const char* type; in TEST() local
/system/keymaster/android_keymaster/
Dkeymaster_tags.cpp174 #define DEFINE_KEYMASTER_TAG(type, name) TypedTag<type, KM_##name> name argument
238 #define DEFINE_KEYMASTER_ENUM_TAG(type, name, enumtype) TypedEnumTag<type, KM_##name, enumtype> name argument
/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdAttribute.java24 final private XsdType type; field in XsdAttribute
27 public XsdAttribute(String name, QName ref, XsdType type, boolean required) in XsdAttribute()
DXsdElement.java24 final private XsdType type; field in XsdElement
27 public XsdElement(String name, QName ref, XsdType type, boolean multiple) in XsdElement()
/system/bt/stack/avdt/
Davdt_ad.cc67 uint8_t avdt_ad_type_to_tcid(uint8_t type, AvdtpScb* p_scb) { in avdt_ad_type_to_tcid()
93 uint8_t type; in avdt_ad_tcid_to_type() local
143 AvdtpTransportChannel* avdt_ad_tc_tbl_by_st(uint8_t type, AvdtpCcb* p_ccb, in avdt_ad_tc_tbl_by_st()
215 AvdtpTransportChannel* avdt_ad_tc_tbl_by_type(uint8_t type, AvdtpCcb* p_ccb, in avdt_ad_tc_tbl_by_type()
483 uint8_t avdt_ad_write_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, in avdt_ad_write_req()
510 void avdt_ad_open_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, in avdt_ad_open_req()
579 void avdt_ad_close_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb) { in avdt_ad_close_req()
/system/media/radio/src/
Dradio_metadata.c106 const radio_metadata_type_t type, in add_metadata()
219 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_int() local
231 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_text() local
244 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_raw() local
254 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_clock() local
289 radio_metadata_type_t type; in radio_metadata_add_metadata() local
376 radio_metadata_type_t *type, in radio_metadata_get_at_index()
403 radio_metadata_type_t *type, in radio_metadata_get_from_key()
/system/core/libkeyutils/
Dkeyutils.cpp37 key_serial_t add_key(const char* type, const char* description, const void* payload, in add_key()
50 long keyctl_search(key_serial_t ring_id, const char* type, const char* description, in keyctl_search()
63 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction) { in keyctl_restrict_keyring()
/system/logging/liblog/include/private/
Dandroid_logger.h62 int8_t type; // EVENT_TYPE_LIST member
68 int8_t type; // EVENT_TYPE_FLOAT member
74 int8_t type; // EVENT_TYPE_INT member
86 int8_t type; // EVENT_TYPE_LONG member
109 int8_t type; // EVENT_TYPE_STRING; member
117 int8_t type; // EVENT_TYPE_STRING; member
/system/bt/binder/android/bluetooth/
DIBluetoothSocketManager.aidl31 …@nullable ParcelFileDescriptor connectSocket(in BluetoothDevice device, int type, in @nullable Par… in connectSocket()
33 …@nullable ParcelFileDescriptor createSocketChannel(int type, in @nullable String serviceName, in @… in createSocketChannel()
/system/core/mini_keyctl/
Dmini_keyctl.cpp66 int Add(const std::string& type, const std::string& desc, const std::string& data, in Add()
85 int Padd(const std::string& type, const std::string& desc, const std::string& keyring) { in Padd()
141 std::string type = argv[2]; in main() local
148 std::string type = argv[2]; in main() local
/system/core/init/
Dselabel.cpp40 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result) { in SelabelLookupFileContext()
57 const std::vector<std::string>& aliases, int type, in SelabelLookupFileContextBestMatch()
/system/iorap/src/binder/
Diiorap_def.h52 #define IORAP_BINDER_PARAM_JOIN_ALL_IMPL(type_l, type, type_r, name) type_l type type_r name argument
55 #define IORAP_BINDER_PARAM_JOIN_NAMES_IMPL(type_l, type, type_r, name) name argument

12345678910>>...20