Searched defs:Component (Results 1 – 5 of 5) sorted by relevance
69 struct Component : public Configurable<IComponent> { struct81 // Methods from IComponent follow. argument104 std::shared_ptr<C2Component> mComponent; argument105 std::shared_ptr<C2ComponentInterface> mInterface; argument106 sp<IComponentListener> mListener; argument107 sp<ComponentStore> mStore; argument117 // This struct is a comparable wrapper for IComponent. argument125 // An InterfaceKey is constructed from IComponent. argument153 typedef std::map<InterfaceKey, std::weak_ptr<C2Component>> Roster; argument158 void initListener(const sp<Component>& self); argument
108 friend Component; member
307 struct Codec2Client::Component : public Codec2Client::Configurable { struct309 typedef ::hardware::google::media::c2::V1_0::IComponent Base; argument337 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, argument442 c2_status_t connectToComponent( argument
409 Component::Component( in Component() function in hardware::google::media::c2::V1_0::utils::Component
799 Codec2Client::Component::Component(const sp<Codec2Client::Component::Base>& base) : in Component() function in android::Codec2Client::Component