Home
last modified time | relevance | path

Searched refs:setComponent (Results 1 – 8 of 8) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.h120 void setComponent(const char* _component) { component = _component; } in setComponent() function
151 setComponent(optarg); in initFromOptions()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Component.h176 void setComponent(const std::shared_ptr<SimpleC2Component> &thiz);
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h413 void setComponent(const char* _component) { component = _component; } in setComponent() function
442 setComponent(optarg); in initFromOptions()
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp63 void SimpleC2Component::WorkHandler::setComponent( in setComponent() function in android::SimpleC2Component::WorkHandler
163 mHandler->setComponent(shared_from_this()); in setListener_vb()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.h81 void setComponent(const std::shared_ptr<Codec2Client::Component> &component);
DCCodec.cpp622 mChannel->setComponent(comp); in allocate()
DCCodecBufferChannel.cpp1593 void CCodecBufferChannel::setComponent( in setComponent() function in android::CCodecBufferChannel
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp52 void setComponent(std::shared_ptr<C2ComponentInterface> intf) { in setComponent() function in android::C2CompIntfTest
632 setComponent(intf); in testMain()