Searched refs:IntfImpl (Results 1 – 3 of 3) sorted by relevance
/external/v4l2_codec2/include/ |
D | C2VDAComponent.h | 43 class IntfImpl : public C2InterfaceHelper { 45 IntfImpl(C2String name, const std::shared_ptr<C2ReflectorHelper>& helper); 299 std::shared_ptr<IntfImpl> mIntfImpl;
|
/external/v4l2_codec2/ |
D | C2VDAComponent.cpp | 97 C2R C2VDAComponent::IntfImpl::ProfileLevelSetter(bool mayBlock, in ProfileLevelSetter() 106 C2R C2VDAComponent::IntfImpl::SizeSetter(bool mayBlock, in SizeSetter() 117 C2R C2VDAComponent::IntfImpl::DefaultColorAspectsSetter(bool mayBlock, C2P<T>& def) { in DefaultColorAspectsSetter() 135 C2R C2VDAComponent::IntfImpl::MergedColorAspectsSetter( in MergedColorAspectsSetter() 150 C2VDAComponent::IntfImpl::IntfImpl(C2String name, const std::shared_ptr<C2ReflectorHelper>& helper) in IntfImpl() function in android::C2VDAComponent::IntfImpl 400 : mIntfImpl(std::make_shared<IntfImpl>(name, helper)), in C2VDAComponent() 401 mIntf(std::make_shared<SimpleInterface<IntfImpl>>(name.c_str(), id, mIntfImpl)), in C2VDAComponent() 1778 std::shared_ptr<C2ComponentInterface>(new SimpleInterface<C2VDAComponent::IntfImpl>( in createInterface() 1780 std::make_shared<C2VDAComponent::IntfImpl>(mDecoderName, mReflector))); in createInterface()
|
/external/v4l2_codec2/tests/ |
D | C2VDACompIntf_test.cpp | 41 mIntf = std::shared_ptr<C2ComponentInterface>(new SimpleInterface<C2VDAComponent::IntfImpl>( in C2VDACompIntfTest() 43 std::make_shared<C2VDAComponent::IntfImpl>(testCompName, mReflector))); in C2VDACompIntfTest()
|