Home
last modified time | relevance | path

Searched refs:roles (Results 1 - 11 of 11) sorted by relevance

/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() argument
135 CODEC_LOGE("get roles return err [%{public}x].", err); in GetRolesOfComponent()
139 roles.push_back(role[i]); in GetRolesOfComponent()
H A Dcomponent_mgr.cpp76 int32_t ComponentMgr::GetRolesForComponent(const char *componentName, std::vector<std::string> *roles) in GetRolesForComponent() argument
78 (void)roles; in GetRolesForComponent()
H A Dcodec_component_service.cpp340 std::vector<std::string> roles; in SetComponentRole() local
341 int32_t ret = core->GetRolesOfComponent(name_, roles); in SetComponentRole()
346 if (roles.empty()) { in SetComponentRole()
351 CODEC_LOGI("RoleName = [%{public}s]", roles[roleIndex].c_str()); in SetComponentRole()
355 roles[roleIndex].c_str(), roles[roleIndex].length()); in SetComponentRole()
/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() argument
141 roles.push_back(role[i]); in GetRolesOfComponent()
H A Dcomponent_mgr.cpp77 int32_t ComponentMgr::GetRolesForComponent(const char *componentName, std::vector<std::string> *roles) in GetRolesForComponent() argument
79 (void)roles; in GetRolesForComponent()
/drivers/peripheral/codec/hal/src/
H A Dcodec_adapter.cpp288 std::vector<std::string> roles; in OmxAdapterSetComponentRole() local
290 int32_t ret = core->GetRolesOfComponent(name, roles); in OmxAdapterSetComponentRole()
295 if (roles.empty()) { in OmxAdapterSetComponentRole()
300 CODEC_LOGI("RoleName = [%{public}s]", roles[roleIndex].c_str()); in OmxAdapterSetComponentRole()
304 roles[roleIndex].c_str(), roles[roleIndex].length()); in OmxAdapterSetComponentRole()
/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_omx_core.h44 int32_t GetRolesOfComponent(std::string &name, std::vector<std::string> &roles);
H A Dcomponent_mgr.h47 virtual int32_t GetRolesForComponent(const char *componentName, std::vector<std::string> *roles);
/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);
H A Dcomponent_mgr.h47 virtual int32_t GetRolesForComponent(const char *componentName, std::vector<std::string> *roles) override;
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h103 uint8_t roles; member

Completed in 5 milliseconds