Searched refs:space (Results 1 – 17 of 17) sorted by relevance
/drivers/hdf_core/framework/model/audio/dispatch/src/ |
D | audio_control_dispatch.c | 409 if (!HdfSbufReadUint32(reqData, &list->space)) { in CodecElemListReqDataDeserialization() 419 if (list->space > MAX_USER_SPACE_SIZE) { in CodecElemListReqDataDeserialization() 420 ADM_LOG_ERR("list->space(%d) > MAX_USER_SPACE_SIZE!", list->space); in CodecElemListReqDataDeserialization() 446 if (ctlEleList->count >= ctlEleList->space) { in CodecSetCtlElemListReportInfo() 448 ctlEleList->space, ctlEleList->count); in CodecSetCtlElemListReportInfo() 480 if (!HdfSbufWriteInt32(rspData, ctlEleList->space)) { in ControlElemListRspDataSerialize() 481 ADM_LOG_ERR("Write response data list.space=%d failed!", ctlEleList->space); in ControlElemListRspDataSerialize() 505 …dst = (struct AudioCtlElemListReport *)OsalMemCalloc(ctlEleList.space * sizeof(struct AudioCtlElem… in ControlHostElemList()
|
/drivers/hdf_core/framework/model/audio/core/include/ |
D | audio_control.h | 36 uint32_t space; /* W: count of element IDs to get */ member
|
/drivers/peripheral/audio/supportlibs/adm_adapter/include/ |
D | audio_interface_lib_mixer.h | 104 uint32_t space; /* W: count of element IDs to get */ member
|
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast_type.cpp | 315 std::string ASTType::GetNameWithNamespace(AutoPtr<ASTNamespace> space, std::string name) const in GetNameWithNamespace() argument 317 std::vector<std::string> namespaceVec = StringHelper::Split(space->ToString(), "."); in GetNameWithNamespace() 322 std::string rootPackage = Options::GetInstance().GetRootPackage(space->ToString()); in GetNameWithNamespace()
|
D | ast_type.h | 202 virtual std::string GetNameWithNamespace(AutoPtr<ASTNamespace> space, std::string name) const;
|
/drivers/hdf_core/adapter/uhdf/ |
D | README.md | 9 …ilation scripts for the OpenHarmony driver subsystem to adapt to the user space and provides basic…
|
/drivers/hdf_core/adapter/khdf/liteos/platform/src/ |
D | i2c_dev.c | 406 LosVmSpace *space = LOS_SpaceGet(vaddr); in I2cFsMap() local 408 if ((space == NULL) || ((paddr >= SYS_MEM_BASE) && (paddr < SYS_MEM_END))) { in I2cFsMap() 412 … if (LOS_ArchMmuMap(&space->archMmu, vaddr, paddr, size >> PAGE_SHIFT, region->regionFlags) <= 0) { in I2cFsMap()
|
/drivers/interface/distributed_camera/v1_0/ |
D | DCameraTypes.idl | 194 * Image color space. 232 * Image color space.
|
/drivers/peripheral/audio/supportlibs/adm_adapter/src/ |
D | audio_interface_lib_common.c | 509 eList->space = eList->count; in AudioCtlElemRealDataSpace() 543 if (eList->space != spaceTmp || spaceTmp <= countTmp) { in AudioCtlElemParseData() 596 if (!HdfSbufWriteUint32(sBuf, eList->space)) { in AudioCtlGetElemList() 640 .space = AUDIO_ELEMENT_NUM, in AudioCtlElemListCts() 644 eList.ctlElemListAddr = OsalMemCalloc(eList.space * sizeof(struct AudioHwCtlElemId)); in AudioCtlElemListCts()
|
/drivers/interface/camera/v1_1/ |
D | Types.idl | 66 * Image color space.
|
/drivers/interface/camera/v1_0/ |
D | Types.idl | 316 * Image color space. 378 * New image color space.
|
/drivers/liteos/ |
D | README.md | 13 … system APIs, providing a mode of communication between the user space and kernel space and betwee… 20 - **mem** indicates the driver for accessing physical input/output \(I/O\) devices in user space…
|
/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
D | audio_mixer.c | 666 const char *space = " "; in ShowIntVal() local 687 printf("%s; type=%s, values=%u", space, MixerCtlType(info), count); in ShowIntVal()
|
/drivers/peripheral/wlan/ |
D | README.md | 26 …ient # Client that implements the communication between the user space and kernel space
|
/drivers/interface/display/composer/v1_0/ |
D | DisplayComposerType.idl | 394 …boolean bYCbCrClut; /**< Whether the color lookup table (CLUT) is in the YCbCr space */
|
/drivers/peripheral/codec/ |
D | README.md | 287 …617"><a name="p20414172595617"></a><a name="p20414172595617"></a>Uses the space allocated by EGL</…
|
/drivers/peripheral/usb/ |
D | README.md | 196 …<a name="p17948193197"></a><a name="p17948193197"></a>Releases the memory space of a configuration…
|