Searched refs:setComponent (Results 1 – 8 of 8) sorted by relevance
114 void setComponent(const char* _component) { component = _component; } in setComponent() function148 setComponent(optarg); in initFromOptions()
79 void setComponent(const std::shared_ptr<Codec2Client::Component> &component);
573 mChannel->setComponent(comp); in allocate()
1199 void CCodecBufferChannel::setComponent( in setComponent() function in android::CCodecBufferChannel
371 void setComponent(const char* _component) { component = _component; } in setComponent() function400 setComponent(optarg); in initFromOptions()
74 …void setComponent(OMX_COMPONENTTYPE *pComp, ISVOMXCore *pCore){mComponent = pComp; mCore = pCore;r… in setComponent() function
52 void setComponent(std::shared_ptr<C2ComponentInterface> intf) { in setComponent() function in android::C2CompIntfTest632 setComponent(intf); in testMain()
224 pISVComponent->setComponent(static_cast<OMX_COMPONENTTYPE*>(tempHandle), &g_cores[i]); in OMX_GetHandle()