Home
last modified time | relevance | path

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

12345678910>>...12

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dc_custom_types_code_emitter.cpp120 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in GetHeaderOtherLibInclusions() local
131 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDecls() local
139 void CCustomTypesCodeEmitter::EmitCustomTypeDecl(StringBuilder &sb, const AutoPtr<ASTType> &type) in EmitCustomTypeDecl()
165 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeFuncDecl() local
180 …esCodeEmitter::EmitCustomTypeMarshallingDecl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeMarshallingDecl()
187 …CodeEmitter::EmitCustomTypeUnmarshallingDecl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeUnmarshallingDecl()
194 …stomTypesCodeEmitter::EmitCustomTypeFreeDecl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeFreeDecl()
243 AutoPtr<ASTType> type = pair.second; in GetSourceOtherLibInclusions() local
254 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDataProcess() local
269 …esCodeEmitter::EmitCustomTypeMarshallingImpl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeMarshallingImpl()
[all …]
Dcpp_custom_types_code_emitter.cpp140 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDecls() local
148 void CppCustomTypesCodeEmitter::EmitCustomTypeDecl(StringBuilder &sb, const AutoPtr<ASTType> &type) in EmitCustomTypeDecl()
174 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeFuncDecl() local
187 …esCodeEmitter::EmitCustomTypeMarshallingDecl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeMarshallingDecl()
194 …CodeEmitter::EmitCustomTypeUnmarshallingDecl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeUnmarshallingDecl()
250 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDataProcess() local
263 …esCodeEmitter::EmitCustomTypeMarshallingImpl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeMarshallingImpl()
293 …CodeEmitter::EmitCustomTypeUnmarshallingImpl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeUnmarshallingImpl()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
DAttrEditor.js82 changeDataNodeNotInherit(searchId, type, value) { argument
112 changecopyNode(searchId, type, value) { argument
134 changedeleteNode(searchId, type, value) { argument
154 changeTempletNode(searchId, type, value) { argument
244 changeDefineAttribute(searchId, type, value) { argument
283 onChange(searchId, type, value) { argument
315 callCallback(type, value) { argument
/drivers/hdf_core/framework/include/utils/
Dhdf_dlist.h166 #define CONTAINER_OF(ptr, type, member) \ argument
178 #define DLIST_FIRST_ENTRY(ptr, type, member) \ argument
190 #define DLIST_LAST_ENTRY(ptr, type, member) \ argument
203 #define DLIST_FOR_EACH_ENTRY(pos, head, type, member) \ argument
209 #define DLIST_FOR_EACH_ENTRY_REVERSE(pos, head, type, member) \ argument
226 #define DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, type, member) \ argument
/drivers/hdf_core/adapter/khdf/linux/osal/src/
Dosal_mem.c32 uint32_t type; member
46 static void *osal_mem_alloc(size_t size, uint32_t *type) in osal_mem_alloc()
72 uint32_t type; in OsalMemAlloc() local
118 uint32_t type; in OsalMemAllocAlign() local
147 uint32_t type; in OsalMemFree() local
/drivers/hdf_core/framework/utils/src/hcs_parser/
Ddevice_resource_if.c37 …ic bool DeviceResourceIfaceConstruct(struct DeviceResourceIface *instance, DeviceResourceType type) in DeviceResourceIfaceConstruct()
50 struct DeviceResourceIface *DeviceResourceGetIfaceInstance(DeviceResourceType type) in DeviceResourceGetIfaceInstance()
Dhcs_blob_if.c118 bool HcsSwapToUint8(uint8_t *value, const char *realValue, uint32_t type) in HcsSwapToUint8()
128 bool HcsSwapToUint16(uint16_t *value, const char *realValue, uint32_t type) in HcsSwapToUint16()
143 bool HcsSwapToUint32(uint32_t *value, const char *realValue, uint32_t type) in HcsSwapToUint32()
158 bool HcsSwapToUint64(uint64_t *value, const char *realValue, uint32_t type) in HcsSwapToUint64()
/drivers/peripheral/camera/hal/buffer_manager/src/
Dbuffer_allocator_factory.cpp25 std::shared_ptr<IBufferAllocator> BufferAllocatorFactory::GetBufferAllocator(const int32_t type) in GetBufferAllocator()
40 std::shared_ptr<IBufferAllocator> BufferAllocatorFactory::CreateBufferAllocator(const int32_t type) in CreateBufferAllocator()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
Dsensor_info_config.h28 std::string type; member
38 std::string type; member
47 std::string type; member
/drivers/peripheral/camera/hal/buffer_manager/include/
Dbuffer_allocator_factory.h27 #define REGISTER_BUFFER_ALLOCATOR(C, type, ...) \ argument
37 template<typename ...Args> BufferAllocatorRegister(int32_t type, Args... args) in BufferAllocatorRegister()
/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_parameter.h21 ASTParameter(const std::string &name, ParamAttr attribute, const AutoPtr<ASTType> &type) in ASTParameter()
26 …eter(const std::string &name, const AutoPtr<ASTParamAttr> &attribute, const AutoPtr<ASTType> &type) in ASTParameter()
Dast.cpp149 void AST::AddType(const AutoPtr<ASTType> &type) in AddType()
174 AutoPtr<ASTType> type = nullptr; in FindType() local
184 void AST::AddTypeDefinition(const AutoPtr<ASTType> &type) in AddTypeDefinition()
224 for (auto type : typeDefinitions_) { in Dump() local
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/message/
DXMessage.js43 type: msgtype, property
49 type: msgtype, property
Dmock.js61 send(type, data) { argument
66 type: type, property
/drivers/peripheral/location/agnss/hdi_service/
Dagnss_interface_impl.cpp62 static void GetSetidCb(uint16_t type) in GetSetidCb()
72 static void GetRefLocationidCb(uint32_t type) in GetRefLocationidCb()
154 uint16_t type = static_cast<uint16_t>(server.type); in SetAgnssServer() local
217 uint16_t type = static_cast<uint16_t>(id.type); in SetSubscriberSetId() local
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_file.c50 FileOperator *GetFileOperator(const FileOperatorType type) in GetFileOperator()
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
Dadaptor_file.c50 FileOperator *GetFileOperator(const FileOperatorType type) in GetFileOperator()
/drivers/peripheral/camera/hal/pipeline_core/nodes/src/dummy_node/
Ddummy_node.cpp18 DummyNode::DummyNode(const std::string& name, const std::string& type) : NodeBase(name, type) in DummyNode()
/drivers/hdf_core/framework/utils/include/
Dhdf_slist.h210 #define OFFSET_OF(type, mem) ((size_t) &((type *)0)->mem) argument
212 #define HDF_SLIST_CONTAINER_OF(mtype, ptr, type, mem) ( { \ argument
/drivers/peripheral/camera/hal/pipeline_core/nodes/src/sensor_node/
Dsensor_node.cpp20 SensorNode::SensorNode(const std::string& name, const std::string& type) : NodeBase(name, type) in SensorNode()
/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
Dextension.js81 function send(type, data) { argument
83 type: type, property
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
Dcamera_device_callback.cpp20 void CameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError()
/drivers/peripheral/camera/hal/hdi_impl/src/stream_operator/
Dstream_preview.cpp20 const StreamIntent type, in StreamPreview()
Dstream_post_view.cpp20 const StreamIntent type, in StreamPostView()
/drivers/peripheral/camera/interfaces/hdi_ipc/callback/device/src/
Dcamera_device_callback.cpp21 int32_t CameraDeviceCallback::OnError(ErrorType type, int32_t errorCode) in OnError()

12345678910>>...12