Searched refs:space (Results 1 - 8 of 8) sorted by relevance
/drivers/hdf_core/framework/model/audio/dispatch/src/ |
H A D | audio_control_dispatch.c | 409 if (!HdfSbufReadUint32(reqData, &list->space)) { in CodecElemListReqDataDeserialization() 410 ADM_LOG_ERR("Read request space failed!"); in CodecElemListReqDataDeserialization() 415 ADM_LOG_ERR("Read request space failed!"); 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() 447 ADM_LOG_ERR("The memory requested by user is too small. user space: %d list count: %d", in CodecSetCtlElemListReportInfo() 448 ctlEleList->space, ctlEleList->count); in CodecSetCtlElemListReportInfo() 480 if (!HdfSbufWriteInt32(rspData, ctlEleList->space)) { in ControlElemListRspDataSerialize() [all...] |
/drivers/hdf_core/framework/model/audio/core/include/ |
H A D | audio_control.h | 36 uint32_t space; /* W: count of element IDs to get */ member
|
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_type.cpp | 314 std::string ASTType::GetNameWithNamespace(AutoPtr<ASTNamespace> space, std::string name) const in GetNameWithNamespace() argument 316 std::vector<std::string> namespaceVec = StringHelper::Split(space->ToString(), "."); in GetNameWithNamespace() 321 std::string rootPackage = Options::GetInstance().GetRootPackage(space->ToString()); in GetNameWithNamespace() 378 std::string ASTType::GetNamespaceWithColon(AutoPtr<ASTNamespace> space, std::string name) const in GetNamespaceWithColon() argument 380 std::string value = GetNameWithNamespace(space, name); in GetNamespaceWithColon()
|
H A D | ast_type.h | 202 virtual std::string GetNameWithNamespace(AutoPtr<ASTNamespace> space, std::string name) const; 206 virtual std::string GetNamespaceWithColon(AutoPtr<ASTNamespace> space, std::string name) const;
|
/drivers/peripheral/audio/supportlibs/adm_adapter/include/ |
H A D | audio_interface_lib_mixer.h | 104 uint32_t space; /* W: count of element IDs to get */ member
|
/drivers/hdf_core/adapter/khdf/liteos/platform/src/ |
H A 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/peripheral/audio/supportlibs/adm_adapter/src/ |
H A D | audio_interface_lib_common.c | 509 eList->space = eList->count; in AudioCtlElemRealDataSpace() 540 AUDIO_FUNC_LOGE("Failed to parse the space!"); in AudioCtlElemParseData() 543 if (eList->space != spaceTmp || spaceTmp <= countTmp) { in AudioCtlElemParseData() 544 AUDIO_FUNC_LOGE("The data space does not match!"); in AudioCtlElemParseData() 596 if (!HdfSbufWriteUint32(sBuf, eList->space)) { in AudioCtlGetElemList() 597 AUDIO_FUNC_LOGE("Elem list space Write Fail!"); in AudioCtlGetElemList() 640 .space = AUDIO_ELEMENT_NUM, in AudioCtlElemListCts() 644 eList.ctlElemListAddr = OsalMemCalloc(eList.space * sizeof(struct AudioHwCtlElemId)); in AudioCtlElemListCts()
|
/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer.c | 666 const char *space = " "; in ShowIntVal() local 687 printf("%s; type=%s, values=%u", space, MixerCtlType(info), count); in ShowIntVal()
|
Completed in 8 milliseconds