Home
last modified time | relevance | path

Searched refs:GetRolesOfComponent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_omx_core.h44 int32_t GetRolesOfComponent(std::string &name, std::vector<std::string> &roles);
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcodec_omx_core.h43 int32_t GetRolesOfComponent(std::string &name, std::vector<std::string> &roles);
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_omx_core.cpp101 int32_t CodecOMXCore::GetRolesOfComponent(std::string &name, std::vector<std::string> &roles) in GetRolesOfComponent() function in OHOS::Codec::Omx::CodecOMXCore
H A Dcodec_component_service.cpp267 int32_t ret = core->GetRolesOfComponent(name_, roles); in SetComponentRole()
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcodec_omx_core.cpp102 int32_t CodecOMXCore::GetRolesOfComponent(std::string &name, std::vector<std::string> &roles) in GetRolesOfComponent() function in OHOS::Codec::Omx::CodecOMXCore
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_adapter.cpp290 int32_t ret = core->GetRolesOfComponent(name, roles); in OmxAdapterSetComponentRole()