Searched refs:roles (Results 1 - 11 of 11) sorted by relevance
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_omx_core.cpp | 101 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 D | component_mgr.cpp | 76 int32_t ComponentMgr::GetRolesForComponent(const char *componentName, std::vector<std::string> *roles) in GetRolesForComponent() argument 78 (void)roles; in GetRolesForComponent()
|
H A D | codec_component_service.cpp | 340 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 D | codec_omx_core.cpp | 102 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 D | component_mgr.cpp | 77 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 D | codec_adapter.cpp | 288 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 D | codec_omx_core.h | 44 int32_t GetRolesOfComponent(std::string &name, std::vector<std::string> &roles);
|
H A D | component_mgr.h | 47 virtual int32_t GetRolesForComponent(const char *componentName, std::vector<std::string> *roles);
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
H A D | codec_omx_core.h | 43 int32_t GetRolesOfComponent(std::string &name, std::vector<std::string> &roles);
|
H A D | component_mgr.h | 47 virtual int32_t GetRolesForComponent(const char *componentName, std::vector<std::string> *roles) override;
|
/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_type.h | 103 uint8_t roles;
member
|
Completed in 5 milliseconds