Home
last modified time | relevance | path

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

12345678910>>...14

/drivers/peripheral/camera/test/hdi/v1_0/src/
Dhdi_device_uttest.cpp78 for (auto &type : enableTypes) { variable
98 for (auto &type : enableTypes) { variable
136 for (auto &type : enableTypes) { variable
156 for (auto &type : enableTypes) { variable
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/
Dcamera_dev.cpp140 RetCode CameraDev::PowerUp(const std::string &cameraId, int type) in PowerUp()
170 RetCode CameraDev::PowerDown(const std::string &cameraId, int type) in PowerDown()
200 RetCode CameraDev::ReqBuffers(const std::string &cameraId, int type, unsigned int buffCont) in ReqBuffers()
234 RetCode CameraDev::CreatBuffer(const std::string &cameraId, int type, const std::shared_ptr<FrameSp… in CreatBuffer()
268 RetCode CameraDev::QueueBuffer(const std::string &cameraId, int type, const std::shared_ptr<FrameSp… in QueueBuffer()
296 RetCode CameraDev::ReleaseBuffers(const std::string &cameraId, int type) in ReleaseBuffers()
327 void CameraDev::LoopBuffers(const std::string &cameraId, int type) in LoopBuffers()
358 RetCode CameraDev::StartStream(const std::string &cameraId, int type) in StartStream()
396 RetCode CameraDev::StopStream(const std::string &cameraId, int type) in StopStream()
441 RetCode CameraDev::GetControls(const std::string &cameraId, int type, CameraCtrl &ctrl) in GetControls()
[all …]
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
DAttrEditor.js90 changeDataNodeNotInherit(searchId, type, value) { argument
139 changecopyNode(searchId, type, value) { argument
189 changedeleteNode(searchId, type, value) { argument
210 changeTempletNode(searchId, type, value) { argument
300 changeDefineAttribute(searchId, type, value) { argument
341 onChange(searchId, type, value) { argument
375 callCallback(type, value) { argument
DMainEditor.js155 type: null, property
602 drawNode(pm2f, s, size, x, y, type, data) { argument
1434 type: 'copy_node', property
1441 type: 'cut_node', property
1541 onAttributeChange(type, value) { argument
1591 onReceive(type, data) { argument
1606 let imgobj = new Blob([u8arr], { type: 'image/png' }); property
1611 let imgobj = new Blob([u8arr], { type: 'image/png' }); property
1616 let imgobj = new Blob([u8arr], { type: 'image/png' }); property
1621 let imgobj = new Blob([u8arr], { type: 'image/png' }); property
[all …]
/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_dlist.h172 #define CONTAINER_OF(ptr, type, member) \ argument
184 #define DLIST_FIRST_ENTRY(ptr, type, member) \ argument
196 #define DLIST_LAST_ENTRY(ptr, type, member) \ argument
209 #define DLIST_FOR_EACH_ENTRY(pos, head, type, member) \ argument
215 #define DLIST_FOR_EACH_ENTRY_REVERSE(pos, head, type, member) \ argument
232 #define DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, type, member) \ argument
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/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()
48 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/vdi_base/common/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
Disolate_info_config.h28 std::string type; member
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dc_custom_types_code_emitter.cpp139 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDecls() local
173 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeFuncDecl() local
257 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDataProcess() local
272 …esCodeEmitter::EmitCustomTypeMarshallingImpl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeMarshallingImpl()
306 …CodeEmitter::EmitCustomTypeUnmarshallingImpl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeUnmarshallingImpl()
331 void CCustomTypesCodeEmitter::EmitMarshallingVarDecl(const AutoPtr<ASTStructType> &type, in EmitMarshallingVarDecl()
348const AutoPtr<ASTStructType> &type, const std::string &name, StringBuilder &sb, const std::string … in EmitUnmarshallingVarDecl() argument
382const AutoPtr<ASTStructType> &type, const std::string &name, StringBuilder &sb, const std::string … in EmitPodTypeUnmarshalling() argument
413 void CCustomTypesCodeEmitter::EmitMemberUnmarshalling(const AutoPtr<ASTType> &type, const std::stri… in EmitMemberUnmarshalling()
451 void CCustomTypesCodeEmitter::EmitStringMemberUnmarshalling(const AutoPtr<ASTType> &type, const std… in EmitStringMemberUnmarshalling()
[all …]
/drivers/external_device_manager/test/xts/hats/hdf/driver_extension/extension/
DTest.json7 "type": "PushKit" string
12 "type": "CppTest", string
/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast.cpp145 void AST::AddType(const AutoPtr<ASTType> &type) in AddType()
160 for (const auto &type : types_) { in FindType() local
175 AutoPtr<ASTType> type = nullptr; in FindType() local
185 void AST::AddTypeDefinition(const AutoPtr<ASTType> &type) in AddTypeDefinition()
225 for (auto type : typeDefinitions_) { in Dump() local
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()
/drivers/peripheral/camera/vdi_base/common/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/hcs-view/hcsWebView/src/message/
DXMessage.js43 type: msgtype, property
48 type: msgtype, property
Dmock.js61 send(type, data) { argument
66 type: type, property
/drivers/hdf_core/interfaces/inner_api/hdi/base/
Dhdi_smq_meta.h92 …SharedMemQueueMeta(size_t elementCount, SmqType type) : SharedMemQueueMeta(-1, elementCount, type)… in SharedMemQueueMeta()
258 SharedMemQueueMeta<T>::SharedMemQueueMeta(int fd, size_t elementCount, SmqType type) in SharedMemQueueMeta()
384 MemZone *SharedMemQueueMeta<T>::GetMemZone(uint32_t type) in GetMemZone()
449 SmqType type = static_cast<SmqType>(typecode); in UnMarshalling() local
/drivers/peripheral/power/interfaces/hdi_service/src/
Drunning_lock_timer_handler.cpp74 uint32_t RunningLockTimerHandler::GetRunningLockTimerId(RunningLockType type, std::string name) in GetRunningLockTimerId()
87 void RunningLockTimerHandler::AddRunningLockTimerMap(RunningLockType type, std::string name, uint32… in AddRunningLockTimerMap()
104 void RunningLockTimerHandler::RemoveRunningLockTimerMap(RunningLockType type, std::string name) in RemoveRunningLockTimerMap()
Drunning_lock_impl.cpp101 uint32_t RunningLockImpl::GetCount(RunningLockType type) in GetCount()
120 bool RunningLockImpl::IsValidType(RunningLockType type, PowerHdfState state) in IsValidType()
155 std::string RunningLockImpl::GetRunningLockTag(RunningLockType type) in GetRunningLockTag()
/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/vdi_base/common/pipeline_core/nodes/src/dummy_node/
Ddummy_node.cpp18 DummyNode::DummyNode(const std::string& name, const std::string& type, const std::string &cameraId) in DummyNode()

12345678910>>...14