/drivers/peripheral/camera/test/hdi/v1_0/src/ |
D | hdi_device_uttest.cpp | 78 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/ |
D | camera_dev.cpp | 140 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/ |
D | AttrEditor.js | 90 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
|
D | MainEditor.js | 155 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/ |
D | hdf_dlist.h | 172 #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
|
D | hdf_slist.h | 210 #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/ |
D | osal_mem.c | 32 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/ |
D | device_resource_if.c | 37 …ic bool DeviceResourceIfaceConstruct(struct DeviceResourceIface *instance, DeviceResourceType type) in DeviceResourceIfaceConstruct() 48 struct DeviceResourceIface *DeviceResourceGetIfaceInstance(DeviceResourceType type) in DeviceResourceGetIfaceInstance()
|
D | hcs_blob_if.c | 118 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/ |
D | buffer_allocator_factory.cpp | 25 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/ |
D | sensor_info_config.h | 28 std::string type; member 38 std::string type; member 47 std::string type; member
|
D | isolate_info_config.h | 28 std::string type; member
|
/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
D | c_custom_types_code_emitter.cpp | 139 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() 348 …const AutoPtr<ASTStructType> &type, const std::string &name, StringBuilder &sb, const std::string … in EmitUnmarshallingVarDecl() argument 382 …const 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/ |
D | Test.json | 7 "type": "PushKit" string 12 "type": "CppTest", string
|
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast.cpp | 145 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
|
D | ast_parameter.h | 21 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/ |
D | buffer_allocator_factory.h | 27 #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/ |
D | XMessage.js | 43 type: msgtype, property 48 type: msgtype, property
|
D | mock.js | 61 send(type, data) { argument 66 type: type, property
|
/drivers/hdf_core/interfaces/inner_api/hdi/base/ |
D | hdi_smq_meta.h | 92 …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/ |
D | running_lock_timer_handler.cpp | 74 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()
|
D | running_lock_impl.cpp | 101 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/ |
D | adaptor_file.c | 50 FileOperator *GetFileOperator(const FileOperatorType type) in GetFileOperator()
|
/drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
D | adaptor_file.c | 50 FileOperator *GetFileOperator(const FileOperatorType type) in GetFileOperator()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/dummy_node/ |
D | dummy_node.cpp | 18 DummyNode::DummyNode(const std::string& name, const std::string& type, const std::string &cameraId) in DummyNode()
|