Home
last modified time | relevance | path

Searched defs:Component (Results 1 – 5 of 5) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h69 struct Component : public Configurable<IComponent> { struct
81 // Methods from IComponent follow. argument
104 std::shared_ptr<C2Component> mComponent; argument
105 std::shared_ptr<C2ComponentInterface> mInterface; argument
106 sp<IComponentListener> mListener; argument
107 sp<ComponentStore> mStore; argument
117 // This struct is a comparable wrapper for IComponent. argument
125 // An InterfaceKey is constructed from IComponent. argument
153 typedef std::map<InterfaceKey, std::weak_ptr<C2Component>> Roster; argument
158 void initListener(const sp<Component>& self); argument
DComponentStore.h108 friend Component; member
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h307 struct Codec2Client::Component : public Codec2Client::Configurable { struct
309 typedef ::hardware::google::media::c2::V1_0::IComponent Base; argument
337 IGraphicBufferProducer IGraphicBufferProducer;
339 QueueBufferInput QueueBufferInput;
341 QueueBufferOutput QueueBufferOutput;
344 IGraphicBufferProducer HGraphicBufferProducer;
346 IGraphicBufferSource HGraphicBufferSource;
391 mutable std::mutex mInputBuffersMutex;
417 const std::shared_ptr<Component>& component, argument
442 c2_status_t connectToComponent( argument
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp409 Component::Component( in Component() function in hardware::google::media::c2::V1_0::utils::Component
/hardware/google/av/codec2/hidl/client/
Dclient.cpp799 Codec2Client::Component::Component(const sp<Codec2Client::Component::Base>& base) : in Component() function in android::Codec2Client::Component