Searched refs:comType (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_node.cpp | 185 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentTunnelRequest() local 186 if (comType->ComponentTunnelRequest == nullptr) { in ComponentTunnelRequest() 191 return comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledComp), in ComponentTunnelRequest() 230 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentRoleEnum() local 231 if (comType->ComponentRoleEnum == nullptr) { in ComponentRoleEnum() 235 int32_t err = comType->ComponentRoleEnum(comp_, omxRole, index); in ComponentRoleEnum() 261 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in DeInit() local 262 return comType->ComponentDeInit(comp_); in DeInit()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_node.cpp | 292 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentTunnelRequest() local 294 if (comType->ComponentTunnelRequest == nullptr) { in ComponentTunnelRequest() 298 auto err = comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledComp), in ComponentTunnelRequest() 331 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentRoleEnum() 332 if (comType->ComponentRoleEnum == nullptr) { in ComponentRoleEnum() 336 int32_t err = comType->ComponentRoleEnum(comp_, omxRole, index); in ComponentRoleEnum() 348 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentDeInit() local 349 auto err = comType->ComponentDeInit(comp_); in ComponentDeInit()
|
Completed in 4 milliseconds