Home
last modified time | relevance | path

Searched refs:SetValue (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_attribute.h32 inline void SetValue(Attribute value) in SetValue() function
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp435 infAttr->SetValue(ASTAttr::CALLBACK); in ParseInfAttrInfo()
438 infAttr->SetValue(ASTAttr::ONEWAY); in ParseInfAttrInfo()
447 infAttr->SetValue(ASTAttr::FULL | ASTAttr::LITE | ASTAttr::MINI); in ParseInfAttrInfo()
450 infAttr->SetValue(ASTAttr::FULL); in ParseInfAttrInfo()
453 infAttr->SetValue(ASTAttr::LITE); in ParseInfAttrInfo()
456 infAttr->SetValue(ASTAttr::MINI); in ParseInfAttrInfo()
571 methodAttr->SetValue(ASTAttr::ONEWAY); in ParseMethodAttr()
580 methodAttr->SetValue(ASTAttr::FULL); in ParseMethodAttr()
583 methodAttr->SetValue(ASTAttr::LITE); in ParseMethodAttr()
586 methodAttr->SetValue(ASTAttr::MINI); in ParseMethodAttr()
[all …]
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
Daudio_render.cpp399 int32_t SetValue(struct ExtraParams mExtraParams, struct AudioHwRender *render) in SetValue() function
441 SetValue(mExtraParams, render); in AudioRenderSetExtraParams()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
Daudio_render.c964 static int32_t SetValue(struct ExtraParams mExtraParams, struct AudioHwRender *render) in SetValue() function
1001 SetValue(mExtraParams, render); in AudioRenderSetExtraParams()