Home
last modified time | relevance | path

Searched refs:ComponentRoleEnum (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp113 mBaseComponent.ComponentRoleEnum = ComponentRoleEnum; in ISVComponent()
856 OMX_ERRORTYPE ISVComponent::ComponentRoleEnum( in ComponentRoleEnum() function in ISVComponent
872 return mComponent->ComponentRoleEnum(mComponent, cRole, nIndex); in ISV_ComponentRoleEnum()
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Component.h567 OMX_ERRORTYPE (*ComponentRoleEnum)( member
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Component.h567 OMX_ERRORTYPE (*ComponentRoleEnum)( member
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Component.h567 OMX_ERRORTYPE (*ComponentRoleEnum)( member
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Component.h567 OMX_ERRORTYPE (*ComponentRoleEnum)( member
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h198 static OMX_ERRORTYPE ComponentRoleEnum(
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h242 static OMX_ERRORTYPE ComponentRoleEnum(
/hardware/qcom/media/msm8998/mm-core/src/common/
Domx_core_cmp.cpp73 component->ComponentRoleEnum = &qc_omx_component_role_enum; in qc_omx_create_component_wrapper()
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
Domx_core_cmp.cpp73 component->ComponentRoleEnum = &qc_omx_component_role_enum; in qc_omx_create_component_wrapper()
/hardware/qcom/media/msm8974/mm-core/src/common/
Domx_core_cmp.cpp73 component->ComponentRoleEnum = &qc_omx_component_role_enum; in qc_omx_create_component_wrapper()
/hardware/qcom/media/msm8996/mm-core/src/common/
Domx_core_cmp.cpp73 component->ComponentRoleEnum = &qc_omx_component_role_enum; in qc_omx_create_component_wrapper()
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp294 handle->ComponentRoleEnum = ComponentRoleEnum; in GetHandle()
1232 OMX_ERRORTYPE ComponentBase::ComponentRoleEnum( in ComponentRoleEnum() function in ComponentBase