Home
last modified time | relevance | path

Searched refs:space (Results 1 – 17 of 17) sorted by relevance

/drivers/hdf_core/framework/model/audio/dispatch/src/
Daudio_control_dispatch.c409 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/
Daudio_control.h36 uint32_t space; /* W: count of element IDs to get */ member
/drivers/peripheral/audio/supportlibs/adm_adapter/include/
Daudio_interface_lib_mixer.h104 uint32_t space; /* W: count of element IDs to get */ member
/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_type.cpp315 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()
Dast_type.h202 virtual std::string GetNameWithNamespace(AutoPtr<ASTNamespace> space, std::string name) const;
/drivers/hdf_core/adapter/uhdf/
DREADME.md9 …ilation scripts for the OpenHarmony driver subsystem to adapt to the user space and provides basic…
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
Di2c_dev.c406 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/
DDCameraTypes.idl194 * Image color space.
232 * Image color space.
/drivers/peripheral/audio/supportlibs/adm_adapter/src/
Daudio_interface_lib_common.c509 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/
DTypes.idl66 * Image color space.
/drivers/interface/camera/v1_0/
DTypes.idl316 * Image color space.
378 * New image color space.
/drivers/liteos/
DREADME.md13 … 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/
Daudio_mixer.c666 const char *space = " "; in ShowIntVal() local
687 printf("%s; type=%s, values=%u", space, MixerCtlType(info), count); in ShowIntVal()
/drivers/peripheral/wlan/
DREADME.md26 …ient # Client that implements the communication between the user space and kernel space
/drivers/interface/display/composer/v1_0/
DDisplayComposerType.idl394 …boolean bYCbCrClut; /**< Whether the color lookup table (CLUT) is in the YCbCr space */
/drivers/peripheral/codec/
DREADME.md287 …617"><a name="p20414172595617"></a><a name="p20414172595617"></a>Uses the space allocated by EGL</…
/drivers/peripheral/usb/
DREADME.md196 …<a name="p17948193197"></a><a name="p17948193197"></a>Releases the memory space of a configuration…