Searched refs:comType (Results 1 – 2 of 2) sorted by relevance
185 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentTunnelRequest() local186 if (comType->ComponentTunnelRequest == nullptr) { in ComponentTunnelRequest()191 …return comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledComp), in ComponentTunnelRequest()229 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentRoleEnum() local230 if (comType->ComponentRoleEnum == nullptr) { in ComponentRoleEnum()234 int32_t err = comType->ComponentRoleEnum(comp_, omxRole, index); in ComponentRoleEnum()260 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in DeInit() local261 return comType->ComponentDeInit(comp_); in DeInit()
292 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentTunnelRequest() local294 if (comType->ComponentTunnelRequest == nullptr) { in ComponentTunnelRequest()298 …auto err = comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledC… in ComponentTunnelRequest()331 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentRoleEnum() local332 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() local349 auto err = comType->ComponentDeInit(comp_); in ComponentDeInit()